/* generated by csscreator.com */
html, body{
 margin:0;
 padding:0;
 text-align:center;
}

a:link {
  text-decoration: none;
  color: #3B3B3B;
}

a:visited {
  color: #3B3B3B;
  text-decoration: none;
}

a:hover {
  background-color: #3B3B3B;
  text-decoration: underline;
  color: white;
}

a:active {
  text-decoration: underline;
}

#pagewidth{
 width:970px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}
 
#header{
 position:relative;
 background-color:#FFFFFF;
 width:100%;
}

h1 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 3em;
 	line-height: 88%;
 	font-weight: normal;
 	color: #292573;
}

h2 {
  margin: 6px 0;
  padding: 0;
  font-family: "Bitstream Vera Sans Mono", Verdana, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #292573;
}

h3 {
  margin: 6px 0;
  padding: 0;
  font-family: "Bitstream Vera Sans Mono", Verdana, Helvetica, sans-serif;
  font-size:0.6em;
  color: #292573;
}

#leftcol{
 width:27%;
 float:left;
 position:relative;
 text-align:right;
}
 
#twocols{
 width:60%;
 float:right;
 position:relative;
}
 
#rightcol{
 width:45%;
 float:right;
 position:relative;
}
 
#maincol{
 text-align: center;
 float: left;
 display:inline;
 position: relative;
 width:33%;
}

#leftcol.page4 {
 width:36%;
 float:left;
 position:relative;
 text-align:right;
}
 
#maincol.page4{
 text-align: center;
 float: left;
 display:inline;
 position: relative;
 width:24%;
}

#rightcol.page4{
 width:69%;
 float:right;
 position:relative;
}
 
#footer{
 height:50px;
 background-color: #FFFFFF;
 clear:both;
 padding-top: 40px;
 text-align: center;
 font-weight: bold;
 color: #292573;
}
 
#pagewidth span.lettrine {
 	display: block;
 	float: left;
 	font-family: Georgia, "New Century Schoolbook", "Times New Roman", serif;
 	font-size: 2.5em;
 	line-height: 88%;
 	font-weight: bold;
 	color: #292573;
}

#navigation {
	width: 100%;
	list-style: none ;
	margin: 0;
	padding: 40px 0 0 0;
	}

#navigation li {
  width: 49.8%;
  float:left;
	background: #E5E5E5 ;
	color: #555555 ;
	/*border: 1px solid #600 ;*/
	margin-bottom: 1px ;
	}

#navigation li a {
	display: block ;
	background: #E5E5E5;
	color: #555555 ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 0.8em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 0 ;
	}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	color: #fff;
	text-decoration: underline ;
	}

#navigation li a.suivant {
  background: url(../img/bt-suiv.gif) no-repeat right center;
  text-align:right;
  padding-right:24px
	}

#navigation li a:hover.suivant {
  background: #9F9F9F url(../img/bt-suiv.gif) no-repeat right center;
  text-align:right;
  padding-right:24px
	}

#navigation li a.retour {
  background: url(../img/bt-prec.gif) no-repeat left center;
  text-align:left;
  padding-left:24px
	}

#navigation li a:hover.retour {
  background: #9F9F9F url(../img/bt-prec.gif) no-repeat left center;
  text-align:left;
  padding-left:24px
	}

.bleu {
  margin: 0;
  padding: 0;
  font-family: "Bitstream Vera Sans Mono", Verdana, Helvetica, sans-serif;
  color: #292573;
}

.mini {
  font-family: "Bitstream Vera Sans Mono", Verdana, Helvetica, sans-serif;
  font-size: 0.54em;
}

.moyen {
  font-family: "Bitstream Vera Sans Mono", Verdana, Helvetica, sans-serif;
  font-size: 0.7em;
}

#copy {
  padding: 40px 0 20px 0;
  font-family: "Bitstream Vera Sans Mono", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

