@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
}
body {
	background-color: #ffffff;
	margin: 0;
}
div#container {
	position: relative;
	min-height: 100%
}


/* FOOTER
----------------------------------- */
div#footer {
	position: absolute;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #848484;
	height: 29px;
	background: url(../img/bg_footer.jpg) repeat-x #dfdfdf;
	width: 100%;
}
div#footer a {
	text-decoration: none;
	color: #848484;
}
div#footer a:hover {
	text-decoration: none;
	color: #333333;
}
div#footer_content{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
}



/*HEADER
----------------------------------- */
div#header{
	background: url(../img/bg_header.jpg) repeat-x;
	width: 100%;
	height: 142px;
}
div#header_content{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#menu{
	margin-top: 12px;
}
div.item_menu{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}



/* CORPS
----------------------------------- */
div#corps {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	margin-top: 25px;
	margin-bottom: 20px;
}

div.clear{
clear: both;
}
div.left{
	float: left;
}	
div.right{
	float: right;
}	



/* GALERIES
----------------------------------- */
div.miniature_galerie {
	display: inline-block;
	width: 180px;
	vertical-align:top;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 30px;
	text-align: center;
}
div.titre_galerie {
	text-align: center;
	font-size: 13px;
	font-weight: bold;	
}
div.resume_galerie {
	text-align: center;
	font-size: 10px;
	margin-top: 3px;
}


/* GALERIES ET PHOTOS */

div.miniature {
	margin-right: 30px;
	display: inline-block;
	text-align: center;
	width: 170px;
	vertical-align:top;
	margin-bottom: 30px;
	width: 150px;
}

div.pages{
   text-align: center;
}
div.pages a{
   color: #666666;	
}
div.pages a:hover{
   color: #000000;	
}
div.galeries{
	padding-left: 50px;

}


div.photo{
text-align:center;
vertical-align: middle;
}

div.bloc_img {
	display: inline-block;
	text-align: center;
	width: auto;
}

div.navig_bas{
text-align:center;
font-size: 10px;

}
div.titre_photo{
display: inline-block;
font-size: 10px;
float:left;
color: #bebebe;
padding-top: 3px;
}
div.description_photo{
display: inline-block;
font-size: 10px;
float:right;
color: #bebebe;
padding-top: 3px;
}



#image_loading.loading {
	background: url(../img/spinner.gif) no-repeat center center;
}
#image_loading.loading2 {
	background: none;
}
		
#image_article {
	display: none;
}
.image_article {
	display: none;
}




/* CONTACT
----------------------------------- */
div.box_contact {
	width: 380px;
	padding-left: 10px;
	height: 245px;
	background: url(../img/box_contact_bg.jpg) no-repeat;
}
input.contact, textarea {
	border: 1px solid #5a5a5a;
	background: #fff;
	font-size: 12px;
	width: 260px;
}
input.envoyer {
	border: 1px solid #5a5a5a;
	background: #fff;
	font-size: 12px;
	width: 70px;
}
div.message {
	font-size:11px;
	font-style: italic;
	color: #999999;
	display: inline-block;
}
div.message div.ok {
	color: #006600;
}
div.message div.erreur {
	color: #CC0000;
}
ul.liens{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
ul.liens a{
	color: #666666;
}
ul.liens a:hover{
	color: #82a0a2;
}
hr.separation{
	color: #dcdcdc;
	background-color: #dcdcdc;
	height: 1px;
	border: 0;
}

