
/*** HEADER **************************************************************************************/
div#header_logo {
	/*margin: 16px 0 16px 366px;*/
	margin: 16px 0 16px 16px;
	width: 800px;
	height: 162px;
	background-image: url(../images/galerie/header_1.jpg);
	background-repeat: no-repeat;
	vertical-align:middle;
}


/*** CONTENT *************************************************************************************/
div#marge_archive {
	float: left;
	/*margin: 35px 0 35px 183px;*/
	margin: 35px 0 35px 45px;
	width: 730px;
}


/*** GALERIE *************************************************************************************/
.galerie {
	float: left;
	margin-bottom: 10px;
	width: 730px;
}
/*** GALERIE ILLUSTRATION ********************************/
.galerie_illustration {
	clear: both;
	float: left;
	width: 110px;
	height: 110px;
}
.galerie_illustration_l1 {
	float: left;
	width: 110px;
	height: 10px;
}
.galerie_illustration_l2 {
	float: left;
	width: 110px;
	height: 90px;
	background-color: #464646;
}
.galerie_illustration_l3 {
	float: left;
	width: 110px;
	height: 10px;
}


/*** GALERIE TEXTE TITRE *********************************/
.galerie_texte h1 {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 600px;
	line-height: 16px;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
/*** GALERIE TEXTE  PARAGRAPHE ***************************/
.galerie_texte p {
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	width: 600px;
	line-height: 12px;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	font-family: arial;
	color: #808080;
}
/*** GALERIE TEXTE  LIEN *********************************/
.galerie_texte_lien a {
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	width: 600px;
	line-height: 12px;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}

