/*-----------------------------------------------------------------------------\
| Feuille de style                                        samedi 17 janvier 2009
|-------------------------------------------------------------------------------
| Styles principaux du site
|-------------------------------------------------------------------------------
|
|                                                              Benjamin COIFFARD
\-----------------------------------------------------------------------------*/


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Paramètres par défaut des balises reprises un peu partout dans le site
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/* Les marges sont nulles par défaut pour toutes les balises du site */
* {
	margin: 0;
	padding: 0;
}

/* Les liens ne sont pas soulignés par défaut, et sont bordeau */
a {
	text-decoration: none;
	color: #900;
}
/* Au survol, le bordeau des liens s'intensifie */
a:hover {
	color: #300;
}

/* Définition des titres de niveau 1 */
h1 {
	text-align: right;
	color: #030;
	border-bottom: 2px #030 solid;
	margin-bottom: 5px;
	width: 540px;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Style de la balise principale du site
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

body {
	background-color: #f90;
	background-image: url(../image/ambiance/degradeB.gif);
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center; /* pour corriger le bug de centrage IE 5.5 */
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Propriétés de l'élément 'global', qui contient et centre à l'écran tous les
|  éléments de la page.
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#global {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	text-align: left; /* on rétablit l'alignement normal du texte */
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Bloc d'entête, situé en haut de la page.
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#entete {
	float: left;
	display: inline;
	width: 1000px;
	height: 165px;
	margin-top: 15px;
	margin-left: 0px;
	background-color: white;
	background-image: url(../image/ambiance/enteteB.gif);
	background-repeat: no-repeat;
}
/*#entete #logoSGdF {
	position: absolute;
	left: 37px;
	top: 0px;
	width: 180px;
	height: 140px;
	z-index: 5;
}
#entete #photo {
	position: absolute;
	left: 217px;
	top: 22px;
	width: 550px;
	height: 103px;
	z-index: 3;
}
#entete p {
	position: absolute;
	top: 125px;
	left: 33px;
	width: 735px;
	height: 15px;
	background-image: url(../image/general/barre.gif);
	background-repeat: repeat-x;
	text-align: right;
	font-size: 0.55em;
	z-index: 4;
	cursor: default;
}
#entete p em{
	color: #666;
}*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Corps de la page, élément extensible selon le contenu de la page
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#corps {
	float: left;
	display: inline;
	width: 1000px;
	_height: 500px; /* hack pour IE qui ne comprends pas min-height */
	margin-left: 0px;
	margin-top: 0px;
	min-height: 500px;
	background-image: url(../image/ambiance/corps.gif);
	z-index: 1;
}
#corgenGauche {
	position: absolute;
	display: block;
	top: 180px;
	left: 0px;
	width: 25px;
	height: 120px;
	background-image: url(../image/ambiance/corgenGauche.gif);
	z-index: 200;
}
#corgenDroit {
	position: absolute;
	display: block;
	top: 180px;
	left: 975px;
	width: 25px;
	height: 120px;
	background-image: url(../image/ambiance/corgenDroit.gif);
	z-index: 201;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Menu du site, affiché verticalement sur la gauche de la page
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#menu {
	float: left;
	display: inline;
	width: 182px;
	margin-left: 3px;
	_height: 300px; /* hack pour IE qui ne comprends pas min-height */
	min-height: 300px;
}
#menu a {
	display: block;
	margin-left: 4px;
	margin-top: 10px;
	color: #4a2500;
	font-weight: bold;
}
#menu a:hover {
	color: #006600;
}
#menu a.sousMenu {
	display: block;
	margin-left: 24px;
	margin-top: 0px;
	color: #4a2500;
	font-weight: normal;
	font-size: 0.8em;
}
#menu a.sousMenu:hover {
	color: #006600;
}
#menu label {
	float: left;
	margin-left: 9px;
	margin-top: 10px;
	width: 165px;
	font-size: 0.8em;
	color: #006600;
	font-style: italic;
}
#menu #champ {
	float: left;
	margin-left: 5px;
	margin-bottom: 0px;
	width: 168px;
	background-color: transparent;
	border: 1px #006600 solid;
	color: #006600;
	text-align: center;
}
#menu #chercher {
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	width: 170px;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Bloc affichant le contenu de la page
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#principal {
	float: left;
	display: inline;
	width: 540px;
	margin-left: 5px;
	margin-top: 8px;
	_height: 292px; /* hack pour IE qui ne comprends pas min-height */
	min-height: 292px;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Bloc de bas de page
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#pied {
	float: left;
	display: inline;
	margin-left: 0px;
	width: 1000px;
	height: 92px;
	background-image: url(../image/ambiance/pied.gif);
	font-size: 0.8em;
	color: #666666;
	z-index: 7;
}
/*#pied #branche {
	position: relative;
	top: 34px;
	left: 171px;
	width: 563px;
	background-image: url(../image/general/branche.gif);
	background-repeat: repeat-x;
	z-index: 8;
}

a#contact {
	display: block;
	float: left;
	margin-top: -20px;
	margin-left: 20px;
	width: 109px;
	height: 39px;
	background: url(../image/general/contact.gif) no-repeat 0 0;
	z-index: 9;
}
a#contact:hover {
	background: url(../image/general/contact.gif) no-repeat 0 -39px;
}
a#webmaster {
	display: block;
	float: left;
	margin-top: -20px;
	margin-left: 40px;
	width: 109px;
	height: 39px;
	background: url(../image/general/webmaster.gif) no-repeat 0 0;
	z-index: 9;
}
a#webmaster:hover {
	background: url(../image/general/webmaster.gif) no-repeat 0 -39px;
}
a#mentions {
	display: block;
	float: left;
	margin-top: -20px;
	margin-left: 40px;
	width: 109px;
	height: 39px;
	background: url(../image/general/mentions.gif) no-repeat 0 0;
	z-index: 9;
}
a#mentions:hover {
	background: url(../image/general/mentions.gif) no-repeat 0 -39px;
}
a.detail {
	position: relative;
	top: 470px;
	left: 100px;
	text-decoration: none;
	color: black;
	border-bottom: 1px gray dotted;
	z-index: 2;
}

a.detail span {
	display: none;
}

a.detail:hover span {
	display: inline;
	position: absolute;
	z-index: 3;
	top: 50px;
	left: -600px;
	width: 200px;
	background: #FF9900;
	border: 1px #cc6600 solid;
	text-align: center;
	color: white;
	padding: 2px;
}*/


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Elements récurrents
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*------------------------------------------------------------------
	Voyant Flash de chargement : s'affiche lorsqu'une requête Ajax
	est en cours d'execution, et se masque dès qu'elle a fini
------------------------------------------------------------------*/
#flCh{
	position: absolute;
	visibility: hidden;
	background-color: #f30;
	width: 120px;
	font-size: 0.8em;
	color: #fff;
	z-index: 1000;
}