
body {
	margin: 0;
	padding: 0;
	
	background-image: url(../images/fond-site.gif);
}
	
#Page {
	position: relative;
	margin: auto;
	width: 990px;
	
	background-repeat: no-repeat;
	
}

.langue_en #Page {
	background-image: url(../images/entete-en.png);
}

.langue_fr #Page {
	background-image: url(../images/entete.png);
}

#Entete {
	height: 220px;
}

#Logo {
	position: absolute;
	left: 20px;
	top: 70px;
}

#Logo img {
	border: 0;
}

#Menu-Haut {
	position: absolute;
	right: 5px;
	top: 74px;
	
	color: #fff;
	
	font-size: 11px;
}

#Menu-Haut a {
	color: #fff;
	text-decoration: none;
}

#Menu-Haut a:hover {
	text-decoration: underline;
}

#Entete-CFI {
	position: absolute;
	top: 112px;
	left: 641px;
}


/*----------------------------------------
*	Colonne-Gauche
*---------------------------------------*/
#Colonne-Gauche {
	float: left;
	width: 216px;
	
	min-height: 534px;
	/*background-color: #fff;*/
	
	

	/*padding-top: 274px; 
	
	background-image: url(../images/fond-colonne-sans-texte.gif);
	background-repeat: no-repeat;*/
	
}

#Colonne-Gauche .pub {
	margin-top: 2px;
	
}

.plusieursSousPages #Colonne-Gauche {
	background-image: url(../images/fond-colonne-texte.gif);
	background-repeat: no-repeat;
	padding-top: 50px !important;
	
}

.accueil #Colonne-Gauche {
	/*background-image: url(../images/fond-colonne-accueil.gif);
	background-repeat: no-repeat;*/
	background: none !important;
	padding-top: 0 !important; 
	
}

* html #Colonne-Gauche {
	height: 534px;
}

#Colonne-Gauche img {
	border: 0;
}

#Sous-Menu {
	width: 184px;
	padding-left: 19px;
	padding-right: 13px;
	
	height: 224px;
	
	/*padding-bottom: 176px;*/
	/*background-image: url(../images/separateur-colonne-gauche.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	
	
}

#Sous-Menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}



#Sous-Menu a {
	color: #123f6e;
	text-decoration: none;
	
	display: block;
	
	padding-left: 15px;
	
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	
}

#Sous-Menu a:hover {
	color: #3680cf;
	background-image: url(../images/puce_over.gif);
}

#Sous-Menu a.actif {
	color: #3680cf;
	background-image: url(../images/puce_over.gif);
	
}

#Sous-Menu li {
	padding: 10px;
	
	
	border-bottom: 1px dotted #113e6d;

}



/*----------------------------------------
*	Colonne-Centre
*---------------------------------------*/
#Colonne-Centre {
	float: left;
	width: 616px;
	margin-left: 2px;
	margin-right: 2px;
	
	background-color: #e7f4fb;
	
	min-height: 624px;
}

* html #Colonne-Centre {
	height: 624px;
}


#Menu img {
	border: 0;
	float: left;
}

#Contenu {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 36px;
	padding-right: 36px;
}

/*----------------------------------------
*	Colonne-Droite
*---------------------------------------*/
#Colonne-Droite {
	position: relative;
	float: left;
	width: 153px;
	
	/*background-color: #fff;*/
	
	min-height: 617px;
}

* html #Colonne-Droite {
	height: 617px;
}

#Corpo {
	margin-top: 2px;
	height: 204px;
	width: 163px;
	background-image: url(../images/corpo.jpg);
	background-repeat: no-repeat;
}

#Pub img {
	border: 0;
	float: left;
	margin-top: 2px;
}

#Colonne-Droite .separateur {
	background-image: url(../images/separateur-vide.gif);
	background-repeat: no-repeat;
	height: 2px;
	width: 153px;
	
}


#Pub {

	padding-bottom: 24px;
	/*background-image: url(../images/separateur-colonne-droite.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}


#Partager {
	position: absolute;
	bottom: 0;
	left: 0;
	
	height: 31px;
	width: 150px;
}

.addthis_toolbox {
	margin-top: 7px;
	margin-left: 5px;
}


/*------------------------------------------
*	pied
------------------------------------------*/
#Pied {
	
	padding: 10px;
	padding-top: 5px;
	padding-left: 225px;
	padding-right: 5px;
	width: 607px;
	
	font-size: 10px !important;
	line-height: 24px;
	color: #fff;
	
	height: 60px;
}

#Pied a {
	color: #fff;
}

#Copyright {
	float: left;
	width: 465px;
	
}

#Realisation {
	float: right;
	width: 137px;
	
	text-align: right;
}

#Realisation a {
	display: inline-block;
	
	width: 37px;
	padding-right: 20px;
		
	background-image: url(../images/logo-nexion.png);
	background-repeat: no-repeat;
	background-position: top right;
}


