@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px;
	padding:0px;
}

.body{
	margin: 0;
	text-align: center;  /*aligner horizontalement la page*/
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, "sans-serif";
	font-size:12px;
	color:#666666;
	/*text-align:justify;*/
}

#principale{
	height:652px;
	width:985px;
	margin-left: auto;
 	margin-right: auto;
 	text-align:justify;
}



/*////// ENCART GAUCHE ///////*/
#bandeauG{
	float:left;
	width: 298px;
}

#bandeau_mac{
	float:left;
	height:166px;
	width:298px;
	background-image:url(img/bandeau_gauche.jpg);
	background-repeat:no-repeat;
}


#bandeau_trame{
	float:left;
	height:53px;
	width:298px;
	background-image:url(img/bandeau_trame.png);
	background-repeat:no-repeat;
}


#bandeau_flash{
	float:left;
	width:253px;
	background-color:#E9E9E9;
	background-repeat:repeat;
}

#flash{
	float:right;
	height:337px;
	width:212px;
}
	
	
#barre{
	float:right;
	width:45px;
	background-image:url(img/barre_blanche.png);
	background-repeat:repeat;
}





/*/////// ENCART CENTRAL ////////*/
#centrale{
	float:left;
	height:752px;
	width: 687px;
}

#logo{
	float:left;
	height:134px;
	width: 450px;
	background-image:url(img/logo_axis.jpg);
}

#bouton{
	float:left;
	height:134px;
	width: 237px;
	background-image:url(img/bouton_droit.png)
}

#btn_contact{
	height:134px;
	width:90px;
	float:left;
	font-size:13px;
	margin-left:23px;
	padding-top:70px;
	color:#FFFFFF;
}

#btn_soumettre{
	height:134px;
	width:90px;
	float:left;
	font-size:13px;
	padding-top:63px;
	margin-left:30px;
	color:#FFFFFF;
}

#barre_dte{
	float:right;
	height:585px;
	width: 29px;
	background-image:url(img/barre_droite.png);
	background-repeat:repeat;
}




/*//////  MENU ////// */
#menu{
	float:left;
	height:33px;
	width: 687px;
	background-image:url(img/menu.png);
}
 
 
/*
#footer{
	float:left;
	height:50px;
	width:558px;
	text-align:center;
	font-size:11px;
}*/
 
 #footer{
	margin-top:15px;
	float:left;
	height:50px;
	width:687px;
	text-align:center;
	font-size:11px;
}
 
/*/ ////// CONTENU petite page ////// */
#contenu{
	float:left;
	height:585px;
	width: 658px;
	background-image:url(img/encart_central.png);
	background-repeat:no-repeat;
}


#contenu_petit{
	float:left;
	height:450px;
	width: 558px;
	background-image:url(img/encart_central.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:70px;
}



/*/////// PAGE MOYENNE et LONGUE ///////*/

#contenu2{
	float:left;
	width: 587px;
	background-color:#FFFFFF;
	background-repeat:repeat;
	padding-left:30px;
	padding-right:70px;
}


/*/////// CLASS CONTENU ///////*/
.contenu_moyen{
	height:852px;
}

.contenu2_moyen{
	height:1282px;
}

.contenu_long{
	height:1700px;
}



/*/////// CLASS BARRE G  et BANDEAU ///////*/
.petite{
	height:533px;
}

.moyenne{
	height:800px;
}

.moyenne2{
	height:1230px;
}

.longue{
	height:1647px;
}


.petit_bandeau{
	height:533px;
	background-image:url(img/bandeau_flash.png);
}

.moyen_bandeau{
	height:800px;
	background-image:url(img/bandeau_flash_moyen.png);
}

.moyen2_bandeau{
	height:1230px;
	background-image:url(img/bandeau_flash_moyen2.png);
} 

.long_bandeau{
	height:1647px;
	background-image:url(img/bandeau_flash_long.png)
}


/* //////IMAGES////// */
.img{
	margin-left:30px;
}

