@charset "utf-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	color: #5E5B5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.5;
	background-color: #FEFEFE;
	background-image: url(images/site/bg-site3.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	letter-spacing: 1px;
}
.gpsr #container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 
.gpsr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 270px;
	background-image: url(images/site/bg_header2.jpg);
} 
.gpsr #header h1 {
	margin: 0;
	padding: 10px 0;
}
#tableau_header {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 145px;
}
#tableau_header2 {
	position: relative;
	top: 4px;
	width: 490px;
	float: left;
}
#tableau_header3 {
	position: relative;
	width: 1085px;
	float: left;
	padding-top: 10px;
}
#tableau_header4 {
	width: 135px;
	position: relative;
	top: 125px;
}
.gpsr #centrer {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.gpsr #list2 {
	float: right;
	width: 24%;
	padding-top: 25px;
	padding-bottom: 80px;
}
.gpsr #list2 h3, .gpsr #list2 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.gpsr #mainContent {
	margin-top: 0;
	margin-right: 26%;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 50px;
} 

.gpsr #footer {
	background-image: url(images/site/bg_footer.jpg);
	height: 60px;
	bottom: 0px;
	position: relative;
	width: 100%;
} 
.gpsr #footer p {
	margin: 0;
	padding: 10px 0;
}
#team {
	width: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	height: 175px;
	padding: 0;
	background-image: url(images/site/team2.jpg);
	background-repeat: no-repeat;
	}
#tableau1 {
	position: relative;
	width: 250px;
	background-color: #FFF;
	border: 1px double #06F;
}
#tableau12 {
	position: relative;
	width: 250px;
	border: 1px double #06F;
}

a:link {
	color: #39f;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
}
a:visited {
	color: #39f;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
}
a:hover {
	color: #fb0d28;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.gpsr h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E5B5C;
	text-align: left;
	word-spacing: 2px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gpsr h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5E5B5C;
	text-align: left;
	letter-spacing: 2px;
	text-indent: 25px;
	word-spacing: 5px;
	font-style: normal;
	text-transform: uppercase;
}


.gpsr h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5E5B5C;
	text-align: left;
	width: 80%;
}

/* Diverses classes */
.text_justify{
	text-align: justify;
}
.text_center{
	text-align: center;
}

.text_left{
	text-align: left;
}

.text_right{
	text-align: right;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
 
</style>[if IE]>
<style type="text/css"> 
/* placer les corrections pour toutes les version d'IE dans ce commentaire conditionnel */
.gpsr #list2 { padding-top: 30px; }
.gpsr #mainContent {
	zoom: 1;
	padding-top: 15px;
}
/* la propriété propriétaire zoom ci-dessus transmet à IE l'attribut hasLayout nécessaire pour éviter plusieurs bogues */
</style>
<![endif]

/* texte et liens */

.lien_rouge:link {
	font-family : Verdana;
	font-size : 11px;
	color : #cf3a22;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 2px;
	text-transform: uppercase;
}
.lien_rouge:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #cf3a22;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 2px;
	text-transform: uppercase;
}
.lien_rouge:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #908585;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 2px;
	text-transform: uppercase;
	}
	
.lien_rouge9:link {
	font-family : Verdana;
	font-size : 9px;
	color : #fb0d28;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: uppercase;
}
.lien_rouge9:visited {
	font-family : Verdana;
	font-size : 9px;
	color : #fb0d28;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: uppercase;
}
.lien_rouge9:hover {
	font-family : Verdana;
	font-size : 9px;
	color : #39F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: uppercase;
	}
	
.lien_bleu9:link {
	font-family : Verdana;
	font-size : 9px;
	color : #fb0d28;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: uppercase;
}
.lien_bleu9:visited {
	font-family : Verdana;
	font-size : 9px;
	color : #fb0d28;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: uppercase;
}
.lien_bleu9:hover {
	font-family : Verdana;
	font-size : 9px;
	color : #39F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: uppercase;
	}
	
.texteblanc1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.texteblanc2 { font-family: Verdana; font-size: 14px; font-style: normal; font-weight : bold; color: #FFFFFF}
.texteblanc3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF
}
.text_rose_un {
	font-size:12px;
	font-family:Verdana;
	color:#FF008A;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

.lien_rose_un:link {
	font-size : 9px;
	color : #FF008A;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.lien_rose_un:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #FF008A;
	text-decoration: none;
}

.lien_rose_un:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #FF008A;
	text-decoration: underline;
}
.lien_rouge9:link {
	font-size : 9px;
	color : #fb0d28;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.lien_rouge9:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #fb0d28;
	text-decoration: none;
}
.lien_rouge9:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #39F;
	text-decoration: underline;
}

.lien_blanc:link {
	font-family : Verdana;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
.lien_blanc:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
.lien_blanc:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #fb0d28;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.lien_blanc2:link {
	font-family : Verdana;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
.lien_blanc2:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
.lien_blanc2:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #fb0d28;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.text_bleu {
	font-size:12px;
	font-family:Verdana;
	color:#39F;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: bold;
}
.lien_bleu:link {
	font-family : Verdana;
	font-size : 8px;
	color : #39F;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
}
.lien_bleu:visited {
	font-family : Verdana;
	font-size : 8px;
	color : #39F;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
}
.lien_bleu:hover {
	font-family : Verdana;
	font-size : 8px;
	color : #0c0d76;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
	}
.lien_bleu:active {
	font-family : Verdana;
	font-size : 8px;
	color : #39F;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
}

.lien_bleu2:link {
	font-family : Verdana;
	font-size : 10px;
	color : #39F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
}
.lien_bleu2:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #39F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
}
.lien_bleu2:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #fb0d28;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
	}
.lien_bleu2:active {
	font-family : Verdana;
	font-size : 10px;
	color : #39F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
}

.lien_bleu3:link {
	font-family : Verdana;
	font-size : 11px;
	color : #39F;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.lien_bleu3:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #39F;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.lien_bleu3:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #fb0d28;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.lien_bleu_header:link {
	font-family : Verdana;
	font-size : 20px;
	color : #39F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
}
.lien_bleu_header:visited {
	font-family : Verdana;
	font-size : 20px;
	color : #39F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
}
.lien_bleu_header:hover {
	font-family : Verdana;
	font-size : 20px;
	color : #fb0d28;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
	}
.lien_bleu9:link
{
	color:#39F;
	font-size: 8px;
}
.lien_bleu9:visited
{
	color:#39F;
	font-size: 8px;
}
.lien_bleu9:hover
{
	color:#fb0d28;
	font-size: 8px;
}

