body{
margin:auto;
padding:auto;
width:800px;
Background-color:#CCCCCC;
}

a{
	text-decoration:none;
	cursor: pointer;
}
/* -----------------------------------------------------divs---------------------------------------------------------------------- */
/*------------------------------------------------------header---------------------------------------------------------------------- */
#bandeau{
width:800px;
height:144px;
background-image:url(images/bandeauhead_imgsite.jpg);
background-repeat:no-repeat;
z-index: 1000;
}

#moteur{
float: right;
}

#logo{
width:276px;
height:110px;
background-image:url(images/logo.png);
background-repeat:no-repeat;
}

#menu {
 height:23px;
 width:750px;
 margin-left:25px;
 margin-top: 12px;
 }
 
#menu ul {
 margin:0px;
 padding:0px;
 list-style-type:none;
 text-align:center;
 }
 
 #menu ul li ul {
 display:none;
 }

#menu li {
 float:left;
 height:22px;
 margin:0px;
 padding:0px;
 background-color:#003c69;
 list-style-type:none;
 }
 
#menu li a {
 display:block;
 width:120px;
 color:white;
 text-decoration:none;
 padding:2px;
 font-weight:bold;
 font-family:trebuchet MS, verdana, arial, helvetica;
 font-size:12px;
 text-align:center;
 /*cursor:url(../images/etoilepuce.gif), auto;*/
 }
 
#menu li a:hover {
 background-color:#66CC33;
 }

 #menu ul li:hover ul {
 display:block;
 }
 
#menu li:hover ul li {
 float:none;
 }

 #menu li ul {
 position:absolute;
 }
 
 #langues{
	width:100px;
	position:absolute;
	float:right;
	margin-top:125px;
	margin-left:690px;
	
 }

/*------------------------------------------------------contenu----------------------------------------------------------------------- */
#contenu{
margin-top:0px;
width:800px;
height:500px;
background-image:url(images/grisdegrade.png);
background-repeat:y;
 }
 
#flash{
background-color:#CCCCCC;
width:493px;
height:244px;
margin-top: 40px;
margin-left:25px;
float:left;
margin-bottom:30px;
}

#video{
background-image:url(images/Aprilium_site Axp.jpg);
width:200px;
height:110px;
margin-top: 45px;
margin-left:40px;
float:left;
}

#btnplaquette{
background-color:transparent;
background-image:url(images/btn.png);
width:182px;
height:48px;
margin-top: 20px;
margin-left:50px;
float:left;
}

#btnnewsletter{
background-color:transparent;
background-image:url(images/btn.png);
width:182px;
height:48px;
margin-top: 0px;
margin-left:50px;
float:left;
}
.textebtn1{
text-align:center;
font-family:trebuchet MS, verdana, arial, helvetica;
font-size:13px;
font-weight:bold;
color:#003c69;
margin-top:20px;
margin-right:2px;

}

.textebtn{
text-align:center;
font-family:trebuchet MS, verdana, arial, helvetica;
font-size:12px;
font-weight:bold;
color:#003c69;
padding:10px;
}

.textebtn2{
text-align:center;
font-family:trebuchet MS, verdana, arial, helvetica;
font-size:13px;
font-weight:bold;
color:#003c69;
padding-right:10px;
padding-left:10px;
padding-top:0px;
}

#zone_acces{
width:800px;
height:144px;
margin-left:auto;
margin-right: auto;
clear:left;
padding:auto;
margin-top:0px;
}


#partenaires a{
width:625px;
height:130px;
position:absolute;
background-image:url(images/partenaires-bleu.gif);
margin-left:25px;
float:left;
margin-top: 20px;
padding-left: 100px;
margin-left:100px;
background-repeat:no-repeat;
}

#partenaires a:hover
{
width:625px;
height:130px;
background-image:url(images/partenaires-vert.gif);
}

/*------------------------------------------------------footer---------------------------------------------------------------------- */
 #pieddepage
 {
position:absolute;
 width:800px;
 height:21px;
 background-image:url(images/pied-de-page2.gif);
 text-align:center;
 }
 
 #pieddepage p {
 display: inline;
 padding: auto;
 margin:auto;
 color:white;
 font-weight:bold;
font-size:13px;
 /*padding-bottom:15px;
 margin-bottom:15px;*/
}

#pieddepage a
 {
 color:white;
 height:15px;
 font-family:trebuchet MS, verdana, arial, helvetica;
 font-size:11px;
 text-decoration:none;
 }
