/* Réalisé par la société DEFI SUD 	                              */
/* www.defi-sud.com 								                              */
/* developpement@defi-sud.com 																		*/

/* Nous vous encourageons à adapter les éléments de cette feuille */
/* de style CSS à vos propres projets.														*/
/* Toutefois, la combinaison d'images, de couleurs et de          */
/* typographie (le design) ne peut être reproduit sans            */
/* l'autorisation de la société DEFI SUD (copyright 2004)         */


/* Style global pour les pages ----------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background-color: #66CCFF;
}

html, body, h2, h3, h4, div, p, ul, li, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCFCFC;
}

h1 {
	font-size: 130%;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	width: 90%;
}

h1:first-letter {
	text-transform: uppercase;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FDD103;
	font-weight: bold;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FDD103;
	font-weight: bold;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FDD103;
	font-weight: bold;
}

/* Styles pour les textes relatifs ------------------------------- */


/*/*/
body, body div, body p, body th, body td, body li, body dd	{
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size: small;
}
/* */

/* Styles pour les sections identifiées -------------------------- */

#menuzone {
	position: absolute;
	z-index: 30;
	top: 5px;
	left: 20px;
	width: 90px;
	text-align: left;
}

#languezone {
	position: absolute;
	z-index: 40;
	top: 5px;
	right: 5px;
	text-align: right;
}

#centralzone {
	width: 100%;
	text-align: left;
	background-color: #CC0000;
}

#centralmarge {
	padding-left: 130px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 30px;
}

#central {
	width: 100%;
	text-align: left;
}

#basdepagezone {
	width: 100%;
	text-align: center;
	background-image: url("images/vaguep.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

#basdepagemarge {
	padding-top: 30px;
	padding-bottom: 10px;
}

#menuzone img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.droite {
	display: block;
	float: right;
	width: 48%;
	text-align: center;
}

.gauche {
	display: block;
	float: left;
	width: 48%;
	text-align: center;
}

.separation {
	clear: both;
}

#zonecentree {
	width:720px;
	height:420px;
	margin:10px auto;
	position:relative;
	text-align: center;
}

/* commented backslash hack  - invisible to IE 5 \*/
#zonecentree {
	position:absolute;
	margin:-210px 0 0 -360px;
	left:50%;
	top:50%;
	text-align: center;
}
/* end hack */

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

/* Styles pour textes divers ------------------------------------- */

.texte_standard {
	color: #FFFFFF;
}

.texte_evident {
	font-weight: bold;
}

.texte_evident_fonce {
	color: #000000;
	font-weight: bold;
}

.ephebe_orange {
	color: #fdd103;
}

.carte_legende {
	color: #FF9900;
	font-weight: bold;
}
