/* CSS Document */

/*////////////////////TABLE/////////////*/
#bg-gauche{
	width:63px;
	height:235px;
	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:235px;
	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;}

#menuAccueilOff, #menuAccueilOn, #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;
}

#menuAccueilOff{ background-position:0px 0px; width:50px; height:14px;}
#menuAccueilOn{ background-position:0px -126px; width:50px; height:14px;}
#menuPartenairesOff{ background-position:0px -14px; width:73px; height:14px;}
#menuPartenairesOn{ background-position:0px -70px; width:73px; height:14px;}
#menuPlanOff{ background-position:0px -28px; width:76px; height:14px;}
#menuPlanOn{ background-position:0px -84px; width:76px; height:14px;}
#menuMentionsOff{ background-position:0px -42px; width:103px; height:14px;}
#menuMentionsOn{ background-position:0px -98px; width:103px; height:14px;}
#menuContactOff{ background-position:0px -56px; width:93px; height:14px;}
#menuContactOn{ background-position:0px -112px; width:93px; height:14px;}



.logos{
	float:left;
	margin-top:2px;
}

.signature{
	float:right;
	padding-top:20px;
	text-align:right;
	margin-right:20px;
}

/*///////////////GAUCHE/////////////*/

.colonne-gauche{
	float:left;
	width:166px;
	margin-top:16px;
	margin-right:17px;
}

.colonne-gauche-2{
	float:left;
	width:157px;
	margin-left:9px;
	margin-top:16px;
	margin-right:17px;
}

/*//////////////DROITE////////////////*/

.texte-colonne-droite{
	float:left;
	width:412px;
	margin-left:20px;
	margin-top:16px;
	display:inline;
}

.texte-colonne-droite-2{
	float:left;
	width:305px;
	margin-right:20px;
	margin-left:20px;
	margin-top:16px;
	display:inline;
}

.texte-colonne-droite-3{
	float:left;
	width:360px;
	margin-right:20px;
	margin-left:20px;
	margin-top:16px;
	display:inline;
}

.texte-colonne-droite-demi{
	float:left;
	width:310px;
	margin-right:20px;
	margin-left:20px;
	margin-top:16px;
	display:inline;
}

.texte-colonne-droite-pleine-page{
	float:left;
	width:638px;
	margin-left:20px;
	margin-top:16px;
	display:inline;
}

.colonne-droite-separation{
	height:1px;
	border-bottom:#999999 1px dotted;
	margin:5px;
	overflow:hidden;
}

