body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ccf3c3;
}

img{
	border:none;
}

a{
	text-decoration:none;
}

p{
	margin:0px;
	padding:0px;
}

h1{
	margin:0px;
	padding:0px;
	color:#41A62A;
	margin-bottom:10px;
	font-size:30px;
}

.img_ajout{
	background-image:url(../design/ajout.png);
	float:left;
	margin-top:20px;
	margin-left:15px;
	width:50px;
	height:50px;
}

.img_ajout:hover{
	background-image:url(../design/ajout-hover.png);
}

.place_nette{
	clear:both;
}

#conteneur{
	width:955px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	position:relative;
	background-image:url(../design/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:#41A62A solid 20px;
}

#contenu{
	height:auto;
	background-image:url(../design/fond-milieu.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#milieu{
	width:835px;
	height:auto;
	float:left;
	color:#1A171B;
	font-size:12px;
	margin-left:50px;
	margin-right:50px;
	padding:10px;
	padding-top:0px;
	position:relative;
}
#menu_admin{
	height:20px;
	width:831px;
	background-color:#41A62A;
}
#menu_admin a{
	margin-top:3px;
	text-align:center;
	font-weight:bold;
	background-color:#6fd359;
	color:#FFF;
	margin-left:3px;
	display:block;
	width:135px;
	height:11px;
	padding-bottom:3px;
	float:left;
}
#menu_admin a:hover{
	background-color:#99e986;
	color:#21301e;
}

#form_connexion{
	width:200px; 
	height:auto;
	margin-left:auto;
	margin-right:auto;
	color:#41A62A;
	text-align:center;
	font-weight:bold;
}
#eror_connexion{
	color:#C00;
	text-align:center;
	font-size:14px;
}
.div_actualites{
	width:145px;
	height:100px;
	padding:5px;
	float:left;
	margin-top:15px;
	margin-right:10px;
	padding-bottom:15px;
	background-color:#DEDD2E;
}
.div_actualites:hover{
	background-color:#fffe6e;
}
h3 a{
	text-align:center;
	color:#21301e;
	text-align:center;
	display:block;
	font-size:20px;
	padding-top:30px;
	padding-bottom:40px;
}
.div_actu{
	width:145px;
	height:auto;
	padding:5px;
	float:left;
	margin-top:15px;
	margin-right:10px;
	padding-bottom:3px;
	background-color:#DEDD2E;
}
.div_ajout_actu{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding:5px;
	padding-top:20px;
	text-align:center;
	padding-bottom:20px;
	background-color:#DEDD2E;
}
.div_ajout_offre{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding:5px;
	padding-top:20px;
	text-align:center;
	padding-bottom:20px;
	background-color:#5EC5ED;
}
.input_div_ajout_actu{
	width:200px;
}
.input_div_ajout_offre{
	width:200px;
}
.div_ajout_actu textarea{
	width:200px;
	height:150px;
}
.div_ajout_offre textarea{
	width:200px;
	height:150px;
}
.div_actu:hover{
	background-color:#fffe6e;
}
.div_actu a{
	color:#000;
}
.img_actu_admin{
	float:right;
	margin-right:5px;
}
.div_actu a:hover{
	text-decoration:underline;
}
.div_emplois{
	width:145px;
	height:100px;
	padding:5px;
	float:left;
	margin-top:15px;
	margin-right:10px;
	padding-bottom:15px;
	background-color:#5EC5ED;
}
.div_emplois:hover{
	background-color:#a3e2fb;
}
/*--------------------------------------------style de la gallerie-----------------------------------------------------*/
.diapo_affichage{
	width:100px;
	height:100px;
	float:left;
	margin-left:15px;
	text-align:center;
	margin-top:30px;
}
.diapo_affichage img{
	border:none;
}
.diapo_affichage a{
	color:#000;
	text-decoration:none;
	font-size:10px;
	text-align:center;
}
.diapo_ajout{
	width:100px;
	height:100px;
	float:right;
	margin-left:15px;
	text-align:center;
	margin-top:30px;
}
.diapo_ajout img{
	border:none;
}
.diapo_ajout a{
	color:#0c801d;
	text-decoration:none;
	font-size:10px;
	text-align:center;
}
.ajout_fichier{
	float:left;
	width:490px;
	display:none;
	text-align:center;
}
.ajout_dossier{
	float:left;
	width:490px;
	text-align:center;
	display:none;
}
