/* CSS Document */

/* Body setting */

body {
	background-color: #cae15e;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px; 
	color: #242424;
}

a:link, a:visited {
	color: #FFFFFF;
}

a:hover {
		color: #FFFFFF;
		text-decoration: underline;
}

/*Styles texte */

.blanc-gras{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.titre-page{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
}

.txt-vert {
	color:#cae15e;
}

a.txt-vert:link, a.txt-vert:visited {
    color:#cae15e;    
}

.textgris{
	color: #666666;
}

.txt-grisf {
	color: #333333;
	text-decoration: none;
}

a.txt-grisf:link, a.txt-grisf:visited {
    color: #666666;
	text-decoration: none; 
}

a.txt-grisf:hover {
    color: #333333;
	text-decoration: none; 
}

.txt-rouge {
	color: #990000;
}

/* ====================================================================   
   DIV SETTINGS
   ==================================================================== */
 
  	/* Bloc texte central
       ------------------------------------- */
div#bloc_general{
	margin-left: auto;
    margin-right: auto;
	width: 980px;
}

div#recrut{
margin-top:30px; font-size:12px; font-weight:bold; border:10px white solid; padding:20px;
}
   
/* ====================================================================   
	FORMULAIRE
	==================================================================== */

textarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: white; color: #000000;}
input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #e3efaa; border: 1px solid black; color: black; text-align: left}







