/* --------------------------------------------------- */
/*     initialisation : balises XHTML générales        */
/* --------------------------------------------------- */

html {
	font-size: 12px;
	background: #110505;	
}

body  {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #cbb;
}

img {
	border:0px;
	margin: 0;
}

p { margin: 0 0 6px 0; }

a {	
	color: #f79665;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 { margin: 0 0 4px 0; padding: 0; }

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #eb711f;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #eb711f;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #eb711f;
}

em {
	font-style: normal;
		color: teal;
}

strong {

}

table {
	margin: 0 auto;
	border: 0;
}

form { margin:0; padding:0; }

input {
	color:#000000;
	font-size: 10px;
}

select, option {
	color:#000000;
	font-size: 10px;
	padding-left: 4px;
}

textarea {
	color:#000000;
	font-size: 10px;
	margin: 6px 0;
}

input {
	margin: 4px 0;
}

del { color: #0C161A}

/* --------------------------------------------------- */
/*                structure : armature                 */
/* --------------------------------------------------- */

#enveloppe-page {
	width: 960px; /* Largeur de page à rendre dynamique */
	margin: auto;
}

#en-tete {
	position: relative;
	display: block;
	height: 255px; /* Hauteur à rendre dynamique */
}

#conteneur {
	position: relative;
	display: block;
	background: transparent;
}

#conteneur-interne {
	display: block;
}

#col-g {
	float: left;
	position: relative;
	display: inline;
	width: 240px; /* Largeur de colonne à rendre dynamique */
	left: 0;
	margin: 0;
	padding: 0;
}

.col-interne {
	margin: 5px 10px; /* Valeur dynamique qui sert à générer une marge pour le contenu des colonnes. */
}

#contenu-principal, #contenu-principal00 {
	position: relative;
	display: block;
	height: 1%;
	margin: 0 0 0 240px; /* Les valeurs gauche et droite équivalent aux largeurs des colonnes latérales */
	padding: 23px 0 5px;
}

#contenu-principal00 {
	padding: 0 0 5px;
}


#contenu-principal h1, #contenu-principal00 h1 {
	background: transparent;
	position: absolute;
	z-index: 1000;
	top: -50px;
	left: -190px;
	width: 400px;
	height: 50px;
	font-size: 35px;
	font-weight: normal;
}

#contenu-principal ul {
	padding: 0 0 0 20px;
	list-style-image: url(/images/btn-liste-01.gif);
}

#contenu-principal ul ul {
	list-style-image: url(/images/btn-liste-02.gif);
}

#contenu-principal li {
	margin: 2px 0;

}

.clearfloat {
	clear: both;
}

#pied-page {
	display: block;
	height: 41px; /* Hauteur à rendre dynamique */
	text-align: center;
	border-top: 1px solid #eb711f;
	border-bottom: 3px solid #eb711f;
	margin-bottom: 15px;
}

#pied-page p {
	line-height: 41px;
	font-size: 14px;
}

#pied-page a, #pied-page a:hover {
	color: #cbb;
}

#pied-page a {
	text-decoration: none;
}

#pied-page a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------- */
/*                  classes générales                  */
/* --------------------------------------------------- */

.droite { text-align: right;}
.gauche { text-align: left;}
.centre { text-align: center;}

.fl-droite { float: right; }
.fl-gauche { float: left; }

.txt-italique { font-style: italic; }

.nobr { white-space: nowrap; }


/* --------------------------------------------------- */
/*               éléments récurrents                   */
/* --------------------------------------------------- */

.bloc_s {
	width: 400px;
	margin: 3px auto;
}

.bloc_m {
	width: 480px;
	margin: 3px auto;
}

.bloc_l {
	width: 560px;
	margin: 3px auto;
}

.alerte_erreur {
	color: #FF0000;
	font-weight: bold;
}
.alerte_info {
	color: #009933;
	font-weight: bold;
}

.encart-dynamique {
	margin: 10px 0 0 0;
}

.encart-dynamique li {
	
}

/* --------------------------------------------------- */
/*                      index                          */
/* --------------------------------------------------- */

#home-intro {
	font-size: 14px;
	border-bottom: 2px solid #eb711f;
}

#home-intro p {
	margin: 0 0 25px 0;
	line-height: 18px;
}

#home-actu {
	margin-top: 10px;
}

#home-actu img {
	margin: 8px;
}

#home-actu h2 {
	font-size: 16px;
	color: #eb711f;
}

#home-actu h3 {
	font-size: 10px;
	color: #eee;
	font-weight: normal;
}

/* --------------------------------------------------- */
/*                     galerie                         */
/* --------------------------------------------------- */

#outer {
	border-bottom: 2px solid #eb711f;
	padding: 30px 0 8px;
	width: 100%;
	background: url(/images/fond-diapo.gif) 50% 19px no-repeat;
}

#galerie-display {

}

#galerie-display img { width: 600px; height: auto; }

#galerie-info {
	text-align: center;
}

#galerie-info h2 {
	font-size: 18px;
	font-weight: normal;
	color: #eb711f;	
	margin: 10px 0;
	text-align: left;
}

#galerie-info h3 { margin : 0 80px 6px; font-size: 14px; font-weigt: normal;}

#galerie-info p { margin : 0 85px 12px; }

.fleche-display {
	margin-top: 160px;
	width: 28px;
}

.fleche-vig {
	margin: -7px 0 0;
	width: 28px;
}

#vig-syspage {
	text-align: center;
	margin-top: 16px;
}

#bande-vig {
	margin: 0 auto;
	width: 650px;
	text-align: center;
}

#bande-vig a img {
	margin-right: 5px;
	width: 70px;
	height: 53px;
}
