/*-------------------------------------------------
Menu
-------------------------------------------------*/
#menu {
	width: 760px;
	margin: 0px;
	padding: 0px;
	}
.menubox {
	float:left;
		}
.menubox a {
	display: block;
	width: 114px;
	height: 27px;
	background: url(../images/bak_cellule.gif) repeat-x 0 0;
	padding-top: 10px;
	padding-left: 8px;
	text-decoration: none;
	text-align: left; margin-right: 1px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0px;
	border: 0px;
		}
.menubox a:hover {
	background-color: #2F9CDD;
	background-image: none;
		}	
.menuboxhome a {
	background-color: #73B818;
	width: 123px;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	margin-right: 2px;
	margin-top: 0px;
	height: 27px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 4px;
	display:block;
	border: 0px;
}
.menuboxhome a:hover {	
		background-color: #2F9CDD;
		}	
.menuboxright {
	float: left;
}
.menuboxright a {
	background-color: #73B818;
	width: 110px;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	height: 27px;
	float: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
	margin-top:0px;
	border: 0px;
}
.menuboxright a:hover {	
	background-color: #2F9CDD;
}
/*-------------------------------------------------
Structure
-------------------------------------------------*/
#header {
	height: 92px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding-top: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
/*-------------------------------------------------
Centre
-------------------------------------------------*/
#centre {
	margin-top: 60px;
	font-size: 11px;
	text-align: left;
	width: 380px;
	margin-left: 36px;
	padding: 0px;
}
#centre p {
	margin-left: 0px;
	padding: 8px;
	margin:3px;
	line-height:15px;
}
/*-------------------------------------------------
Left
-------------------------------------------------*/
.paveimage {
	clear: left;
	height: 100px;
	width: 132px;
	float: left;
	margin-top: 3px;
	margin-left: 4px;
	background-color: #41B2EF;
	}
.sousmenu {
	float: left;
	background-color: #D8D8D8;
	width: 122px;
	clear: both;
	display:block;
	margin-top: 4px;
	margin-left: 4px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.sousmenu p {
	font-size: 11px;
	text-align: left;
	line-height: 10px;
}
.sousmenu:hover {
	background-color: #EAEAEA;
    width: 122px;
	display:block;
	}
/*-------------------------------------------------
Right
-------------------------------------------------*/
.rightcontent {
	width: 180px;
	margin-left: 5px;
	margin-top: 60px;
	text-align: left;
	margin-right: 10px;
	}
.rightcontent p {
    padding-bottom: 20px;
	}
/*-------------------------------------------------
Foot
-------------------------------------------------*/	
#foot {
text-align: left;
	margin-top: 30px;
	margin-left: 0px;
	color: #999999;
}

.filet {
	background-color: #E6E3E2;
	height: 4px;
	width: 370px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1px;
}

/*-------------------------------------------------
FIN STRUCTURES
-------------------------------------------------*/
/*-------------------------------------------------
Styles Textes
-------------------------------------------------*/

/*-------------------------------------------------
Vert
-------------------------------------------------*/
.greentextbold {
	font-weight: bold;
	font-size: 12px;
	color: #73B818;
	line-height: 12px;
	padding-bottom:3px;
	}
a.greentextbold {
	text-decoration: underline;
	}
a.greentextbold:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #73B818;
	padding: 2px;
	}
.greenlight {color: #73B818;}
a.greenlight  {
	color: #73B818;
	text-decoration: underline;
	}
a.greenlight:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #73B818;
	}
/*-------------------------------------------------
Bleu
-------------------------------------------------*/
.bluetextbold {
	font-size: 12px;
	color: #2F9CDD;
	font-weight: bold;
	padding-bottom:3px;
	font-family: verdana;
	}
a.bluetextbold {
	text-decoration: underline;
	}
a.bluetextbold:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #41B2EF;
	padding: 2px;
	}
.bluelight {color: #2F9CDD;}
a.bluelight{
	text-decoration: underline;
	}
a.blueligth:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2F9CDD;
	padding: 2px;
	}
/*-------------------------------------------------
gris
-------------------------------------------------*/
.graylight {color: #333333;}
.graybold {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-bottom:3px;
	}
a.graybold {
	text-decoration: underline;
	}
a.graybold:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	padding: 2px;
	}
.graylight {color: #333333;}
a.graylight{
	text-decoration: underline;
	}
a.graylight:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	padding: 2px;
	}
/*-------------------------------------------------
Link
-------------------------------------------------*/
a.link {
	color: #41B2EF;
	font-weight: bold;
	text-decoration:underline;
}
a.link:hover {
	background-color: #41B2EF;
	color: #FFFFFF;
	text-decoration: none;
}
/*-------------------------------------------------
Normal
-------------------------------------------------*/
.normal {
   	line-height: 15px;
	}
.normalbold {
	font-weight: bold;
}
.normalitalic {
	line-height: 15px;
	font-style: italic;
	}
/*-------------------------------------------------
Sousmenu
-------------------------------------------------*/
.sousmenutextgreen {
	font-size: 13px;
	font-weight: bold;
	color: #73B818;
	line-height: 16px;
}
a.sousmenutextgreen {
	text-decoration:none;
	color: #73B818;
}
a.sousmenutextgreen:hover {
	font-size: 13px;
	text-decoration:underline;
}
