/* CSS Document */
body{
	background-image: url(images/motif_fond.jpg);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	color: #656565;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
}
a{
	color: #656565;
	text-decoration: none;
}
a:hover{
	color: #17aaff;
}
.bleu_ciel{
	color: #17aaff;
}
.ocre{
	font-family: Arial, Helvetica, sans-serif;
	color: #d8c6b8;
	font-weight: bold;
}
.spacer {
  clear: both;
}
.photos_liens{
	border: none;
}
.photo_cadre{
	border: solid 2px #333333;
}
.texte_gras{
	font-weight: bold;
}
.menu{
	position: relative;
	width: 140px;
	min-height: 10px;
	border-left: solid 10px #17aaff;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;;
}
.fleches{
	position: relative;
	float: left;
}
/*-------------------------------------------------------conteneur----------------------------------------------------------------------*/
#conteneur{
	position: absolute;
	width: 806px;
	left: 50%;
	margin-left: -403px;
	top: 20px;
}
/*-------------------------------------------------------conteneur----------------------------------------------------------------------*/
#fond_blanc_centre{
	position: relative;
	background-image: url(images/fond_blanc/fond_blanc_centre2.png);
	width: 806px;
	min-height: 100px;
}
#fond_blanc_bas{
	position: relative;
	background-image: url(images/fond_blanc/fond_blanc_bas2.png);
	width: 806px;
	height: 12px;
}
#fond_blanc_centre_general{
	position: relative;
	background-image: url(images/fond_blanc/fond_blanc_centre.png);
	width: 806px;
	min-height: 100px;
}
#fond_blanc_bas_general{
	position: relative;
	background-image: url(images/fond_blanc/fond_blanc_bas.png);
	width: 806px;
	height: 12px;
}
/*-------------------------------------------------------bandeau haut-------------------------------------------------------------------*/
#bandeau_haut{
	position: relative;
	width: 800px;
	min-height: 150px;
	background-color: #FFFFFF;
}
/*-------------------------------------------------------gauche-------------------------------------------------------------------------*/
#gauche{
	position: relative;
	float: left;
	width: 175px;
	min-height: 150px;
}
.blanc{
	position: relative;
	float: left;
	width: 10px;
	min-height: 150px;
	background-color: #FFFFFF;
}
#centre{
	position: relative;
	float: left;
	width: 315px;
	min-height: 150px;
}
#centre_general{
	position: relative;
	float: left;
	width: 615px;
	min-height: 150px;
}
#droit{
	position: relative;
	float: left;
	width: 290px;
	min-height: 150px;
}
#contenu_menu{
	position: relative;
	width: 155px;
	min-height: 150px;
	margin: 10px 10px 0px 10px;
}
.contenu_centre{
	position: relative;
	width: 305px;
	min-height: 150px;
	margin: 10px 10px 0px 10px;
}
.contenu_general{
	position: relative;
	width: 590px;
	min-height: 150px;
	margin: 10px 10px 0px 10px;
}
#contenu_droit{
	position: relative;
	width: 270px;
	min-height: 150px;
	margin: 10px 10px 0px 10px;
}
/*------------------titres------------------*/
.titre_gauche{
	position: relative;
	width: 175px;
	min-height: 25px;
	background-color: #333333;
	padding: 5px 0px 0px 10px;
}
.titre_centre{
	position: relative;
	width: 305px;
	min-height: 25px;
	background-color: #333333;
	padding: 5px 0px 0px 10px;
}
.titre_droit{
	position: relative;
	width: 280px;
	min-height: 25px;
	background-color: #333333;
	padding: 5px 0px 0px 10px;
}
.titre_contenu{
	position: relative;
	width: 605px;
	min-height: 25px;
	background-color: #333333;
	padding: 5px 0px 0px 10px;
}
/*------------------texte / image------------------*/
.bloc_texte{
	position: relative;
	float: left;
	width: 170px;
	min-height: 25px;
}
.bloc_image{
	position: relative;
	float: left;
	width: 123px;
	min-height: 25px;
}
.bloc_menu_haut{
	position: relative;
	float: left;
	width: 300px;
	min-height: 25px;
	padding: 10px 0px 0px 0px;
}
.bloc_logo{
	position: relative;
	float: left;
	width: 200px;
	min-height: 15px;
}
#bloc_carte{
	position: relative;
	float: left;
	width: 300px;
	min-height: 150px;
	background-image: url(images/langues/carte.jpg);
	background-repeat: no-repeat;
}
#bloc_drapeaux{
	position: absolute;
	bottom: 0;
	left: 120px;
	width: 100px;
	min-height: 10px;
}
/*------------------------------------------------------footer--------------------------------------------------------------------------*/
#footer{
	position: relative;
	width: 800px;
	min-height: 15px;
	text-align: center;
	background-color:#FFFFFF;
	padding: 0px 0px 3px 0px;
}
#footer a{
	font-size: 9px;
