body {
margin:0px; 
padding:0px; 
font: 1.0em verdana, arial, sans-serif; 
text-align:center;
background-image:url(../images/fond_background.png)}
* {margin:0; padding:0;}

div#mainwrap {width:780px; margin-left:auto; margin-right:auto;  text-align:left;}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */




/* Structure de la page */

#fond_image {
	background-image: url(../images/fond_autoecole_cefr_accueil.png);
	background-repeat: no-repeat;
	height: 680px;
	width: 780px;
}
#bandeau_haut_1{
	background-image: url(../images/bandeau_haut_01.png);
	background-repeat: no-repeat;
	height:89px;
	width:365px;
	float:left;
}

#bandeau_haut_2{
	background-image: url(../images/bandeau_haut_02.png);
	background-repeat: no-repeat;
	height:89px;
	width: 415px;
	float:left;
}
#bandeau_haut_3{
	background-image: url(../images/bandeau_haut_03.png);
	background-repeat: no-repeat;
	height:123px;
	width: 415px;
	float:left;
}

/*Menu de la page */
#mainwrap #fond_image #menu {
	width:365px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
	float:left;
}


/*panneaux direction*/
#panneaux{
	height:447px;
	width: 301px;
	margin-right:8px;
	float:left;
}
/*STYLE CEFR*/

.cefr {
	font-weight: bold;
	color: #003399;
}

#mainwrap #fond_image #menu h1 {
background-image:url(../images/menu_picto_01.png);
background-repeat:no-repeat;
height:25px;
padding-left:30px;
padding-top:10px;
margin-left:10px;
float:left;
}
#mainwrap #fond_image #menu h1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;

}
#mainwrap #fond_image #menu h2 {
background-image:url(../images/menu_picto_02.png);
background-repeat:no-repeat;
height:25px;
padding-left:30px;
padding-top:10px;
margin-left:10px;
float:left;
}
#mainwrap #fond_image #menu h2 a{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;

}
#mainwrap #fond_image #menu h3 {
background-image:url(../images/menu_picto_03.png);
background-repeat:no-repeat;
height:25px;
padding-left:30px;
padding-top:10px;
margin-left:10px;
float:left;
}
#mainwrap #fond_image #menu h3 a{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;

}#mainwrap #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
}
#mainwrap #footer p a{
	font-size: 10px;
	color: #FF9933;
	text-decoration: none;
}

