/*-----------------------------------------------------------------------------\
| 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: #600;
	border-bottom: 2px #900 solid;
	margin-bottom: 5px;
	width: 640px;
}


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

body {
	background-color: #f90;
	background-image: url(../image/ambiance/degrade.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: 180px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: white;
	background-image: url(../image/ambiance/entete000.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;
}
#menuHautImg {
	position: absolute;
	display: block;
	top: 180px;
	left: 36px;
	width: 266px;
	height: 86px;
	background-image: url(../image/ambiance/menuHaut.gif);
	z-index: 202;
}


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

#menu {
	float: left;
	display: inline;
	margin-left: 34px;
	margin-top: 65px;
	width: 280px;
	/*background-image: url(../image/ambiance/menuCorps.gif);*/

}
#menuFond {
	background-image: url(../image/ambiance/menuCorps.gif);
}
#menuFix {
	position: absolute;
	top: 0;
	left: 0;
}
#menu a {
	display: block;
	width: 220px;
	margin-left: 24px;
	margin-top: 20px;
	color: #300;
	font-weight: bold;
	font-size: 1.2em;
}
#menu a:hover {
	color: #930;
}
#menu a.sousMenu {
	display: none;
	width: 200px;
	margin-left: 44px;
	margin-top: 5px;
	color: #300;
	font-weight: normal;
	font-size: 1em;
}
#menu a.sousMenu:hover {
	color: #930;
}
a#lienIndex {
	position: absolute;
	top: 222px;
	left: 58px;
	z-index: 5000;
	width: 220px;
	color: #300;
	font-weight: bold;
	font-size: 1.2em;
}
a#lienIndex:hover {
	color: #930;
}


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

#principal {
	float: left;
	display: inline;
	width: 640px;
	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);
	z-index: 7;
}
#pied p {
	float: left;
	width: 1000px;
	text-align: center;
	margin-top: 30px;
	color: #666;
	font-size: 0.8em;
}
#pied a {
	color: #666;
}
#pied a:hover {
	color: #f60;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|
|  Classe détail
| 
\*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

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;
}