/* ===================================================================
 * STANDARD CMS
 * =================================================================*/
.clear {clear : both;}
.invisible {display: none}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}
embed.alignleft, object.alignleft, img.alignleft, table.alignleft, dl.alignleft {float: left; margin: 0 5px 5px 0; text-align: left;}
embed.alignright, object.alignright, img.alignright, table.alignright, dl.alignright {float: right; margin: 0 0 5px 5px; text-align: left;}
table.aligncenter, dl.aligncenter {margin: auto; text-align: left;}
a img {border-width: 0;}
acronym {border-bottom: 1px dotted; cursor:help;}
/* LEGENDE */
dl.legende {border: 1px solid #ccc; padding: 0}
dl.legende dt {margin: 0; padding: 0; border-bottom: 1px solid #ccc}
dl.legende dt img {margin: 5px;} /* defini dans le parsing */
dl.legende dd {margin: 0; padding: 0 5px; font-style: italic}
dl.legende dd img {float:right; margin-left: 5px;}

/* ===================================================================
 * LAYOUT GENERAL
 * =================================================================*/
#document {
	width: 999px;
	margin: auto;
}
#bandeauHaut {}
#bandeauBas {}
#corps {
	overflow: auto;
	width: 580px;
	margin-left:260px;
	height: 317px;
}
#colonneGauche {
	float: left;
	width: 19%;
}
.avecDeuxColonnes #contenu {
	float: left;
	width: 60%;
	margin-left: 1%;
}
.avecColonneGauche #contenu {
	float: right;
	width: 80%;
}
.avecColonneDroite #contenu {
	float: left;
	width: 80%;
}
#colonneDroite {
	float: right;
	width: 19%;
}

/* ===================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * =================================================================*/
body {
	margin: 0;
	padding: 0;
	background: #000 url(img/BG_BODY_5000.jpg) no-repeat center top; 
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
}
a {
	color: #c03;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}

/* ===================================================================
 * BANDEAU HAUT 
 * =================================================================*/
#bandeauHaut {
	text-align: center;
	height: 130px;
}
#bandeauHaut h1 { 
	float: right;
	margin: 0;
	height: 33px;
	width:260px;
	background: transparent url(img/BG_H1.png) no-repeat;
	margin:97px 237px 0 0;
	text-indent:-9999px;
}
#bandeauHaut h1 a {
	display: block;
	height: 33px;
	width: 260px;
	outline: none;
}

/* ===================================================================
 * BANDEAU BAS 
 * =================================================================*/
#bandeauBas {
	text-align: center;
	font-size:0.8em;
}

/* ===================================================================
 * COLONNE GAUCHE 
 * =================================================================*/
#colonneGauche {
	background-color: #ccc;
}
#MenuTop {
	float:left;
	margin:40px 0 0 117px;
	text-align:right;
	width:131px;
	height: 250px;
	background: transparent url(img/BG_MENUTOP.png) no-repeat 14px 170px ;
}

#MenuTop ul { list-style: none; padding: 0; margin-top: 0;}
#MenuTop ul li {margin-bottom: 15px;}
#MenuTop ul li a { color: #4d4d4d; text-decoration: none; text-transform: uppercase;}
#MenuTop ul li a:hover { text-decoration: underline;	}

#Flag_lang {
	clear:left;
	float:left;
	margin:10px 0 0 170px;
}

/* ===================================================================
 * CONTENU
 * =================================================================*/
#contenu {
	background: transparent;
	height:285px;
	margin-top:25px;
	overflow:auto;
	width:540px;
}

#contenu h2 {display: none;}

#contenu div {
	margin: 0;
	padding: 0;
	width: auto;
}
.paragraphe {
	overflow: hidden;
	width: 94%;
	margin: 5px 1%;
	padding: 0 0.5%;
	background: transparent;
	color: #4d4d4d;
	font-family: calibri, helvetica, arial, 'sans-serif';
}
.paragraphe p { text-align: justify;}

/* ===================================================================
 * COLONNE DROITE 
 * =================================================================*/
#colonneDroite {
	background-color: #ccc;
}

/* ===================================================================
 * MODULES 
 * =================================================================*/
.module {
	overflow: hidden;
	width: 100%;
}


/* ===================================================================
 * FORMULAIRES 
 * =================================================================*/
.paragraphe fieldset {border: 1px solid #40506a;}
input, textarea,select {border: 1px solid #ccc;}
input.case {border: none;}
input.submit { border-color: #40506a; float: right; margin : 0.25em 2px 0}
.paragraphe form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
.paragraphe p label {
	float: left;
	width: 25%;
}
.paragraphe p label.enLigne {float: none; display: inline;}

.tpl_formulaire h3 {display: none;}

/* ===================================================================
 * BLOC DE NAVIGATION
 * =================================================================*/
.blocNavigation {text-align: center;} 
.resultatNavigation {margin: 5px 0;}
.regletteNavigation {margin: 5px 0;}

/**** Styles de Templates ***/
.PRS_DEMI {
	width:48%;
}


#contenu div div.compteur {
	position:fixed;
	left: 0;
	bottom:0;
	width: 100%;
}
#contenu div div.compteur p {
	width: 300px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	text-align:center;
	background: #40506a;
	color:white;
	padding-left: 4em;
	padding-right: 4em;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 25px #a5edfb; 
	-webkit-box-shadow: 1px 0px 25px #a5edfb; 
	box-shadow: 1px 0px 25px #a5edfb;
	border-radius: 30px 30px 0px 0;
	-moz-border-radius: 30px 30px 0px 0;
	-webkit-border-radius: 30px 30px 0px 0;
}
/*
.PRS_TIERS {
	width: 30%;
	margin:0 1% 5px 1%;	
}
.PRS_WIDTH_GAUCHE { 
	float: left; 
}
.PRS_WIDTH_DROITE { 
	float: right; 
}
.PRS_WIDTH_RIGHT {	clear: right; }
.PRS_WIDTH_LEFT {	clear: left; }
.PRS_WIDTH_BOTH {	clear: both; }

body#Accueil .PRS_TIERS { height: 550px;}
*/

.tpl_gallerie table {
	width: 100%;		
}
.tpl_gallerie table tr td {
	text-align: center;
	vertical-align: middle;
}
