/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #000000;
	background-color: #C13939;
	/*background-color: #FFFFFF;*/
	text-align: center; /* centrer la page avec IE */
}

a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

h1
{
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}
h2
{
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}
h3
{
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}
h4
{
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

/* menus et navigation */

#Container
{
	position: relative;
	top: 5px;
	width: 780px;
	height: auto;
	margin: 0px auto;
	margin-top: 0px;
	background-color: #FDDFA2;
	/*background-color: #FFFFFF;*/
	text-align: left; /* décentrer le texte (cf. body) */
}

#Header /* bannière */
{
	text-align: center;
	width: 100%;
	/*border: 1px solid #000000;
	border-bottom: 0px;*/
}

#menu
{
	position: relative;
	/*top: 160px;*/
	height: 80px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	/*border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
	z-index:10;
	/*background-color: #FDDFA2;*/
}
#menu dl, #menu dt, #menu dd, #menu ul, #menu li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu dl
{
	float: left;
	width: 130px;
	padding-left: 20px;
}
#menu dt.firstmenu
{
}
#menu dt
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	width: 130px;
}
#menu dd
{
	display: none;
	font-size: 10px;
	background: #F4B420;
	width: 130px;
}
#menu ul
{
	border-top: 1px solid #000000;
}
#menu li
{
	text-align: center;
	border: 1px solid #000000;
	border-top: 0px;
	font-weight: bold;
	font-size: 11px;
}
#menu li a
{
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	padding: 5px;
}
#menu dt a
{
}
#menu li a
{
	color: #000000;
	background: #F4B420;
}
#menu li a:hover
{
	background: #665002;
	color: #FFFFFF;
}

#Hierarchie
{
	position: absolute;
	top: 230px;
	width: 740px;
	-width: 100%;
	height: 20px;
	color: #C13939;
	font-size: 11px;
	font-weight: bold;
	/*border: 1px solid #000000;*/
	border: 0px;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  /*background-color: #FFFFFF;*/
  background-color: #FDDFA2;
	z-index: 8;
}
#Hierarchie a
{
	font-weight: normal;
	text-decoration: none;
	color: #C13939;
}
#Hierarchie a:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #C13939;
}


/* contenu */

#Content /* colonne centrale */
{
  position: absolute;
	top: 250px;
	width: 100%;
	height: auto;
	color: #000000;
	/*border: 1px solid #000000;*/
	border: 0px;
  margin: 0px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  /*background-color: #FFFFFF;*/
  background-color: #FDDFA2;
  background-image: url(../images/frise.gif);
	z-index: 8;
}

#ContentArticle /* colonne centrale */
{
  position: absolute;
	top: 250px;
	width: 100%;
	height: auto;
	color: #000000;
	/*border: 1px solid #000000;*/
	border: 0px;
  margin: 0px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  /*background-color: #FFFFFF;*/
  background-color: #FDDFA2;
  background-image: url(../images/frise_art.gif);
	z-index: 8;
}


#Footer
{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #BA6524;
	padding: 5px;
	/*background-color: #FFFFFF;*/
	background-color: #FDDFA2;
}
#Footer a
{
	color: #000000;
	text-decoration: none;
}
#Footer a:hover
{
	color: #000000;
	text-decoration: underline;
}

#LeftCT
{
	position: absolute;
	width: 160px;
	top: 0px;
	left: 5px;
	margin: 5px;
	border: 0px solid #CCCCCC;
	z-index: 4;
}

#CenterCT
{
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 5px 245px 10px 210px;
	border: 0px solid #CCCCCC;
	z-index: 6;
}

#CenterArticle
{
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 5px 10px 10px 210px;
	border: 0px;
	z-index: 6;
}

#RightCT
{
	position: absolute;
	width: 160px;
	top: 0px;
	right: 5px;
	margin: 5px;
	border: 0px;
	z-index: 4;
}

.formulaire_menu_lang
{
	font-size: 9px;
	font-weight: bold;
}
.forml
{
	font-size: 9px;
	font-weight: bold;
	background: #FFF0D0;
}

label
{
	font-size: 9px;
	font-weight: bold;
}

.contenu
{
	font-size: 14px;
	padding: 10px;
}
.contenu ul, .contenu li
{
	font-size: 14px;
	list-style-type: circle;
}

.texte, p
{
	text-align: justify;
	font-size: 12px;
	padding: 5px;
}

.droite
{
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	background-color: #F49E0D;
	color: #000000;
	padding: 5px;
}

.encart
{
	float: right;
	width: auto;
	margin: 0px 10px 10px 20px;
	border: 0px solid #000000;
	padding: 5px;
	font-size: 12px;
	background-color: #DAA73A;
}
.encart .titre-encart
{
	font-weight: bold;
}
.public_connect
{
	font-size: 11px;
	width: 300px;
	margin: 10px 10px 10px 10px;
}
.cartouche
{

}
.galerie
{
	text-align: center;
}
.galerie a
{
	text-decoration: none;
	border: 0px;
	color: #FFFFFF;
}
.galerie a:hover
{
	text-decoration: none;
	border: 0px;
	background-color: #FFFFFF;
	color: #CCCCCC;
}
.galerie img
{
	border: 0px;
}
.imprimer
{
	width: 600px;
	padding: 10px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  background-color: #FFFFFF;
  color: #000000;
}
.event
{
	font-size: 12px;
	border-bottom: 1px solid #999999;
	margin-top: 10px;
}
.event_desc
{
	margin: 10px 0px 10px 20px;
}

