/* Propriétés du body */
body, html {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        background-color:#edf8fd;
	text-align:justify;
} 

tbody {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}

/* ***************************** Les conteneurs du site *************************** */

/* Contient tout les éléments du site */
#conteneur
{
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	width:761px;
	margin:auto;
}

/* Entete du site */
#entete
{
	background-image: url(../images/bando_01.jpg);
	height:177px;
	width:761px;
}

/* Contient le menu, le contenu, et le footer */
#corps
{
	width:761px;
	background-image: url(../images/fond02.gif);
	background-repeat: repeat-y;
}

/* Menu du site */
#menu
{
	width:170px;
	float:left;
	margin-top:15px;
	margin-left:5px;
}

*html #menu
{
	margin-left:2px;
}
/* Contenu du site */
#contenu
{
	float:left;
	width: 571px;
	padding-top:15px;
	min-height:450px;
	padding-right:15px;
}


/* Footer du site */
#footer
{
	clear:both;
	background-image: url(../images/footer02.gif);
	width:761px;
	height:36px;
}

/* ******************************************************************************** */

/* ******************************** Liens du menu ************************************ */
a.mainlevel:link, a.mainlevel:visited
{
	display: block ;
	width: 160px ;
	line-height: 30px ;
	color: #000 ;
	text-indent: 10px ;
	margin-top:5px;			
	background: url(../images/bg_menu.png) no-repeat 0 0 ;
	border: 1px solid #dbd ;
	color:#FFFFFF; text-decoration: none ; font-family: Arial, Helvetica, sans-serif; font-size:9pt
}
			
a.mainlevel:hover
{
	background: url(../images/bg_menu.png) no-repeat 0 -30px ;
	border: 1px solid #f97 ;
	color:#000000; text-decoration: none ; font-family: Arial, Helvetica, sans-serif; font-size: 9pt ;
}

/* ******************************************************************************** */

/* ************************** Titre du site *************************************** */

/* Titre Principal */
td.contentheading 
{
	background: url(../images/fd_titr01.gif) no-repeat; 
	padding-top:33px; 
	padding-left: 46px; 
	height: 63px;
	color: #CC0000; 
	font-size:16pt;
	font-weight:bold;
	padding-bottom:30px;
	width:570px;
}

*html td.contentheading 
{
	padding-top:15px; 
}

/* Titre 2 */
h2 
{
background: url(../images/grd_puce.gif) no-repeat; 
padding-top:8px; 
padding-left: 14px; 
height: 37px;  
color: #0066CC; 
font-family: Arial, Helvetica, sans-serif; 
font-size:12pt;
}

/* Titre 3 */

h3 
{
background-image: url(../images/sm_puce_bleue.gif);
background-repeat:no-repeat;
padding-top:2px; 
padding-left: 12px;
color: #CC0000; 
font-family: Arial, Helvetica, sans-serif; 
font-size:12pt;
}

/* ******************************************************************************** */

/* ****************************** Autre ********************************* */

/* Propriétés du textes pour le contenu */
p
{
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size:11pt; 
text-align:justify;
}

/* Liens du sites */
a:link, a:visited, a:hover
{
color: black;
font-weight:bold;

}
img
{
	border:0px;
	
}

a.img :visited, a.img:link, a.img:hover
{
	border:0px;
	text-decoration: none;
}
/* ******************************************************************************** */