body {
	margin: auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: url('../img_commun/top-line.gif') repeat-x #FFFFFF;
}
a{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

.surlign
{
	color: #006699;
}

#contenu
{
	background-image: url('../img_commun/line.png');
	background-repeat: repeat-y;
	width: 1000px; 
	padding-bottom: 20px;
	overflow: hidden;
}

.cellule_tableau_message
{
	text-align: right;
}

/* ------------------ MENU ------------------------------- */
#menu{
	margin: 0px 0px 20px 20px;
	width: 960px;
	border-bottom : 1px solid #999999;
	padding: 0px;
	height: 22px;
	font-size: 12px;
}
#menu img{
	margin: 0px;
	float: left;
}
#langue{
	position : absolute;
	top: 30px;
	width: 980px;
	text-align: right;
}

#menu a
{
	text-align:center;
	display: block;
	color: #01397C;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	min-width: 55px;
	line-height: 22px;
	padding-left: 5px;
	padding-right: 5px;
}

#menu a:hover
{
	color: white;
	background: #01397C url('../img_commun/btn/fond-menu.png') no-repeat center center;
	text-decoration: none;
}

#partie-gauche
{
	float: left;
	width: 54%;
	margin-left: 10px;
}

#partie-droite
{
	margin-left: 57%;
	width: 42%;
	margin-right: 20px;
}


/* Pour toutes les pages sauf Index */
#partie-gauche_site
{
	float: left;
	width: 75%;
	margin-left: 10px;
}

#partie-droite_site
{
	margin-left: 78%;
	width: 22%;
	margin-right: 20px;
	height: 100%;
}
/* ------------------ CORPS ------------------------------ */
#corps{
	margin:auto;
	width: 940px;
	font-size: 12px;
	margin-left: 30px;
}
p{
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
h1{
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	/*color: #00387C;*/
	color: #FFFFFF;
	margin: -1px 21px 0px 20px;
	background: #00387B url('../img_fr/bandeau.png') no-repeat left;
	text-align: right;
	padding: 0px 10px 0px 60px;
	
	
}
h2{
	font-size: 24px;
	letter-spacing: -1px;
	font-style: italic;
	font-weight: normal;
	color: #00387C;
	margin: 20px 0px 10px 0px;
	background: url('../img_commun/puce_h1.gif') no-repeat;
	padding: 0px 20px 0px 40px;
}
h3{
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #00387C;
	margin: 10px 0px 0px 0px;
}
h4{
	font-size: 20px;
	letter-spacing: -1px;
	font-style: italic;
	font-weight: normal;
	color: #00387C;
	margin: 20px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
}

.bandeau{
	height: 22px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: white;
	background:#00387B url('../img_fr/bandeau.png') no-repeat left;
	padding-right: 10px;
}


/* ------------------ PIED DE PAGE ----------------------- */
#bottom{
	background-image: url('../img_commun/bottom.png');
	background-repeat: no-repeat;
	margin-top: -120px;
	
	padding-top: 130px;
	
	font-size: 10px;
	text-align: center;
	clear:both;
}

/* ------------------ LES DRAPEAUX ----------------------- */

#flag_fr a
{
	display: block;
	width: 29px;
	height: 21px;
	background: url('../img_commun/flag_fr.gif') no-repeat;
}
#flag_fr a:hover
{
	background: url('../img_commun/flag_fr_ro.gif') no-repeat;
}

#flag_en a
{
	display: block;
	width: 29px;
	height: 21px;
	background: url('../img_commun/flag_en.gif') no-repeat;
}
#flag_en a:hover
{
	background: url('../img_commun/flag_en_ro.gif') no-repeat;
}

#flag_es a
{
	display: block;
	width: 29px;
	height: 21px;
	background: url('../img_commun/flag_es.gif') no-repeat;
}
#flag_es a:hover
{
	background: url('../img_commun/flag_es_ro.gif') no-repeat;
}