/*****Reset*****/  
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, fieldset, table, th, td 
{ 
	margin: 0; 
	padding: 0; 

}  

/*****Basic*****/  
.block
{
	display:block;
}

.bold
{
	font-weight:bold;
}

.clr
{
	clear:both;
}

.gauche
{
	float:left;
}

.droit
{
	float:right;
}

p
{
	margin:0px 0px 14px 0px;
}

a:link, a:visited
{
	color:#663300;
	font-weight:bold;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

img
{
	border:none;
}

span.noir
{
	color:#333333;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

span.blanc
{
	color:#FFFFFF;
	display:block;
}

span.rouge
{
	color:#600;
}

/*****Frame*****/  
html
{
	background:url(../img/fond_html2.jpg) repeat-x center 55px #4f789d;
	height:100%;
}

body
{
	background:url(../img/fond_body.jpg) no-repeat center 292px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

#frame
{
	margin:0px auto;
	width:990px;
}

#enTete
{
	background:url(../img/enTete_fond.jpg) no-repeat;
	height:238px;
}

#content
{
	background:url(../img/content_fond.jpg) repeat-y;
	float:left;
	padding-bottom:30px;
}

#colonneGauche
{
	background:url(../img/colonneGauche_fond.jpg) no-repeat;
	float:left;
	padding-top:20px;
	width:160px;
}

#colonneCentre
{
	float:left;
	width:665px;
}

#colonneDroit
{
	background:url(../img/colonneDroit_fond.jpg) no-repeat;
	float:left;
	padding-top:57px;
	width:165px;
}

/*****Entête*****/
#enTete a.logo,
#enTete_accueil a.logo
{
	background:url(../img/enTete_logo.gif) no-repeat;
	display:block;
	height:137px;
	left:20px;
	position:relative;
	top:55px;
	width:350px;
}

/*****Colonne gauche*****/
#colonneGauche .content
{
	margin-left:20px;
	width:130px;
}

#colonneGauche .itineraire
{
	color:#FFFFFF;
	font-size:11px;
	padding-left:20px;
}

#colonneGauche .itineraire.on
{
	background:url(../img/colonneGauche_lien_fond.gif) no-repeat;
}

#colonneGauche .itineraire a:link,
#colonneGauche .itineraire a:visited
{
	background:url(../img/colonneGauche_region_fond.jpg);
	color:#ffcc66;
	font-size:12px;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	text-decoration:none;
}

#colonneGauche .itineraire a:hover
{
	background:#ffffff;
	color:#000000;
}

#colonneGauche .onglet
{
	margin-left:11px;
	margin-bottom:15px;
}

#colonneGauche .sep
{
	background:url(../img/colonneGauche_sep.gif) repeat-x center left;
	font-size:0px;
	height:13px;
	width:130px;
}

/*****Colonne centre*****/
#colonneCentre .content
{
	margin:0px 10px 0px 10px;
}

#colonneCentre .titreRegion
{
	background:url(../img/titre_region_fond.gif) no-repeat;
	height:92px;
	width:645px;
}

#colonneCentre .titreRegion img
{
	margin:10px 0px 0px 55px;
}

#colonneCentre .onglet
{
	height:70px;
	margin:20px 0px 10px 0px;
	text-transform:uppercase;
}

#colonneCentre .onglet img
{
	float:left;
}

#colonneCentre .onglet span
{
	background:url(../img/colonneCentre_onglet_fond.gif) repeat-x left bottom;
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size:28px;
	font-weight:bold;
	float:right;
	margin:13px 0px 0px 0px;
	width:566px;
}

#colonneCentre a.photo
{
	border:solid 4px #2e1f11;
	display:block;
	margin-right:7px;
	width:114px;
}

#colonneCentre a.photo img
{
	border:solid 1px #FFFFFF;
}

#colonneCentre .sep
{
	background:url(../img/sep.gif) repeat-x;
	font-size:0px;
	height:2px;
	margin:7px 0px;
}

#colonneCentre .ongletTitre
{
	background:url(../img/colonneCentre_onglet_fond.gif) repeat-x left bottom;
	font-family:"Courier New", Courier, monospace;
	font-size:28px;
	font-weight:bold;
	height:32px;
	margin-bottom:15px;
}
/*****Colonne droit*****/
#equipe
{
	margin-left:10px;
	width:135px;
}

#commentaire_form label
{
	display:block;
	float:left;
	width:70px;
}

/***** BARRE CONCOURS *****/
#barreConcours
{
	background:url(../img/concours/barre_fond.jpg);
	bottom:0px;
	height:60px;
	margin:0px auto;
	position:fixed;
	width:100%; 
	z-index:100000000000000000
}

#barreConcours a
{
	display:block;
	height:60px;
	margin:0px auto;
	width:990px;
}
