body
	{
	background-color: #f2f2f2;
	font-size: 1em;
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}
	
a:link 
	{
	color: #FFCC00;
	text-decoration: none;
	}
	
a:visited 
	{
	color: #666666;
	text-decoration: none;
	}
	
a:hover 
	{
	color: #666666;
	text-decoration: none;
	}
	
a:active 
	{
	color: #FFCC00;
	text-decoration: none;
	}

label
	{
	float: left;
	display: inline;
	width: 90px;
	font-weight: bold;
	height:3em;
	}

#contenu
	{
	position: relative;
	width: 750px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fond.png);
	background-repeat: repeat-y;
	}

#tetePage h1
	{
	background: transparent url(../img/haut.png) no-repeat top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 750px; 
	height: 165px;
	}

#tetePage h1 span
	{
	display:none;
	}

h2
	{
	top: 0px;
	text-align: center;
	margin-top: 0px;
	font-size: 1.4em;
	}

h3
	{
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 1.1em;
	}
	
h4
	{
	font-size: 1.4em;
	text-align: center;
	padding-left: 50px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

h5
	{
	margin-left: auto;
	margin-right: auto;
	}

h6
	{
	font-family: Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
	}

p
	{
	text-align: justify;
/*	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;*/
	}

#piedPage
	{
	position: relative;
	background: url(../img/bas.png) no-repeat bottom;
	width: 750px; 
	height: 30px;
	font-size: 0.75em;
	text-align: center;
	}

#menu
	{
	font-size: 0.75em;
	position: absolute;
	left:0px;
	margin-top: 17px;
	float: left;
	width: 165px;
	height: auto;
	padding-left: 15px;
	list-style-type: none ;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	}

#menu li
	{
	margin: 0 0 5px 0;
	padding: 0;
	}

#menu li a
	{
	display: block;
	width: 155px;
	line-height: 22px;
	color: #000;
	text-indent: 10px;
	text-decoration: none;
	background: url(../img/bouton.png) no-repeat 0 0;
	}

#menu li a:hover
	{
	background: url(../img/bouton.png) no-repeat 0 -22px;
	}

#lien
	{
	position: absolute;
	float: right;
	right: 38px;
	font-size: 0.75em;
	text-align: center;
	color: #666666;
	}

#lien img
	{
	border: 0;
	}

#droite
	{
	position: absolute;
	top: 270px;
	right: 0px;
	float: right;
	background: transparent url(../img/droite.png) no-repeat top;
	width: 160px; 
	height: 385px;
	}

#corps
	{
	font-size: 0.75em;
	position: relative;
	margin-top: -20px;
	margin-left: 185px;
	margin-right: 160px;
	width: 390px;
	min-height: 500px;
	text-align:left;
	}

#corps ul
	{
	margin-left:10px;
	padding-left:10px;
	}

.center
	{
	width: 390px;
	height: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
/************************* Liste des offres *********************/

.offre a
	{
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
/*	color : #000000; */
	text-align: left;
	}

.offre ul
	{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	list-style-type: none;
	list-style-position: outside;
	}

.offre li
	{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	}

.offre p
	{
	text-align: left;
	}

.offre td
	{
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	}

.st
	{
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	}

.courrier
	{
	background-color: #FFFF66;
	padding: 5px;
	}

/*********************** Menu candidatures **********************/

.cmenu 
	{
	font-size: 0.9em;
	padding-left: 0px;
	margin-left: 0px;
	}

.cmenu a:link,.cmenu a:visited,.cmenu a:hover
	{
	font-size: 1em;
	}

.cmenu ul
	{
	line-height: 30px;
	list-style-position: outside;	
    }

.cmenu li
	{
    display: inline;
    }
    
	
/**************************** Formulaire ***************************/

.focus 
	{	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #EFF4F7;
	color: black;
	}
	
.normal 
	{	/*** Retour a l'etat normal apres l'utilisation ***/
	background: white;
	color: black;
	}
	
.error
	{
	background-color:#F9AEB6;
	font-size:12px;
	}
	
.error ul
	{
	padding-bottom:0px;
	}
