/* Elena Vassilieva*/

/* ----------------------------------
 * Redéfinition des balises standards
 * ----------------------------------*/
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#EFF4F8;
	background-image:url(img/interface/background.jpg);
	background-repeat: repeat-x;
}

select {
	font-size: 11px;
	font-weight: normal;
	color: #3A941F;
	border: 1px solid #A7A0A4;
}

img 			{border: 0px; margin: 0px; padding:0px;}
a 				{color: #164769; text-decoration: underline;}
a:hover	 	{color: #164769;text-decoration: underline;}
table 		{border: 0px;font-size: 11px;padding:0px}
p 				{text-align: justify;}


h1								{margin:0px;padding:0px;font-size:11px; font-weight: normal;}
h3,h4,h5					{margin:0px;padding:0px;font-size:10px}
h2 								{margin:0px;padding:0px;font-size:14px}

dl, dt, dd {margin: 0px; padding: 0px; list-style-type: none;}

ul {
	margin-top: 		5px;
	line-height: 		16px;
	text-align:left;

}

li {
	list-style-image: url(img/picto/puce_liste.gif);
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:left;

}


/* -----------------------------------------------------------------------------------------------------
 * Blocs uniques servant à la mise en page du site
 * -----------------------------------------------------------------------------------------------------*/
#xhtml_conteneur {
	width:816px;
	height:100%;
	margin-left: auto;
	margin-right:auto;
	vertical-align:top;
}

#bandeau_logo {
	width:747px;
	height:118px;
}

#logo {
	width:93px;
	height:118px;
	float:left;
	font-size:1px;
}

#bandeau {
	width:654px;
	height:118px;
	float:left;
	background-image: url(img/interface/bandeau_logo_droite.jpg);
	background-repeat:no-repeat;
	text-align:center;
}


#menu {
	width:747px;
	height:26px;
	font-size:1px;
}

#contenu {
	width:556px;
	height:100%;
	background-image: url(img/interface/bandeau_contenu.jpg);
	background-repeat: repeat-x;
	border-right:1px solid #FFFFFF ;
	text-align:left;
	background-color:#8CC0E3;
	overflow:auto;
	vertical-align:top;
}

#contenu_interieur {
	margin-right:16px;
	margin-left:16px;
	vertical-align:top;
}

#contenu_interieur img{
	border:1px solid #FFFFFF;
	margin-right:16px;
	margin-bottom:16px;
}

.titre_souligne{
	border:none;
	margin-right:0px;
	margin-bottom:0px;
}

.titre_souligne img{
	border:none;
	margin-right:0px;
	margin-bottom:0px;
}

#menu_transparent_fr {
	width:747px;
	height:26px;
	background-image: url(img/interface/bandeau_menu_transparent_fr.jpg);
	background-repeat:no-repeat;
}

#menu_transparent_en {
	width:747px;
	height:26px;
	background-image: url(img/interface/bandeau_menu_transparent_en.jpg);
	background-repeat:no-repeat;
}

#menu_transparent_al {
	width:747px;
	height:26px;
	background-image: url(img/interface/bandeau_menu_transparent_al.jpg);
	background-repeat:no-repeat;
}

#bandeau_critiques {
	width:169px;
	height:100%;
	background-image: url(img/interface/bandeau_critiques.jpg);
	background-repeat: repeat-x;
	border-right:1px solid #FFFFFF ;
	background-color:#BBE5F5;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	/*text-align: justify;*/
	padding-top:17px;
}

#bandeau_gauche {
	width:33px;
	height:100%;
	background-image:url(img/interface/bandeau_gauche.jpg);
	background-repeat: no-repeat;
	vertical-align:top;
	background-color:#CFE4F1;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

#bandeau_droite {
	width:34px;
	height:100%;
	background-image:url(img/interface/bandeau_droite.jpg);
	background-repeat:no-repeat;
	background-color:#EEF4F9;
}

#bandeau_copyright {
	width:816px;
	height:25px;
	background-image:url(img/interface/bandeau_copyright.jpg);
	background-repeat:no-repeat;
	color:#999999;
	font-size:11px;
}

#bandeau_copyright a{
	color:#999999;
	font-size:11px;
	text-decoration:underline;

}

#bandeau_copyright a:hover{
	color:#999999;
	font-size:11px;
	text-decoration:underline;
}

#image_titre{
	margin-top:14px;
	margin-bottom:17px;
}

#compteur{
	float:right;
	text-align:right;
	vertical-align:bottom;
	margin-top:80px;
	padding-right:10px;
}



/* -----------------------------------------------------------------------------------------------------
 * CONTENU
 * -----------------------------------------------------------------------------------------------------*/
 
 /* --------------------------------------------NEWS----------------------------------------------------*/
 
#news_tableau {
 	width:518px;
	border-bottom:1px solid #FFFFFF;
}

#news_titre {
 	width:526px;
	height:24px;
	background-image:url(img/interface/news_titre_tableau.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	color:#61A5D0;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-weight:bold;
}

#news_contenu {
 	width:526px;
	height:70px;
	padding-left:15px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

 /* --------------------------------------------CONTACT----------------------------------------------------*/
 
 #contact_table {
 	font-weight:bold;
	width:524px;
}

/* -----------------------------------------------------------------------------------------------------
 * CLASSES
 * -----------------------------------------------------------------------------------------------------*/
 
.copyright_float_left {
	float:left;
	margin-left:43px;
}

.copyright_float_right {
	float:right;
	margin-right:52px;
}

.critiques_bold {
	font-weight:bold;
	font-size:9px;
	text-align:left;
}

.bold {
	font-weight:bold;
}

.float_left {
	float: left;
}

.texte_contenu {
	text-align:justify;
}

.titre_page {
	font-weight:bold;
	text-transform:uppercase;
	background-image: url(img/interface/titre_souligne_accueil.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

.titre_page2 {
	font-weight:bold;
	text-transform:uppercase;
	background-image: url(img/interface/titre_souligne_accueil.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	text-align:left;
}

.date {
	color:#164769;
	font-weight:bold;
}

.bleu_fonce_souligne {
	color:#164769;
	font-weight:bold;
	text-decoration:underline;
}

.bleu_fonce {
	color:#164769;
	font-weight:bold;
}

.italic {
	font-style: italic;
	text-align:right;
}

.italic_normal{
	font-style: italic;
}