/* CSS Document */

/*////////////////////TABLE/////////////*/
#bg-gauche{
	width:63px;
	height:289px;
	margin-right:1px;
	margin-top:140px;	
	background-image:url(images/commun/bg-gauche.gif);
	background-position:right top;
	background-repeat:repeat-x;	
}
#bg-droite{
	width:19px;
	height:289px;
	margin-left:1px;
	margin-top:140px;
	background-image:url(images/commun/bg-droite.gif);
	background-position:left top;
	background-repeat:repeat-x;	
}

/*////////////////MENU TOP///////////////////////*/

.menu-top{	width:872px;}

#menuPartenairesOff, #menuPartenairesOn, #menuPlanOff, #menuPlanOn, #menuMentionsOff, #menuMentionsOn, #menuContactOff, #menuContactOn{ 
	background:url(images/commun/menu-top.gif);
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin-top:50px;
	margin-right:5px;
}

#menuPartenairesOff{ background-position:0px 0px; width:73px; height:14px;}
#menuPartenairesOn{ background-position:0px -56px; width:73px; height:14px;}
#menuPlanOff{ background-position:0px -14px; width:76px; height:14px;}
#menuPlanOn{ background-position:0px -70px; width:76px; height:14px;}
#menuMentionsOff{ background-position:0px -28px; width:103px; height:14px;}
#menuMentionsOn{ background-position:0px -84px; width:103px; height:14px;}
#menuContactOff{ background-position:0px -42px; width:93px; height:14px;}
#menuContactOn{ background-position:0px -98px; width:93px; height:14px;}

/*//////////////////////CADRES/////////////////*/

.cadre-votre-projet{
	float:left;
	width:160px;
	height:181px;
	padding-left:25px;
	padding-right:14px;
	padding-top:60px;
	background-image:url(images/accueil/bg-cadre-votre-projet.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.cadre-bienvenue{
	float:left;
	width:239px;
	height:181px;
	padding-left:172px;
	padding-right:19px;
	padding-top:60px;
	background-image:url(images/accueil/bg-cadre-bienvenue.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.cadre-alaune{
	float:left;
	width:224px;
	height:181px;
	padding-left:14px;
	padding-right:5px;
	padding-top:60px;
	background-image:url(images/accueil/bg-cadre-alaune.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.vignette-alaune{
	float:left;
	margin-right:8px;
	border:#FFFFFF 1px solid;
}


.logos{
	float:left;
}

.signature{
	float:right;
	padding-top:20px;
	text-align:right;
}

