@charset "utf-8";
/* CSS Document */

body{
	margin:auto;
	margin:0;
	background-image: url(../img/bgGauche.jpg);
	background-repeat: repeat-x;
	background-color: #dcdcdc;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:12px;
}

#limitPage{
	margin:auto;
	width:1000px;
	background-color:white;
	/*border:1px solid #ccc;
	border-top:none;*/
}

#content{
	background-color:white;	
	width:980px;
	padding:5px 10px;
	border-top:none;
	overflow:hidden;
}

/* Mise en forme des textes */


.titre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #e9480b;
font-weight: bold;

}
.titre2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #0E80A0;
font-weight: bold;

}


.texte {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

.texte2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #848692;
}

.titrenoir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}


/* Liens par défault */

a:link {
	color: #e9480b;
	text-decoration: underline;
}

a:visited {
	color: #e9480b;
	text-decoration: underline;
}
a:hover {
	color: #e9480b;
	text-decoration: none;
}

.liste{
	list-style-image: url(../img/boutonOk.gif);
}

#Blocs{
	width:980px;
	height:140px;
	padding:0;
	border:0;
	margin-top: 10px;
	overflow:hidden;
}
#Blocs #BlocGauche{
	width:200px;
	float:left;
	text-align:center;
}
#Blocs #BlocDroite{
	width:780px;
	text-align:center;
	float:right;

}


