body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url(../images/FOND.jpg) no-repeat;
	background-color: #f4f6f7;
}
#header {
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
#conteneur {
	position: absolute;
	width: 95%;
}
#centre {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	width: 95%;
	height: 500px;
}

html>body div#centre {
	margin-left: 0px;
	margin-left: auto;
	margin-right: auto;		
	margin-top: 50px;
	width: 95%;
	height: auto;
	min-height: 500px;
}

#gauche {
	position: absolute;
	left:0;
	width: 150px;
}
#pied {
	height: 30px;
}

.menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.menugauche li {
	margin-bottom: 5px;
}
.menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menugauche a:hover {
	text-decoration: none;
}

p {margin: 0 0 10px 0;}

h1.head {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #868585;
	font-size: 20px;
	border-bottom: 1px dotted #006ab5;
	font-weight: bolder;
	background: url('../images/fleche_titre.gif') no-repeat left top;
	padding-top: 2px;
	height: 30px;
	padding-left: 35px;
}

h2 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
	color: #FF9933;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

ul {
	list-style-image:url(../images/puce_orange.jpg);
}

/**
 * Mise en forme des messages
 */
DIV.error
{
	padding-left: 5px;
/*	background-color: #FF0000;*/
	color: #FF0000;
}

SPAN.error
{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
}
DIV.warning
{
	padding-left: 5px;
/*	background-color: #FFD98F;*/
	color: #FFD98F;
	width:100%;
	height:auto;
}

SPAN.warning
{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
}
DIV.success
{
	padding-left: 5px;
/*	background-color: #90FF8F;*/
	color: #90FF8F;
}

SPAN.success
{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:0px;
}

table.formulaire {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:0px;
}

tr.formulaire, td.formulaire {
	border:0px;
	padding:1px;
}

table.annonce {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0px;
	width:100%;
	font-size:10pt;
}

td.annoncetitre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#868585;
}

.required {
	color: #DD0000;
}

.rouge 
{
	font-weight: bold;
	color: #DD0000;
}

#dernieres_annonces {
	float:right;
	width: 400px;
}

#titre_news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#868585;
	/*background-color:#868585;*/
}

#coordonnees {
	border-style:solid;
	border-width:2px;
	border-color:black;
	width: 75%;
}

#coordonneesRight {
	float:right;
	text-align:center;
	width: 25%;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

#infos {
	border-style:solid;
	border-width:2px;
	border-color:black;
	width: 100%;
}

#cv{
	border-style:solid;
	border-width:2px;
	border-color:black;
	width: 80%;
}
