/* ####################################################################### */
/* ########  Feuille de style d�finisant l'affichage par defaut  ######### */
/* ####################################################################### */

body {
	margin: 0;
	font: 11px Myriad, Verdana, Arial, sans-serif;
	background: url('../images/fond.gif');
	overflow: auto;
}

#conteneur {
	position: relative;
	z-index: 5;
	left: 50%;
	margin: 0 0 0 -469px;
	width: 938px;
	background: #a7ce38;
}
#deco_1 {
	position: absolute;
	width: 7px;
	left: 0;
	background: url('../images/gauche.gif') repeat-y;
}
#deco_2 {
	position: absolute;
	width: 7px;
	right: 0;
	background: url('../images/droite.gif') repeat-y;
}
img {	
	border: none;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	border: 0;
	height: 2px;
	color: #1D5586;
}
p {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
/* ####################################################################### */
/* ENTETE */

#entete {
	position: relative;	
	width: 922px;
	height: 257px;
	z-index: 1;
	margin: 0 0 0 7px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#entete h1 {
	margin: 0;
}

#entete h1 span, #entete h2 {
	display: none;
}

/* FIN ENTETE */
/* ####################################################################### */

/* ####################################################################### */
/* JEU */
#jeu {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 300;
}
#fond_jeu {
	z-index: 302;
	width: 100%;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#conteneur_jeu {
	position: absolute;
	z-index: 310;
	left: 50%;
	top: 50%;
	margin: -225px 0 0 -450px;
	width: 900px;
	height: 450px;
	border: 1px solid #000000;
}
#fermer_jeu {
	position: absolute;
	z-index: 350;
	width: 23px;
	height: 23px;
	right: -24px;
	top: -24px;
}
/* ####################################################################### */
/* CORPS */
#nav_global {
	position: absolute;
	top: 170px;
	left: 8px;
	width: 922px;
	z-index: 10;
}
/* MENU */
#navigation {
	height: 41px;
	border-top: 1px solid #ffffff;
}
#navigation[id] {
	background: url('../images/fond_menu.png') repeat-x;
}
#menu { /* DIV menu */
	position: relative;
	width: 922px;
	height: 31px;
	z-index: 10;
	background: url('../images/menu_fond.jpg') repeat-x;	
}
#ulMenuRacine {
	position: relative;
	margin: 0 0 0 30px;
	padding: 0;
	width: 885px;
	height: 31px;
	list-style: none;
}
#ulMenuRacine li {
	position: relative;
	float: left;
	margin: 0;
	height: 15px;
	margin: 8px 0 0 0;
	padding: 0 13px 0 13px;
	border-right: 2px solid #1d5586;
}
#ulMenuRacine .aLiMenu0 {
	position: relative;
	z-index: 500;
	display: block;
	height: 15px;
	width: 100%;
	line-height: 15px;
	padding: 0;
	text-decoration: none;
	color: #0095da;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
#ulMenuRacine .aLiMenu0 span {
	position: relative;
	top: -1px;
}
#ulMenuRacine .aLiMenu0:hover {
	color: #1d5586;
}
#ulMenuRacine #menu_droite {
	float: right;
	width: 143px;
	background: url('../images/menu_droite.jpg');
}
#aMenuOn {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: 73px;
	top: -20px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 15px;
	color: #1d5586;
	margin: 0 5px 0 5px;
	
}
#aMenuOn[id] {
	background: url('../images/fond_menu_hover.png') repeat-x;
}
#aMenuOn span {
	position: relative;
	top: 20px;
	padding: 0 5px 0 5px;
}
#aMenuOn:hover {
	color: #1d5586;
	text-decoration: none;
}
#ulMenuRacine div {
	position: absolute;
	height: 173px;	
	margin: -35px 0 0 -8px;
	
}
#ulMenuRacine[id] div {
	background: url('../images/fond_menu_hover.png') repeat-x;
}
/* COTE */
#cote {
	position: relative;
	float: right;
	width: 263px;
	background: url('../images/cote/fond.gif') repeat-y;
}
#cote #haut {
	position: absolute;
	z-index: 11;
	width: 320px;
	height: 123px;
	left: -56px;
	top: -52px;	
}
#cote #haut[id] {
	background: url('../images/cote/haut_ccbk.png') no-repeat;
}
#cote #haut span {
	display: none;
}
#cote #encart_ccbk {
	width: 257px;
	left: 30px;
	z-index: 12;
}
#cote #encart_ccbk ul {
	position: relative;
	float: left;
	padding: 0;
	margin: -22px 0 0 0;
	left: 30px;
	width: 257px;
	height: 100%;
	list-style: none;
}
#cote #encart_ccbk ul li {
	float: left;
	padding: 0;
	margin: 0;
	height: 100%;
}
#cote #encart_ccbk ul #gauche_cote {
	width: 20px;
}
#cote #encart_ccbk ul #gauche_cote img {
	width : 100%;
	height: 100%;
}
#cote #encart_ccbk ul #contenu_cote {
	width: 213px;
	background: #ffffff;
}
#cote #encart_ccbk ul #droite_cote {
	width: 24px;
}
#cote #encart_ccbk ul #droite_cote img {
	width : 100%;
	height: 100%;
}
#cote #encart_ccbk ul #pied_ccbk {	
	width: 257px;
	height: 42px;	
}
#cote #encart_ccbk ul #pied_ccbk[id] {	
	margin-top: -2px;	
}
#cote #encart_ccbk ul #pied_ccbk[id] {
	background: url('../images/cote/encart_pied.png') ;
}
#contenu_cote h1 {
	width: 207px;
	margin: 0 0 0 4px;
	padding: 0;
	border-bottom: 1px solid #a7ce38;
	font: 13px Myriad, Verdana, Arial, sans-serif;
	color: #a7ce38;
	letter-spacing: 1px;
	font-weight: bold;
}
#contenu_cote h1 span {
	position: relative;
	margin: 0 0 0 28px;
	top: 3px;
}
#contenu_cote div {
	width: 181px;
	margin: 7px 0 7px 32px;
	font: 10px Myriad, Verdana, Arial, sans-serif;
	letter-spacing: 1px;	
}
#contenu_cote #telechargement {
	width: 211px;
	margin: 7px 0 7px 2px;
}
#contenu_cote p {
	line-height: 15px;
	margin: 0 0 7px 0;
}
#contenu_cote a {
	color: #0095DA;
	text-decoration: underline;
	font-weight: bold;
}
#contenu_cote a:hover {
	color: #1D5586;
}
#encart_jeu {
	position: relative;	
	float: right;
	width: 257px;
	height: 365px;
	left: 24px;
}
#encart_jeu[id] {
	background: url('../images/cote/fond_jeu.png') no-repeat;
}
#encart_jeu h1 {
	position: relative;
	width: 207px;
	margin: 54px 0 0 24px;
	padding: 0;
	border-bottom: 1px solid #ffffff;
	font: 13px Myriad, Verdana, Arial, sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
}
#encart_jeu h1 span {
	position: relative;
	margin: 0 0 0 28px;
	top: 3px;
}
#encart_jeu #encart_jeu_1 {
	position: absolute;
	z-index: 15;
	margin-left: 24px;
	margin-top: -35px;
}
#encart_jeu #encart_jeu_2 {
	position: relative;
	
}
#encart_jeu a {
	position: absolute;
	
	width: 199px;
	height: 53px;
	margin: 180px 0 0 24px;	
	border: 1px solid red:
	display: block;
}
#encart_jeu[id] a {
	background: url('../images/cote/bout_jeu_1.png') no-repeat;
}
#encart_jeu a span {
	display: none;
}
#piedCote {
	position: relative;
	float: left;
	bottom: 0;
	width: 263px;
	height: 22px;
	background: url('../images/cote/pied.gif') no-repeat;
}
/* CORPS */
#corps {
	position: relative;
	z-index: 12;
	text-align: left;
	width: 922px;
	margin: 0 0 0 7px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#corps hr {
	position: relative;
	border: 0px solid #6da60c;
	border-top: 1px dashed #6da60c;
	height: 0px;
	width: 100%;
	margin-bottom: 10px;
}
/* MENU ONGLET */
.menuOnglet {
		
	left: 8px;
	z-index: 10;
	padding: 0;
	margin: 10px 0 0 0;	
	list-style: none;
	height: 36px;
	width: 669px;
	border-top: 2px solid #ffffff;	
	border-right: 2px solid #ffffff;
	background-position: top;
	
	letter-spacing: 0;
}
.menuOnglet[class] {
	background: url('../images/fond_menu2.png') top repeat-x;
}
.menuOnglet li {
	position: relative;
	float: left;
	height: 25px;
	background: url(../images/onglet.gif);
	padding: 0 8px 0 8px;
	margin: 0;
}
.menuOnglet a {
	position: relative;
	z-index: 500;
	display: block;
	height: 25px;
	text-decoration: none;
	text-align: center;
	color: #0095DA;
	font-weight: bold;
}
.menuOnglet a:hover span {
	color: #1d5586;
}
.menuOnglet a span {
	position: relative;
	top: 5px;
}
/* CONTENUS */
#contenu_corps {
	position: relative;
	float: left;
	width: 603px;
	padding: 0 0 0 38px;
}
.encart_texte {
	position: relative;
	float: left;
	width: 565px;
	padding: 0 11px 3px 11px;
	background-color: #6da60c;
}
.titrePrincipal {
	position: relative;
	margin: 0 0 13px 0;
	width: 100%;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	color: #bde257;
	background: url('../images/fleche_titre.gif') left no-repeat;
	border-bottom: 2px solid #bde257;
	font: 15px Myriad, Verdana, Arial, sans-serif;
	font-weight: bold;
}
.titrePrincipal img {
	position: relative;
	top: 1px;
}
.titrePrincipal span {
	position: absolute;	
	margin: 22px 0 0 0;
	padding: 0 2px 0 0;
	background-color: #6da60c;
}
.titrePrincipal span span {
	position: relative;	
	margin: 0;
}
.texte {
	position: relative;
	margin: 0;
	padding: 5px 15px 10px 15px;	
	color: #747474;
	background-color: #FFFFFF;
	text-align: justify;
}
.texte p, texte div {	
	position: relative;
	z-index: 150;
	margin: 0 0 10px 0;
}
.texte p img, texte div img {	
	position: relative;
	z-index: 150;
}
.texte .titreSecondaire, .texte .titreTertiaire {
	position: relative;
	width: 100%;
	margin: 0;
	padding:0;
	font-size: 12px;
	color: #37b6f1;
	letter-spacing:-1px;
	border-bottom: 1px dashed #6da60c;
}
.texte .titreTertiaire {
	color: #f58220;
	border-bottom: 1px dashed #fecb09;
	border-left: 8px solid #fecb09;
	width: 508px;
}
.texte .titreSecondaire img {
	position: relative;
	top: 3px;
	border-left: 8px solid #fff100;
}
.texte .titreSecondaire span, .texte .titreTertiaire span {
	position: relative;
	top: 3px;
	margin: 15px 0 0 2px;
	background-color: #ffffff;
}
.texte .titreTertiaire span {
	padding: 0 0 0 4px;
	display: block;
	top: 0;
}
.pied_encart_texte {
	float: left;	
	height: 7px;
	width: 587px;
	border-bottom: 2px solid #6da60c;
	margin: 0 0 30px 0;
}
#encart_actus {
	background-color: #ddf322;
}
#encart_actus .titrePrincipal {
	border-bottom: 2px solid #6da60c;
	color: #6da60c;
}
#encart_actus .titrePrincipal span {
	background-color: #ddf322;
}
#pied_encart_actus {
	border-bottom: 2px solid #ddf322;
}
.texte_actu {
	position: relative;
	margin: 0;
	padding: 5px 0 10px 0;	
	color: #747474;
	background-color: #FFFFFF;
	text-align: justify;
}
#nav_actus {
	position: absolute;
	right: 10px;
	bottom: 15px;
	width: 13px;
	height: 222px;
	background: url('../images/centre_actus.gif') repeat-y;
}
#nav_actus span {
	display: none;
}
#nav_actus #haut {
	position: absolute;
	top: 0;
	width: 13px;
	height: 13px;
	background: url('../images/haut_actus.gif') no-repeat;
	cursor: pointer;
}
#nav_actus #bas {
	position: absolute;
	bottom: 0;
	width: 13px;
	height: 13px;
	background: url('../images/bas_actus.gif') no-repeat;
	cursor: pointer;
}
#encart_actus ul {
	position: absolute;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 515px;
	height: 238px;
}
#encart_actus ul p {
	font: 11px Myriad, Verdana, Arial, sans-serif;
	color: #747474;
	text-align: justify;
}
#encart_actus ul a {
	color: #747474;
	display: block;
	font-weight: normal;
}
#encart_actus ul a:hover {
	text-decoration: underline solid #747474;
}
.piedCorps {
	position: relative;
	clear: both;
	height: 2px;
}

/* CONTACT */
.contact {
	position: relative;
	display: block;
	list-style: none;
	height: 121px;
}
.contact li {
	position: relative;
	float: left;
	width: 400px;
	padding: 0 0 5px 5px;
}
.contact li ul li {
	width: 100%;
	padding: 0 0 0 5px;
}
.contact .photo {
	height: 121px;
	width: 104px;
	padding: 0;
}
.contact .tel {
	background: url('../images/tel.gif') left no-repeat;
	height: 22px;
}
.contact .tel span {
	position: absolute;
	margin: 0 0 0 46px;
	font-weight: bold;
	top: 8px;
}
.contact .fax {
	background: url('../images/fax.gif') left no-repeat;
	height: 22px;
}
.contact .fax span {
	position: absolute;
	margin: 0 0 0 46px;
	font-weight: bold;
	top: 8px;
}
.contact .mail {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 109px;
	background: url('../images/mail_contact.gif') left no-repeat;
	height: 22px;
	border-bottom: 1px solid #1D5586;
}
.contact .mail a {
	position: relative;
	display: block;
	height: 22px;
	margin: 0 0 0 38px;
	font-weight: bold;
	cursor: pointer;
}
.contact .mail a:hover {
	text-decoration: underline;
}
.contact .mail a span{
	position: absolute;
	top: 10px;
}
.contact p {
	margin: 0;
}
.contact ul {
	padding: 0;
}
.contact ul li {
	padding: 0;
}
.formulaire_contact {
	margin: 10px 0 0 0;
	padding: 0;
	border-left: 1px solid #6DA60C;
}
.formulaire_contact .titreContact {

	
	font-size: 12px;
	color: #37b6f1;
	letter-spacing:-1px;
	margin-left: 3px;
}
.formulaire_contact .titreContact span {
	margin: 0;
	top: 0;
}
.formulaire_contact .formEmploi {
	margin: 0;
	padding: 0;
}
.formulaire_contact form {
	padding: 0;
	margin: 0;
	display: block;
}
.formulaire_contact .form {
	list-style: none;
}
.formulaire_contact .form p {
	padding: 0;
	margin: 8px 0 0 0;
	font-weight: bold;
}
.formulaire_contact .form .champ_texte1 {
	width: 430px;
	border: 1px solid #747474;
	border-bottom: 1px solid #1D5586;
	border-right: 1px solid #1D5586;
}
.formulaire_contact .form .champ_texte2 {
	width: 430px;
	height: 100px;
	border: 1px solid #747474;
	border-bottom: 1px solid #1D5586;
	border-right: 1px solid #1D5586;
	overflow: auto;
}
.contact_pied {
	clear: both;
	background: url('../images/form_contact_bas.gif') no-repeat;
	height: 17px;
	width: 514px;
}
#pied_form {
	clear: both;
	height: 22px;
}
#pied_form a {
	float: left;
	margin-left: 20px;
}
#pied_form .champSubmitMini {
	float: right;
}
/* FIN CORPS */
/* ####################################################################### */

/* ####################################################################### */
/* PIED */

#pied {
	position: relative;
	left: 50%;	
	margin-left: -469px;
	width: 938px;
	height: 81px;
}
#contact_pied {
	position: relative;
	float: right;
	color: #f8e5c3;
}
#pied p {
	position: relative;
	right: 35px;
	margin: 0;
	text-align: right;
}
#pied a {	
	color: #1c5585;
	font-size: 8pt;
	font-weight: normal;
	margin: 0 5px 0 5px;	
	text-decoration: none;
}
#pied a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




/* FIN PIED */
/* ####################################################################### */


/* ####################################################################### */
/* #############################   Classes   ############################# */
/* ####################################################################### */

.formulaireContact {
	width: 490px;
}

fieldset {
	margin: 20px 0;
	padding: 10px 20px 20px 20px;
}

.champTexte {
	width: 100%;
	background: #F8F8F8;
}

.champTexteEncart {
	width: 100%;
}

legend {
	font-weight: bold;
}

.libelle {
	background: url(../images/puce_formulaire.gif) 0 6px no-repeat;
	padding-left: 6px;
	line-height: 25px;
}

.champSelect {
	width: 70%;
}

/* Bloc d'affichage de messages */
#message {
	position: absolute;
	margin-left: -125px;
	margin-top: -75px;
	left: 50%;
	top: 50%;
	z-index: 500;
	width: 250px;
	height: 150px;
	border-top: 1px solid gray;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	border-left: 1px solid gray;
	background: white;
}

#message p {
	margin: 50px 25px;
	text-align: center;
	color: red;
	font-weight: bold;
}

#message a {
	color: black;
}
/* NAV PAGES */
.navigationArticle {
	float: left;
	width: 587px;
	height: 14px;
	font-size: 12px;
	margin: -23px 0 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
	background: url('../images/nav_pages.jpg') no-repeat;
	
}
.navigationArticle li {
	position: relative;
	float: center;
	color: #6da60c;
	font-weight: bold;
	top: -5px;
}
.navigationArticle .aligneGaucheNav {
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
	top: -5px;
	background: url('../images/nav_gauche_on.gif') no-repeat;
}
.navigationArticle .aligneGaucheNav:hover {
	background: url('../images/nav_gauche_off.gif') no-repeat;
}
.navigationArticle .aligneGaucheNav span {
	display: none;
}
.navigationArticle .aligneDroiteNav {
	float: right;
	width: 14px;
	height: 14px;
	margin: -13px 0 0 10px;
	background: url('../images/nav_droite_on.gif') no-repeat;
}
.navigationArticle .aligneDroiteNav:hover {
	background: url('../images/nav_droite_off.gif') no-repeat;
}
.navigationArticle .aligneDroiteNav span {
	display: none;
}
.navigationArticle .aligneGaucheNav a, .navigationArticle .aligneDroiteNav a {
	display: block;
	height: 14px;
}
.navigationArticle .aligneCentreNav a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.navigationArticle .aligneCentreNav a:hover {
	text-decoration: underline;
}
/* ####################################################################### */
/* ###########################   STYLES SUP   ############################ */
/* ####################################################################### */
.texteGrasVert {
	font: 11px Myriad, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #8dbd3b;
}
.texteGras {
	font: 11px Myriad, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #747474;
}
.image_bordure_verte_haut {
	position: relative;
	z-index: 150;
	display: block;
	margin: -58px 0 0 10px;
	border-right: 4px solid #6da60c;
	border-bottom: 4px solid #6da60c;
}
.image_bordure_verte_droit {
	position: relative;
	z-index: 150;
	display: block;
	margin: 0 0 0 10px;
	border-right: 4px solid #6da60c;
	border-bottom: 4px solid #6da60c;
}
.image_bordure_verte_gauche {
	position: relative;
	z-index: 150;
	display: block;
	margin: 0 10px 0 0;
	border-right: 4px solid #6da60c;
	border-bottom: 4px solid #6da60c;
}
.cel_vertC {
	background-color: #8DBD3B;
	color: #ffffff;
}
.cel_vertF {
	background-color: #6da60c;
	color: #ffffff;
}
.cel_bleuC {
	background-color: #0095DA;
	color: #ffffff;
}
.cel_bleuF {
	background-color: #1D5586;
	color: #ffffff;
}
.texte table {
	position: relative;
	border: 1px solid #747474;
	margin: 0;
}
.texte table tr {
	vertical-align: middle
}
.texte table td {
	position: relative;
	border: 1px solid #b1b1b1;
	text-align: right;
	vertical-align: middle;
}
.texte table td p {
	text-align: center;
	margin: 0;
	padding: 3px;
}
.texte ul {
	padding: 0 0 10px 40px;
	margin: 0;
}
.texte a {
	color : #0095DA;
	text-decoration: none;
}
.texte a:hover {
	color : #1D5586;
	text-decoration: underline;
}
.texte img {
	position: relative;
	z-index: 150;
	
}
.texte a img {
	border: 1px solid #ffffff;
}
.texte a img:hover {
	border: 1px solid #1D5586;
}
