/*
SODEARIF

general.css
MISE EN FORME DES ELEMENTS COMMUNS DU SITE
Voir CSS des modèles pour compléments
(c) 2007 ALTIMIX
--------------------------------*/

/*****************************

	HTML

*****************************/

body {
	padding: 0;
	background: #6d90a6 url(../medias/image/bg_body.jpg) repeat-x 0 0;
	margin: 0;
	text-align: center;
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #6d90a6;
}
a {
	color: #6d90a6;
	text-decoration: underline;
}
a:hover {
	color: #ee8018;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 14px 0;
	margin: 0;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.2em; }
h4, h5, h6 { font-size: 1.1em; }
h1:first-letter { font-size: 1.25em; }
h1:first-letter { color: #ee8018; }
h2:first-letter { color: #ee8018; }
h3:first-letter { color: #ee8018; }
h4:first-letter { color: #ee8018; }
h5:first-letter { color: #ee8018; }
h6:first-letter { color: #ee8018; }

#content h2.h2legend, #outils h2.h2legend {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  padding: 4px;
  margin: 0 0 1px 0;
  background: #6d90a6 url(../medias/image/bg_h2legend.gif) no-repeat 0 0;
  width: 346px;
}
#content h2.h2legend:first-letter, #outils h2.h2legend:first-letter {
color: #fff;
}

#outils h2 {font-weight:bold;color: #ee8018;background: url(../medias/image/bg_titre_ref.png) 0 1px no-repeat;padding: 0 0 0 10px;}

p {
	padding: 0 0 14px 0;
	margin: 0;
}
ul, ol, dl {
	padding-top: 0;
	padding-bottom: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
ul li {
	padding-top: 0;
	padding-bottom: 4px;
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: url(../medias/image/puce.gif);
}
table th, table td {
	font-size: 1em;
	color: #6d90a6;
	text-align: left;
}
form {
	padding: 0;
	margin: 0;
}
label, input, textarea, select, option  {
	font-size: 1em;
	color: #6d90a6;
}
img {
	border: none;
}

/* Classes supplémentaires */

.bleu {
	color: #6d90a6;
}
.orange {
	color: #ee8018;
}
p.align-right {
	text-align: right;
}

.clear {
	clear: both;
}

/*****************************

	TEMPLATE

*****************************/

/*
Liens langages et accessibilité
-------------------------------------------------------*/

ul#extra-links {
	float: right;
	padding: 4px 12px 0 0;
	margin: 0;
	list-style: none;
}
ul#extra-links li {
	float:left;
	display: inline;
}
ul#extra-links li#el-li01 {
	border-right: 1px solid #8FAEC1;
}
ul#extra-links li#el-li02 {}
ul#extra-links a {
	padding: 0 8px;
	margin: 0;
	font-size: 0.95em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
ul#extra-links a:hover {
	text-decoration: underline;
}

#font-links {
	clear:both;
	float: right;
	padding: 15px 12px 0 0;
}

/*****************************

	ZONES XIBUX       

*****************************/

/*
BANNER
-------------------------------------------------------*/

#banner br {
	display: none;
}
#banner p#no-flash {
	text-align: center;
}
#banner p#no-flash img {
	margin: 38px 0 0 90px;
}

/*
NAVGENH
-------------------------------------------------------*/

#navGenH {
	clear: both;
	margin-left: 86px;
	width: 858px;
	height: 22px;
	background: #a3b9c8 url(../medias/image/bg_navgenh.gif) no-repeat 0 0;
}

/*UL niveau 1*/

#navGenH ul {
	padding: 0;
	margin: 0;
	margin-left: 30px;/*reglage de la position du menu*/
	list-style: none;
}
#navGenH ul li {
	position: relative;
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 20px;
	float: left;
}
#navGenH ul li a {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0 17px;
	background-color: #A3B9C8;
	letter-spacing: 0.1em;
	line-height: 22px;
}
#navGenH ul li a:hover {
	background-color: #91aec0;
}
#navGenH ul li a.selected-gen, #navGenH ul li a:hover.selected-gen  {
	background-color: #6d90a6;
}
#navGenH ul li.separateur {
	padding: 0;
	margin: 0;
	color: #ee8018;
}

/*Masquage à partir du niveau 2*/

#navGenH ul ul {
	display:none;
}

/*Conditions d'affichage du niveau 2 pour navigateurs aux normes*/

#navGenH ul li:hover > ul {
	display:block;
}

/*UL niveau 2*/

#navGenH ul ul {
	position: absolute;
	padding: 0 0 0 0;
	margin: 0;
	background: none;
	left: 0;
	top: 22px;
	z-index: 500;
	border-top: 1px solid #fff;
	
}
#navGenH ul ul li {
	position: relative;
	display: block;
	width: 180px;
	padding: 0;
	background-color: #6d90a6;
	border-bottom: 1px solid #ee8018;
	margin: 0;
	float: left;

}
#navGenH ul ul li a {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	display: block;
	padding: 1px 4px 1px 19px;
	background-color: #6d90a6;
	letter-spacing: normal;
	line-height: 22px;
}
#navGenH ul ul li a:hover {
	background-color: #7ea0b5;
}
#navGenH ul li ul li a.selected-gen, #navGenH ul li ul li a:hover.selected-gen  {
	background-color: #A3B9C8;
}

/*
OUTILS
-------------------------------------------------------*/

#outils {
  text-align: left;
}

/*
FOOTER
-------------------------------------------------------*/

#footer {
  clear: both;
  height: 30px;
  background: url(../medias/image/bg_footer.gif) no-repeat 0 0;
}
#footer p {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: center;
  font-size: 0.95em;
  line-height: 20px;
  vertical-align: bottom;
}
#footer a {
  color: #6d90a6;
  text-decoration: none;
}
#footer a:hover {
  color: #6d90a6;
  text-decoration: underline;
}

/*
CREDITS PHOTOS
-------------------------------------------------------*/
.credit{margin-top:2px;padding:7px}
.credit img{margin:0}
.credit a{color:#fff;background-color:#A3B9C8;border:1px solid #666;margin-left:-10px;padding:4px 15px;font-weight:bold;text-decoration:none}






/* FIN */
