
/* CSS Document */

/*************************************************************/
/* Definitions générales */
/*************************************************************/

/**  FONT-WEIGHT *********************/
/*˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛*/

.bold
{
	font-weight:bold;
}

.normal
{
	font-weight:normal;
}
.italic
{
	font-style: italic 

}
/**  PADDINGS *********************/
/*˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛*/
.top5
{
	padding-top:5px;
}

.top10
{
	padding-top:10px;
}

.top20
{
	padding-top:20px;
}

.top40
{
	padding-top:40px;
}

.bottom5
{
	padding-bottom:5px;
}

.bottom10
{
	padding-bottom:10px;
}

.bottom20
{
	padding-bottom:20px;
}

.left5
{
	padding-left:5px;
}

.left10
{
	padding-left:10px;
}

.left20
{
	padding-left:20px;
}

.left30
{
	padding-left:30px;
}

.left40
{
	padding-left:40px;
}

.left165
{
	padding-left:165px;
}

.left150
{
	padding-left:150px;
}

.right10
{
	padding-right:10px;
}

.right20
{
	padding-right:20px;
}

.right15
{
	padding-right:15px;
}


.right25
{
	padding-right:25px;
}

.right40
{
	padding-right:40px;
}

/**  TEXTES *********************/
/*˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛*/

.text10
{
	font-size:10px;
}

.text11
{
	font-size:11px;
}

.text12
{
	font-size:12px;
}

.text13
{
	font-size:13px;
}

.text14 
{
	font-size:14px;
}

.text15 
{
	font-size:15px;
}

.text16 
{
	font-size:16px;
}

.text17 
{
	font-size:17px;
}

.text18 
{
	font-size:18px;
}

.text19 
{
	font-size:19px;
}

.text21 
{
	font-size:21px;
}
.text22 
{
	font-size:22px;
}
.text24 
{
	font-size:24px;
}

.text26 
{
	font-size:26px;
}

/**  COULEURS TEXTES **************/
/*˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛*/

.black
{
	color:#014336;
}

.blanc
{
	color:#FFFFFF;
}

.rouge
{
	color:#FF0000;
}

.bordeau
{
	color:#A20D13;
}

.vertClair{
	color:#82B51E;
}

.vertClair2
{
	color:#C8EC82;
}

.vertClair3
{
	color:#407E23;
}

.vertFonce {
	color:#014336;
}

.souligne
{
	text-decoration:underline;
}

.nosouligne
{
	text-decoration:none;
}

/**  COULEURS  FONDS**************/
/*˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛*/

.fondVert
{
	background-color:#387724;
}

.fondVertFonce
{
	background-color:#014336;
}

.fondVertClair
{
	background-color:#82B51E;
}


.fondBlanc
{
	background-color:#FFFFFF;
}

/**  ALIGNEMENTS ******************/
/*˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛*/

.centrer 
{
	text-align:center;
}

.textLeft
{
	text-align:left;
}

.textRight
{
	text-align:right;
}

.justify
{
	text-align:justify;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}


.clearNone
{
	clear:none;
}

.clearLeft
{
	clear:left;
}

.clearRight
{
	clear:right;
}

.clearBoth
{
	clear:both;
}

.relative
{
	position:relative;
}

/**  HOME ******************/
/*˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛˛*/

#Bloc
{
	background-color:#FFFFFF;
	height:444px;
	overflow:hidden;
	width:916px;
	font-family:Arial, Helvetica, sans-serif;
}

#BlocPage
{	
	background-color:#FFFFFF;
	width:916px;
	padding: 18px 0px 18px 0px;
	margin-left: auto;
 	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;	
}

#Centre
{
	width: 500px;
	background-image: url(../images/home/centre.jpg);
	background-repeat:no-repeat;
}

#Dynamique
{
	color:#014336;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}

.Titre_1
{
	color:#82B51E;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-weight:bold;
}

.Spray
{
	color:#014336;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}	

.Spray a:link {color:#014336; text-decoration:underline; font-weight:bold; }
.Spray a:visited {color:#014336; text-decoration:underline; font-weight:bold; }
.Spray a:hover {color:#82b51e; text-decoration:underline; font-weight:bold; }

.Titre_2
{
	color:#1C5819;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}	

.Regles
{
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}

.Plus
{
	color:#014336;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:82px;
}

.Plus a:link {color:#014336; text-decoration:underline; font-weight:bold; }
.Plus a:visited {color:#014336; text-decoration:underline; font-weight:bold; }
.Plus a:hover {color:#82b51e; text-decoration:underline; font-weight:bold; }

.inscriptionHome
{
	color:#014336;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-bottom:3px;
}

.inscriptionHome a:link {color:#014336; text-decoration:underline; font-weight:bold; }
.inscriptionHome a:visited {color:#014336; text-decoration:underline; font-weight:bold; }
.inscriptionHome a:hover {color:#82b51e; text-decoration:underline; font-weight:bold; }


.Lien
{
	color:#014336;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.Lien a:link {color:#014336;  text-decoration:underline; }
.Lien a:visited {color:#014336; text-decoration:underline; }
.Lien a:hover {color:#82b51e; text-decoration:underline; }

.Accord
{
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}

#Select_Centre
{
	color:#014336;
}	

select 
{
	width:200px;
	background-color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px solid #014336;
}
