body{
	margin: 0 ;
	padding: 0 ;
	background-color: #383D41;
	/*background-image:  url("fond.gif") ;*/
	min-height: 100%;
}

/*#container {
	position: relative;
	min-height:100%;
	width: 100%;
	margin: 0 auto;
	background-color:#383D41;
}*/

#header {
	height: 80px;
	width:772px;
	/*background-color: #C6D7E7 ;*/ 
}

#bandeau {
	float:left;
	height: 30px;
	width: 772px;
	background-color: #2E5DB3;
	padding-bottom: 13px;
	margin-bottom: 8px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#navigation { 
    margin: 0 ; 
    padding: 0 ; 
    list-style: none ; 
    text-align: center ; 
    }
	
#navigation li { 
    display: inline ; 
 	margin-right: 0px ; 
    color: #ffffff ;  
    background: #2E5DB3; 
    }

#navigation li a { 
    padding: 12px 22px ; 
    background: #2E5DB3 ; 
    color: #ffffff ; 
/*  border: 1px solid #0000FF ; */
    font: 1em "Trebuchet MS",Arial,sans-serif ;
	font-weight: bold; 
    line-height: 1em ; 
    text-align: center ; 
    text-decoration: none ; 
    }
	
#navigation li a:hover, #navigation li a:focus, #navigation li a:active { 
    background: #C6D7E7 ;
	font-weight: bold; 
    text-decoration: underline ; 
	color: #2E5DB3;
    }

#logo {
	width: 180px;
	height: 550;
	/*float:left;*/
}

#footer{
	width: 772px;
	height: 40px;
	border-top: 2px solid #ffffff;
	/*float: center;*/
	background-color: #2E5DB3;
	font-family: Arial, Helvetica, sans-serif; 
	color: white;
	font-size: 12px;
	text-decoration: none;
}

#footer a:link{ 
	font-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

#footer a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

td{
	font-family: Verdana, Arial, sans-serif ; 
	font-size: 10pt ;
	color: #2c2c2c ;
}

a:link, a:active, a:visited {
	color: #2E5DB3 ;
	text-decoration: none ;
	/*font-weight: bold ;*/
}
a:hover {
	color: #ff0000 ;
	text-decoration: none ;
	/*font-weight: bold ;*/
}

/* liens 2 */
a.type2:link, a.type2:active, a.type2:visited {
	color: #2E5DB3;
	text-decoration: none ;
	font-weight: normal ;
}
a.type2:hover {
	color: #ff6633;
	text-decoration: none ;
	font-weight: normal ;
}


/* formulaire */
.f {
	margin-top: 0px ;
	margin-bottom: 0px ;
	padding-bottom: 0px ;
	padding-top: 0px ;
}

/* champ de formulaire */
.fc {
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12px ;
	border-width: 1px ;
	border-style: solid ;
	border-color: #b9d5eb ;
}

/* bouton de formulaire */
.fb{
	font-family: Verdana, Arial, sans-serif ;
	font-size: 8pt ;
	color: #ffffff ;
	font-weight: bold ;
	background: #ff6633 ;
	border: 0px ;
}

.titre {
	font-size: 12pt;
	font-weight:bold;	
}

.menu {
	font-size: 10pt ;
}

.p {
	font-family: Arial, Helvetica, sans-serif; 
	color: white;
	font-size: 12px;
}

