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

html
{
	height:100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	background:#d4d4d4;
	height:100%;
}


li
{
	list-style:none;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

p
{
	text-align: justify;
	margin-bottom: 10px;
}

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

.hidden,
.invisible
{
	visibility:hidden;
	text-align: left;
	padding: 20px 0px 40px 0px;
}

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

h1 /* LOGO */
{
	width:800px;
	height:170px;
	background:url(img/titre.jpg) ;
	margin:5px auto 0 auto;
}

h1 span,
h2 span
{
	display:none;
}

h2 /* Ttre des Rubriques */
{
	margin-bottom: 25px;
	text-transform:uppercase;
	font-size:2em;
	color:#1582af;
}

h3
{
	font-weight:bold;
	margin-top:15px;
}

h4 /* Titres Mini Modules */
{
	text-transform:uppercase;
	color:#1582af;
	font-size:1.2em;
	text-align:right;
	margin:0 0 10px 5px ;  
	padding-top:10px;
}

/* h5 et h6 => FCK */
h5,
dt
{
	margin:20px 0 10px 0;
	color:#f00;
	font-size:1.1em;    
	padding-bottom: 3px;
	border-bottom:1px dotted #ccc;
} 

h6
{
	margin:5px 0;
	font-weight:bold;
	color:#aaa;
}

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

#conteneur
{
	position:relative;
	background-color:#fff;
	margin: 2px auto 0 auto;
	width:800px;
	border:1px solid #888;
}

#menu
{
	padding:5px 0;
	width:800px;
	text-align: center;
	background-color: #1582af;
	color:#fff;
}

#menu a
{
	color:#fff;
}

#menu a:hover
{
	color:#fce804;
}

#mini-modules
{
	width:200px;
	margin:0 5px 20px 0;
	float:right;
	border-left:1px solid #1582af;
	
}

#contenant
{
	margin:20px 10px 50px 10px;
}

#contenu
{
	width:510px;
	margin-left:5px;
	margin-top: 5px;
	height:auto;	
}

#contenu a
{
	color:#555;
}

#contenu a:hover
{
	color:#aaa;
}

#contenu img
{
	margin:10px;
	padding:2px;
	border:1px solid #000;
}

#bloc_newsletter
{
	position:absolute;
	top:101px;
	right:5px;
	background-color:#f00;
	height:3.1em;
	width:15em;
}

#bloc_newsletter label
{
	display:block;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	height:.9em;
	margin:0 3px 5px 3px;
	
}

#bloc_newsletter input#insc_nl
{
	width:130px;
	margin-left:15px;
}

#bloc_newsletter input#input_ins_nl
{
	border:0;
	background-color:#ad0a03;
	color:#fff;
}

#mini_bloc_actu,
#mini_bloc_agenda,
#mini_bloc_phototheque
{
	margin:0 0 10px 5px;
	text-align:right;
	padding-right:5px; /* !! IE */
	color:#333;
}

#mini_bloc_actu strong,
#mini_bloc_actu a,
#mini_bloc_agenda strong,
#mini_bloc_agenda a,
#mini_bloc_phototheque a,
#mini_bloc_phototheque strong
{
	display:block;
}

#mini_bloc_actu strong,
#mini_bloc_agenda strong,
#mini_bloc_phototheque strong
{
	color:#676767;
	font-size:1.2em;
}

#mini_bloc_phototheque strong
{
	font-size:1em;
	margin-bottom:5px;
}


#mini_bloc_actu a,
#mini_bloc_agenda a,
#mini_bloc_phototheque a
{
	color:#fce804;
	padding-bottom:20px;
}

#mini_bloc_actu a:hover,
#mini_bloc_agenda a:hover,
#mini_bloc_phototheque a:hover
{
	color:#000;
}

#mini_bloc_phototheque
{
	text-align:center;
}

#mini_bloc_phototheque img
{
	height:80px;
}

#footer
{   
	margin: 5px 0;
	text-align:center;
	color:#000;
}

#footer a
{   
	color:#000;   
	font-weight:bold;
}   

  
/* ------------------------------------- */
/* --- Présentation Contenu - LISTES --- */
/* ------------------------------------- */

dl
{
	overflow: auto;
}

dt
{
	/* VOIR h5 */
	clear:both;
	margin-top: 50px;
} 

dt span
{
	color:#555;
	font-weight: bold;
}

dt img
{
	vertical-align:middle;
}

dd
{
	text-align:justify;
}

dd img
{
	float:left;
	height:80px;
	margin-right:5px;
	margin-bottom: 10px;
}

dd.blog
{
	margin-top: 10px;
} 

dd.comm_nom
{
	font-weight: bold;
	margin-top:5px;
	margin-left:20px;
}

dd.comm_com
{
	font-size: .9em;
	color:#555;
	margin-left:20px;
}

dl#blog
{
	float:left;
	width:410px;
	margin-top:-50px;
}

dl#liste
{
	margin-top:-30px;
}

#archives
{
	position:absolute;
	text-align:center;
	left:490px;
	top:150px;
}

#archives span
{
	color:#f00;
}


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

#mail fieldset div span
{
	display:block;
	font-size:.8em;
	font-style: italic;
} 

#mail input,
#mail textarea,
dd input,
dd textarea
{
	border:1px solid #555;
	display:block;
}

#mail fieldset input
{
	border:1px solid #555;
	display:inline;
}

#mail label,
dd label
{
	margin-top:10px;
	display:block;
} 

#mail .envoi
{
	margin-top :10px;
} 

#erreur_mail
{
	margin:10px auto;
	text-align: center;
	font-weight: bold;
}

#mail label img,
#erreur_mail img

{
	margin:0;
	padding:0;
	vertical-align:middle;
}

/* ------------------ */
/* --- PHOTOTEQUE --- */
/* ------------------ */

#col_photos
{                          
}

#col_photos div.photo
{
	float:left;
	width:145px;
	height:100px;
	line-height:100px;
	text-align:center;
	margin:10px;
	
}

#col_photos div.photo img
{
	height:90px;
	vertical-align:middle;
	border:2px solid #888;
}

#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;
}

#gd_photo
{
	text-align:center;
}

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

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

#gd_photo img
{
	vertical-align:middle;
	border:2px solid #888;
}

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

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



#phpmyvisites
{
	display:none;article
}
