@charset "utf-8";
#menu {
	width: 900px;
	height: 55px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menuUl {
    margin:0;
    padding:0;
}
.menuP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 17px;
}
.menuP a{
    color:#FFF;
    text-decoration:none;
}
.subtext{
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.subtext a {
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.subtext a:hover {
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
	text-decoration: none;
}
.menuP2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 10px;
}
.menuP2 a {
	color:#FFF;
	text-decoration:none;
}

.col01/*Classes des couleurs du menu*/
{
	width:178px;
	height:54px;
	float:left;
	text-align:center;
	overflow:hidden;
	list-style-type: none;
	background-color: #FF4000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: url(../img/btons/btonMenuEngrenage.png);
	background-repeat: no-repeat;
}
.col02{
	width:180px;
	height:54px;
	float:left;
	text-align:center;
	overflow:hidden;
	list-style-type: none;
	background-color: #800000;
	background-image: url(../img/btons/btonMenuPuzzle.png);
	background-repeat: no-repeat;
}
.col03{
	width:178px;
	height:54px;
	float:left;
	text-align:center;
	overflow:hidden;
	list-style-type: none;
	background-color: #FF4000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: url(../img/btons/btonMenuTableau.png);
	background-repeat: no-repeat;
}
.col04{
	width:180px;
	height:54px;
	float:left;
	text-align:center;
	overflow:hidden;
	list-style-type: none;
	background-color: #800000;
	background-image: url(../img/btons/btonMenuDiplome.png);
	background-repeat: no-repeat;
}
.col05{
	width:178px;
	height:54px;
	float:left;
	text-align:center;
	overflow:hidden;
	list-style-type: none;
	background-color: #FF4000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
