* {
margin: 0;
padding: 0;
border: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
list-style: none;
}

.both {
	clear: both;
	}

.left, #left {
	float: left;
	}
.right, #right {
	float: right;
	}
body {
	/*background-color: #e6dfd0;*/
	background-color: #fff1bf;
	margin: 30px 0 0 0;
	text-align: center;
	}

#recrutement a{
	position:relative;
	z-index:1;
}

.alerte {
	color: #ff0000; 
	width:300px;
	margin-left:5px;
	text-align:left;
	}

/*************************************************************************************/
/*									DIVS GENERAL									 */								
/*************************************************************************************/
	
#general {
	position: relative;
	width:784px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	}


/*************************************************************************************/
/*									DIVS OMBRE										 */								
/*************************************************************************************/

div#ombre_haut{
	height:2px;
	width:784px;
}

div#ombre_milieu {
	width:784px;
	background-image:url(/layout/img/accueil/ombre_milieu_accueil.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/layout/img/accueil/ombre_milieu_accueil.png);
	background-image: none;

}

div#ombre_bas {
	width:784px;
	height:2px;
	background-image:url(/layout/img/accueil/ombre_bas_accueil.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src=/layout/img/accueil/ombre_bas_accueil.png);
	background-image: none;
}

div#ombre_milieu div#bandeau_haut{
	width:780px;
	height:30px;
	background-image:url(/layout/img/accueil/bandeau_haut_fruits.jpg);
	background-repeat:no-repeat;
	margin-left:2px;
}

div#ombre_milieu div#bandeau_bas{
	width:780px;
	height:30px;
	background-image:url(/layout/img/accueil/bandeau_bas_fruits.jpg);
	background-repeat:no-repeat;
	margin-left:2px;

}

div#ombre_milieu div#bandeau_photo{
	position:relative;
	width:780px;
	height:270px;
	margin-left:2px;
	margin-bottom:0px !important;
	margin-bottom:-3px ;
	background-image:url(/layout/img/bandeau_accueil_3.jpg) ;
}




/*************************************************************************************/
/*									DIVS RECRUTEMENT								 */								
/*************************************************************************************/

div#recrutement{
	width:161px;
	height:72px;
	background-image:url(/layout/img/accueil/fond_recrut.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src=/layout/img/accueil/fond_recrut.png);
	background-image: none;
	float:right;
}

div#recrutement p{
	text-align:center;
	font-size:13px;
	margin-bottom:5px;
	color:#8c831c;
	font-weight:bold;
	margin-top:5px;
}

div#recrutement ul {
	
	margin-left:13px;
}

div#recrutement li {
	font-size:10px;
	color:#8c831c;
	margin-bottom:3px;
}

div#recrutement a {
	font-size:10px;
	color:#8c831c;
	text-decoration:none;
}

div#recrutement a:hover {
	text-decoration:underline;
}
/*************************************************************************************/
/*									DIVS LOGO								 */								
/*************************************************************************************/

div#logo {
	position:absolute;
	top:-35px;
	left:-20px;
	width:267px;
	height:200px;
	background-image:url(/layout/img/accueil/logo.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/layout/img/accueil/logo.png);
	background-image: none;
	z-index:2;
}



/*************************************************************************************/
/*									DIVS OFFRE WEB									 */								
/*************************************************************************************/


div#offre_web{
	width:784px;
	height:33px;
	text-align:right;
}

div#offre_web img{
	width:223px;
	height:33px;
}

div#offre_web img#img_accueil{
	width:95px;
	height:24px;
}
div#offre_web img#lexique{
	width:100px;
	height:20px;
	margin-right: 50px;
}


/*************************************************************************************/
/*									DIVS CONTENU								 */								
/*************************************************************************************/

div#contenu {
	width:784px;
}

div#contenu p{
	width:216px;
	color:#872819;
	font-size:12px;
	margin-left:285px;
	line-height:20px;
	font-weight:600;
	margin-top:12px !important;
}

div#contenu img{
	width:118px;
    margin-left: 45px;
	margin-bottom:16px;
}
/*************************************************************************************/
/*									DIVS ENTREES									 */								
/*************************************************************************************/

div#entree_merignac{
	position:absolute;
	top:323px;
	left:12px; 
	width:263px;
	height:52px;
	background-image:url(/layout/img/accueil/entree_merignac_haut.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/layout/img/accueil/entree_merignac_haut.png);
	background-image: none;
}

div#entree_merignac_milieu{
	position:absolute;
	top:374px;
	left:12px;
	width:263px;
	height:204px;
	z-index:1;
}

div#entree_perigueux_milieu{
	position:absolute;
	top:377px;
	left:516px;
	width:258px;
	height:201px;
	background-image:url(/layout/img/accueil/entree_perigueux_bas.gif) ;
}

div#entree_perigueux{
	position:absolute;
	top:321px;
	left:516px;
	width:258px;
	height:58px;
	background-image:url(/layout/img/accueil/entree_perigueux_haut.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/layout/img/accueil/entree_perigueux_haut.png);
	background-image: none;
	z-index:1;
}

/*************************************************************************************/
/*									DIVS PICTOS									 */								
/*************************************************************************************/

div#legumes{
	position:absolute;
	top:464px;
	width:60px;
	height:60px;
	background-image:url(/layout/img/accueil/picto_legumes.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/layout/img/accueil/picto_legumes.png);
	background-image: none;
	z-index:2;
}

div#basilic{
	position:absolute;
	top:512px;
	left:220px;
	width:52px;
	height:63px;
	background-image:url(/layout/img/accueil/picto_basilic.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/layout/img/accueil/picto_basilic.png);
	background-image: none;
	z-index:2;
}

div#tomate{
	position:absolute;
	top:527px;
	left:505px;
	width:52px;
	height:49px;
	background-image:url(/layout/img/accueil/picto_tomate.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/layout/img/accueil/picto_tomate.png);
	background-image: none;
	z-index:2;
}

div#pates{
	position:absolute;
	top:524px;
	left:698px;
	width:100px;
	height:70px;
	background-image:url(/layout/img/accueil/picto_pates.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/layout/img/accueil/picto_pates.png);
	background-image: none;
	z-index:2;
}


/*************************************************************************************/
/*									THICKBOX   									     */								
/*************************************************************************************/

.bouton {
	padding: 2px;
	background-color: #8c831c;
	color: #fff;
	border: 1px solid #8c831c;
	margin-top: 3px;
	width:100px;
	text-align:center;

	
	}
	
input, textarea, select {
	border: 1px solid #872819;
	margin-bottom:3px;
	margin-top:3px;
	}
	
div label{
	float:left;
	width:150px;
	margin-bottom:2px;
	margin-left:15px;
}

.lien_fermer {
	text-align:right;
	margin-right:10px;
	font-style:italic;
	margin-bottom:10px;
}

.lien_fermer a {
	color:#000000;
}

.lien_fermer a:hover {
	text-decoration:underline;
}

h2{
	color:#8c831c;
	font-size:14px;
	margin-bottom:10px;
	margin-left:5px;
	margin-top:10px;
}

.box {
	border:none;
}
table {
	margin-left:15px;
}
#offre_emploi {
	padding: 10px;
	}
#offre_emploi p{
	padding-bottom: 10px;
	}
#offre_emploi p a{
	position: inherit;
	}
