*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	text-decoration: none;
}

html
{
	height:100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#861916;
}


li
{
	list-style:none;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

hr.both
{
	visibility:hidden;
	height:0;
	width:0;
	clear:both;
}

.hidden,
.invisible
{
	visibility:hidden;
}


/* ---------------------- */
/* --- BALISES TITRES --- */
/* ---------------------- */

h1 /* LOGO */
{
	height:242px;
	background: #be4609 url(img/site/header.jpg) scroll no-repeat right top ;
	z-index:0;
}

h2 /* Titres Pages */ 
{
	font-size:1.5em;
	width:90%;
	font-weight:normal;
	margin-left:15px;
	color:#861916;
}

#col_gauche h2
{
	margin-bottom:20px;
}

h3 /* titres col droite */
{
	margin: 15px 0 5px 15px;
	font-style:italic;
	color:#be4609;
}

h1 span,
h2 span
{
	display:none;
}



/* h5 et h6 => FCK */
h5.FCK
{
	margin:5px 0 0 0;
	font-size:1.3em;
	font-weight:bold;
}

h6.FCK
{
	margin:0;
	font-size:1em;
	font-weight:bold;
}

/* ----------------- */
/* --- STRUCTURE --- */
/* ----------------- */

#conteneur
{
	position:relative;
	margin:50px auto 20px auto;
	width:780px;
	border:5px solid #fff;
	background:#fff;
	color:#999;
}

#contenant
{
	width:780px;
	background:url(img/site/fond.png) scroll repeat-y;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
}

#contenant a
{
	color:#551a8b;
}

#contenant a:hover
{
	color:#861916;
}

#contenant img
{
	border:1px solid #e4c880;
}

#menu
{
	position:absolute;
	top:28px;
	left:0;
	width:150px;
}

#menu li
{
	margin:0;
	padding:0;
	border-bottom: 1px solid #be4609;
}

#menu a
{
	padding-left:5px;
	color:#e4c880;
	display:block;
}

#menu a:hover
{
	background-color:#e4c880;
	color:#861916;
}

#col_gauche
{
	width:550px;
	float:left;
}

#col_droite
{
	width:220px;
	float:right;
}

#contenu_col_G
{
	margin-left:15px;
}

#col_droite p,
.resume
{
	margin:0 15px 0 15px;
	text-align:justify;
	font-style:italic;
}

#footer
{
	height:80px;
	clear:both;
	background-color:#be4609;
}

#ss_footer
{
	clear:both;
	text-align:center;
	font-size:.9em;
	color:#888;
	margin-bottom:10px;
}

#ss_footer a
{
	color:#888;
	font-weight:bold;
}

#ss_footer a:hover
{
	text-decoration:underline;
}

.resume
{
	margin:15px;
}

.a_gauche
{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

dt
{
	clear:both;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #861916;
	margin: 30px 5px 0 5px;
	padding-top:5px;
}

#col_gauche dt
{
	border-top:0;
	margin-top:0;
}

dt a
{
	color:#be4609;
}

dl
{
	margin:5px 0px 5px 0;
}

dl span
{
	display:block;
	color:#050505;
	font-style:italic;
}

dl img
{
	margin:2px 5px 20px 5px;
	float:left;
	width:80px;
}


#bloc_photos
{
	margin:10px 0 20px 10px;
	clear:both;
	border-top:1px solid #861916;
	border-bottom:1px solid #861916;
	padding:5px;
}

#bloc_photos img 
{
	margin-right:10px;
	height:100px;
}

#gd_photos
{
	width:310px;
	height:310px;
	text-align:center;
	line-height:300px;
	margin-left:10px;
	margin-bottom:20px;
	float:left;
}

#gd_photos img
{
	vertical-align:middle;
}

#contenu_col_G_ed
{
	float:left;
	margin:10px 5px 0 5px;
}

#desc_ed
{
	clear:both;
	margin:20px 10px 10px 10px;
	padding:5px;	
}

/* ------------------- */
/* --- PHOTOTHEQUE --- */
/* ------------------- */

#col_droite ul
{
	margin-left:20px;
}

#col_droite li
{
	margin-top:15px;
	list-style : square outside ;
}

#col_droite li a
{
	color:#be4609;
}

.photo
{
	width:155px;
	height:155px;
	float:left;
	line-height:155px;
	text-align:center;
	margin:12px;
}

.photo img
{
	vertical-align:middle;
}

#gd_photo
{
	text-align:center;
}

#gd_photo div
{
	float:left;
	margin-top:20px;
	height:310px;
	line-height:310px;
}

#gd_photo div.min
{
	width:100px;
}

#gd_photo img
{
	vertical-align:middle;
}

#gd_photo div.min img
{
	width:90px;
}

#gd_photo div#gd
{
	width:310px;
	margin:10px;
}

/* --------------- */
/* --- CONTACT --- */
/* --------------- */

address
{
	margin: 10px
}

address span
{
	display:block;
}

#col_gauche form
{
	margin-left:30px;
}

#col_gauche input,
#col_gauche textarea
{
	border:1px solid #861916;
	display:block;
	margin-bottom:20px;
}

#erreur_form
{
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}

#col_gauche form img,
#erreur_form img
{
	border:0;
	vertical-align:middle;
}

/* ------------- */
/* --- LIENS --- */
/* ------------- */
#col_gauche ul
{
	margin-left:30px;
}

#col_gauche li
{
	margin-bottom:10px;
}

/* ------------------ */
/* --- LIVRE D'OR --- */
/* ------------------ */

#col_gauche p
{
	margin: 5px 30px 20px 30px;
	text-align:justify;
}

#gestion_pages
{
	text-align:center;
}

a.actif
{
	font-weight:bold;
}

#phpmyvisites
{
	display:none;
}

