body,html{
	height:100%;/*---obligatoire pour le footer---*/
	background-color:#000;
	margin:auto;
	text-align: center;
}


#contener {
	border:1px solid #000000;
	width:1000px;
	height:1800px;
	font-family:verdana;
	padding:4px;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;

}


#en-tete {
	background-color:#000000;
	height:130px;
}

#header {
	height:100px;
	background-color:#000000;
	text-align:left;
	
}
#banniere {
	float:left;
	width:728px;
}
#logo {
	float:left;
	width:265px;
}

#menu {
	text-align:center;
	color:#CCCCCC;
	height:30px;
	font-size:12px;
	background-image:url(img-include/back-menu.png);
	background-repeat:repeat-x;
	font-weight:bold;
	margin:0px;
}
ul#menu li {
	display:inline;
	padding-left:15px;
	padding-right:15px;
	line-height:30px;
}


#menu a:link {
	color:#fff;
	text-decoration:none;
}
#menu a:hover {
	color:#000;
	text-decoration:none;
}
#menu a:visited {
	color:#fff;
	text-decoration:none;
}
#menu a:active {
	color:#fff;
	text-decoration:none;
}



#footer {
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	background-color:#000;
	font-family:verdana;
	font-size:11px;
	color:#fff;
	text-align:left;
	padding:0px 100px 0 100px;
}

#menu-gauche {
	width:160px;
	float:left;
	border-right:1px solid #000000;
}

#contenu {
	width:500px;
	background-color:#FFFFFF;
	text-align:left;
	float:left;
	padding:5px;
	background-image:url(img-include/ombre-verticale.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:500px;
}


#menu-droite {
	width:300px;
	float:right;
	height:100%;
	padding:5px;
}

.carre-droite {
	width:306px;
	height:257px;
	text-align:center;
	background-image:url(img-include/back-carre.png);
	background-repeat:no-repeat;
}
.carre-droite-ombre {
	width:300px;
	height:250px;
	border:1px solid #000000;
	float:left;
}

.pays {
	width:300px;
	word-spacing:30px;
	padding-bottom:30px;
}

.clearer{
	clear: both;
 }
 
.carre-affiche {
background-color:#F8F8F8;
border:1px solid #E2E2E2;
width:500px;
padding:5px;
height:160px;
}

.carre-affiche a:link{
	color: #d50d1c;
	text-decoration:none;
}

.carre-affiche a:visited{
	color: #d50d1c;
	text-decoration:none;
}

.carre-affiche a:hover{
	color: #ff414f;
	text-decoration:underline;
}


.tableau {
	text-align:left;
	float:left;
	padding:5px;
	font-size:11px;
	font-family:verdana;
}

.titre {
	font-size:12px;
	font-weight:bold;
}

.url {
	font-size:9px;
	font-family:verdana;
	font-weight:normal;
}
.remarque {
	font-size:10px;
	color:#FF0000;
	font-family:tahoma;
}

a:link {
	color:#d50d1c;
	text-decoration:none;
}

a:visited {
	color:#d50d1c;
	text-decoration:none;
}

a:hover {
	color:#ff414f;
	
}

a:active {
	color:#d50d1c;
	text-decoration:none;
}