/* ************************************************************** */
/*                 	    Les styles par defaut	                    */
/* ************************************************************** */

body
{
	margin:0;
	background-repeat: repeat-x;
	
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.body_uso
{
	background-image: url(fond.gif);
	background-color: #808080;
}

form
{
	margin: 0;
	padding: 0;
}


a
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

p
{
	margin: 0;
}


#header A
{
	text-decoration: none;
}



.lien_label
{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}


/* Les cleaners */

.clean		{text-decoration: none;}
.clean:hover		{text-decoration: none;}
.cleaner	{clear: both; font-size: 1px;}



/* Style pour ecrire */
.leger  	{ font-size:10px; font-weight:normal; color: #888888; }
.label		{ font-size:10px; font-weight:bold; color:#888888; }
.petit		{ font-size:10px; }
.mini			{ font-size:8px; }
.bleu			{ font-weight:bold; color:#00BFFD; }
.gris			{ color:#808080; }
.grand		{ font-size: 16px; }
.green      { font-weight:bold; color:green; }
.red      { font-weight:bold; color:red; }


/* Le cadre autour des images */
.cadre	{border: 1px solid black;}
.cadregris	{border: 1px solid #999999;}


/* Formulaire */
.bouton
{
	width: 120px;
	border: 1px outset red;
	background-color: #FFF;
	font-weight: bold;
}




/* ************************************************************** */
/*                   Propriétés des éléments div									*/
/* ************************************************************** */


#corps
{
	width: 986px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#contenu
{
	float: left;
	margin-top: 193px;
	width: 792px;
	background-image: url('corps.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#colonne_d
{
	float: right;
	width: 184px;
	margin-top: 3px;
	margin-left: 10px;
	padding-top: 16px;
	background-color: #ffffbf;
}




/* ************************************************************** */
/*  Le Header																											*/
/* ************************************************************** */

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 792px;
	height: 196px;
	background-color: red;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

#hd_logo
{
	float: left;
	width: 303px;
	height: 129px;
	margin-top: 16px;
	padding-left: 15px;
}

#hd_visionneuse
{
	float: left;
	width: 448px;
	height: 128px;
	margin-top: 17px;
	border: 1px solid white;
	background-color: gray;
}


/* *************************************************************** */
/*  Le Menu		                                                     */
/* *************************************************************** */

#menu
{
	width: 768px;
	margin-top: 8px;
	margin-left: 16px;
}

.menu_bt0
{
	float: left;
	width: 144px;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
	background-image: url(bouton0.gif);
	background-repeat: no-repeat;
}

.menu_link
{
	display:block;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}



.menu_act
{
	width: 145px;
}

	
.menu_bt1
{
	width: 144px;
	height: 32px;
	line-height: 32px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	background-image: url(bouton1.gif);
	background-repeat: no-repeat;
	cursor: default;
}

.sous_menu_act
{
	background-color: #FFFFAD;
	background-image: url(menu_corps.gif);
}

.separateur_menu
{
	width: 128px;
	height: 1px;
	font-size: 1px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #000000;
	margin-top: 3px;
	margin-bottom: 4px;
}
.sous_menu_act_footer
{
	height: 4px;
	font-size: 1px;
	background-image: url(menu_pied.gif);
}




.sous_menu_act ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sous_menu_act ul li a
{
	display: block;
	padding: 3px;
	padding-left: 16px;
	width: 126px;
	background-image: url('puce.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.sous_menu_act ul li a:hover
{
	background-color: red;
	color: white;
	text-decoration: none;
}






#menu_1
{
	position: absolute;
	visibility: hidden;
	top: 155px;
	left: 16px;
}

#menu_2
{
	position: absolute;
	visibility: hidden;
	top: 155px;
	left: 168px;
}

#menu_3
{
	position: absolute;
	visibility: hidden;
	top: 155px;
	left: 320px;
}

#menu_4
{
	position: absolute;
	visibility: hidden;
	top: 155px;
	left: 472px;
}

#menu_5
{
	position: absolute;
	visibility: hidden;
	top: 155px;
	left: 624px;
}





/* *************************************************************** */
/*  Le Contenu                                                     */
/* *************************************************************** */


#text
{
	padding-top: 24px;
	padding-left: 96px;
	padding-right: 96px;
}


.text_titre
{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 32px;
}

.text_soustitre
{
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFFF;
	padding-right: 8px;
	text-align: justify;
}

.separateur_rouge, .separateur_rouge_centrer
{
	width: 100%;
	height: 20px;
	background-image: url('dotted_rouge.jpg');
	background-repeat: repeat-x;
	background-position: left center;
	margin-top: 32px;
	margin-bottom: 16px;
}

.separateur_rouge_centrer
{
	text-align: center;
}

.date
{
	width: 37px;
	margin-right: 12px;
	background-image: url('date.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: white;
}

.derniere_maj
{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	margin-top: 9px;
	padding-right: 24px;
	background-image: url('corps.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.text_albumsphotos
{
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}

.albums
{
	width: 300px;
	height: 80px;
	float: left;
	margin-bottom: 32px;
}


.news
{
	clear: both;
}
.news_vignette
{
	float: right;
	text-align: center;
}



/* Les tableaux */

table
{
	font-size: 12px;
}

.tab_titre
{
	background-color: #404040;
	color: white;
}

.tab_ligne1
{
	background-color:	#7F5F5F;
	color: white;
}
.tab_ligne2
{
	background-color:	#7F6A6A;
	color: white;
}

.tab_contenu1
{
	background-color:	#FFCFBF;
}
.tab_contenu2
{
	background-color:	#FFC0AB;
}

.compteur
{
	width: 16px;
	height: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-image: url('fond_compteur.gif');
}


/* *************************************************************** */
/*  Le Footer                                                      */
/* *************************************************************** */

#footer
{
	width: 792px;
	margin-top: 24px;
	padding-bottom: 16px;
	background-image: url('pied.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-size: 10px;
	color: #888888;
}



/* Affichage de la Video */

#bg_video
{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: black;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#play_video
{
	position: absolute;
	display: none;
	width: 480px;
	height: 404px;
	border: 3px #888888 solid;
	background-color: white;
	padding: 10px;
	top: 230px;
	left: 0;
	z-index: 101;
}

