/* ####################################################################### */
/* ########  Feuille de style d�finisant l'affichage par defaut  ######### */
/* ####################################################################### */

body {
	margin: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#conteneur {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;	
}

img {	
	border: none;
}

a {
	color: #006bb9;
	text-decoration: underline;
}
p {
	margin: 0;
	margin-bottom: 10px;
}
hr {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	border: 0;
	background-color: #E31F26;
	height: 1px;
	color: #E31F26;
}
/* ####################################################################### */
/* ENTETE */

#entete h1 {
	background: url(../images/logo_interne.gif);
	margin: 0;
	width: 175px;
	height: 178px;
}

#entete h1 span, #entete h2 {
	display: none;
}

#utile {
	padding: 0 0 40px 20px;
	margin-top: -19px;;
}

#utile p {
	margin: 0;
}

#filArianne {
	position: relative;
	left: 40px;
	color: gray;
	text-decoration: none;
}

#filArianne a {
	color: black;
}

#heure {
	position: absolute;
	top: 140px;
	right: 0;
	color: #919191;
}

#heure img {
	position: relative;
	top: 2px;
	margin: 0 3px;
}

/* FIN ENTETE */
/* ####################################################################### */

/* ####################################################################### */
/* MOTEUR */

#moteurRecherche {

}

.champMoteur {
	border: 1px solid #8aa669;
	font-size: 10px;
}

#formMoteurRecherche p {
	float: left;
	margin: 0;
}

label {
	display: none;
}

/* FIN MOTEUR */
/* ####################################################################### */

/* ####################################################################### */
/* CORPS */

/* MENU */

#menu { /* DIV menu */
	float: left;
	width: 175px;
	padding: 0;
}

/*
		R�capitulatif des id et classe du menu
			niveau 0 (Menu de base) : 	
				ul principale - id = ulMenuRacine --- class = ''
				li principale - id = liMenu(0, 1, 2, ...) --- class = 'liMenu0'
				a principale - id = '' --- class = aLiMenu0
			niveau 1 (Sous niveau) :	
				ul Sous menu - id = ulMenu(0, 1, 2, ...) --- class = ''
				li Sous menu - id = liMenu(0-0, 1-0, 2-2, ...) --- class = 'liPermutable'
			niveau 2 (Sous-sous niveau) :	
				ul Sous-sous menu - id = ulMenu(0-0, 1-0, 2-2, ...) --- class = ''
				li Sous-sous menu - id = liMenu(0-0-1, 1-0-3, 2-2-0, ...) --- class = ''
*/

#ulMenuRacine {
	margin: 0;
	padding: 0 0 150px 0;
	list-style: none;
}

.liMenu0 {
	margin: 0 0 15px 0;
	padding: 0;
}

/* Premier niveau des menus */
.aLiMenu0 {
	display: block;
	position: relative;
	left: -9px;
	padding-left: 25px;
	line-height: 30px;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* Premier niveau des menus, mais on modifie l'image de fond, impossbile a faire uniquement en css */
.aLiMenu0_bis {
	display: block;
	position: relative;
	width: 175px;
	left: -9px;
	background: url(../images/fond_li_1.gif) no-repeat;
	padding-left: 25px;
	line-height: 30px;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.aLiMenu0:hover {
	color: gray;
}

.ulMenuNiveau1 {
	margin: 0;
	padding: 0 0 1px 0;
	list-style: none;
	position: relative;
	left: -9px;
	background: url(../images/fond_li_1_bas.gif) 0 bottom no-repeat;
}

.ulMenuNiveau1 div {
	
}

.liMenu1 {
	margin: 0;
	padding: 10px 0 10px 25px;
	background: url(../images/fond_li_1_centre.gif) repeat-y;	
}

.aLiMenu1 {
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

.ulMenuNiveau2 {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style: none;
}

.liMenu2 {
	margin: 0;
	padding: 0 0 0 8px;
	background: url(../images/puce_rouge_menu.gif) 0 8px no-repeat;
	line-height: 20px;
}

.aLiMenu2 {
	color: #9c9c9c;
	text-decoration: underline;
}

/* CORPS */
#corps {
	float: right;
	width: 600px;
	margin: 5px 0 20px 0px;	
}

.titrePrincipal {	
	font-size: 14px;
	margin: 10px 0 0 0;
}

.descriptif {
	margin: 10px 0 0 0;
	font-weight: bold;
}

.texte {
	margin: 25px 0 0 0;
	color: #626262;
}
.texte ul {
	list-style: none;

}
.texte ul li {
	background: url('../images/puce_blanc.gif') top left no-repeat;	
	padding-left: 15px;
}
.texte_recherche {
	margin: 5px 0 0 0;
	color: #8e8e8e;
}
hr {
	color: black;
}

#piedCorps {
	clear: both;
}

/* Encart */

.contenuEncart {
	margin-top: 10px;
}
.contenuEncartRecette {	
	width: 600px;
	margin-top: 10px;
}
.contenuEncartRecette img {
	border: 1px solid black;
}
.piedEncartRecette {
	width: 600px;
	height: 23px;
	margin-top: -12px;
}
.titreEncart {
	position: relative;
	margin: 0;	
	font-size: 12px;
	color: white;	
	height: 24px;
	line-height: 24px;
	border-bottom: #e31f26 1px solid ;
	background: #FFFFFF;
	padding:0;
}

.sousTitreEncart {		
	color: #e31f26;
	font-size: 12px;
	margin-left: 10px;
}
.sousTitreEncartRecette {		
	color: #e31f26;
	font-size: 12px;
	margin-left: 10px;
	width: 380px;
}
.sousTitrePreparation {
	background: #f7d805;
	color: #e31f26;
	font-size: 12px;
	padding: 0;
	margin-left: -15px;
	margin-top: -5px;
	width: 200px;
	height: 20px;
}
.sousTitrePreparation span {
	padding-left: 20px;
	padding-top: 30px;
}
.titreEncart span {
	background: #e31f26 url('../images/fond_titre_encart.gif') right top no-repeat;
	line-height: 24px;
	height: 24px;
	padding: 5px;
}
.texteEncart {
	padding: 10px;
}
.texteEncart ul {
	list-style: none;

}
.texteEncart ul li {
	background: url('../images/puce_encart.gif') top left no-repeat;	
	padding-left: 15px;
}
.texteEncart1 {
	padding: 10px;
	padding-bottom: 5px;
}

.texteEncart2 {
	padding: 0 10px 25px 10px;
}
.texteEncart_recette {
	padding-left: 10px;	
	width: 380px;
}
.texteEncart_ingredients {
	top: 0;
	padding: 5px;
	width: 180px;
	float: right;
}
.bloc_astuce {
		
}
.bloc_astuce p {
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #e31f26;
	font-size: 12px;
	
}
.texteEncart_ingredients ul {
	padding: 0;
	padding-left: 15px; 
}
.recherche_recettes {
	margin-top: -25px;
	width: 600px;
	height: 63px;
	padding-bottom: 20px;
}
.recherche_recettes ul {	
	position: relative;
	height: 38px;
	padding: 30px 0 0 25px;
	margin: 0;
	list-style: none;	
}
.recherche_recettes li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}
.recherche_submit {
	position: relative;
	float: right;
	margin-top: -22px;
}
.envoyer_imprimer {
	position: relative;
	right: 50px;
	width: 600px;
	padding-bottom: 20px;
}
.envoyer_imprimer p {
	padding: 7px 30px 0 0;
}
.envoyer {
	float: right;
	background: url('../images/enveloppe.gif') right no-repeat;
}
.imprimer {
	float: right;
	padding-left: 50px;
	background: url('../images/imprimante.gif') right no-repeat;
}
/* MENU ONGLET */

#menuOnglet {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	width: 100%;
	background: url(../images/fond_bas_onglet.gif) left bottom repeat-x;
}

#menuOnglet li {
	float: left;	
	background: url(../images/fond_gauche_onglet_off.gif) left top no-repeat;
	line-height: 23px;
	height: 23px;
	margin: 0;
	padding: 0 0 0 10px;
}

#menuOnglet span {
	display: block;
	padding-right: 15px;
	background: url(../images/fond_droit_onglet_off.gif) right top no-repeat;
}

#menuOnglet a {
	display: block;
	line-height: 23px;
	height: 23px;
	background: url(../images/fond_centre_onglet_off.gif) repeat-x;
	text-decoration: none;
	color: black;
}
#metiers {
	position: relative;
	float: left;
	width: 600px;
	height: 136px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	background: url('../images/metiers.jpg') no-repeat;
}
#metiers li {
	float: left;
	width: 200px;
	height: 136px;
}
#metiers a {
	width: 200px;
	height: 136px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#metiers a:hover {
	text-decoration: underline;
}
#metiers span {
	position: relative;
	width: 200px;
	height: 20px;
	text-align: center;	
	top: 118px;
	display: block;
}
#marques {
	position: relative;	
	width: 600px;
	height: 190px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	background: url('../images/marques.jpg') top no-repeat;
}
#marques li {
	float: left;
	height: 136px;
}
#marques #un {
	width: 220px;
}
#marques #deux {
	width: 132px;
}
#marques #trois {
	width: 131px;
}
#marques #quatre {
	width: 117px;
}
#marques a {
	width: 100%;
	height: 136px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#marques a:hover {
	text-decoration: underline;
}
#marques span {
	position: relative;
	width: 100%;
	height: 50px;;
	text-align: center;	
	top: 135px;
	display: block;
}
/* ####################################################################### */
/* PRODUITS */
#produits_rubriques {
	float: left;
	width: 617px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -16px;
}
#produits_rubriques li {
	position: relative;
	float: left;
	border: 1px solid #8E8E8E;
	width: 135px;
	height: 135px;
	margin: 0 0 16px 16px;
}
#produits_rubriques #picto {
	border: none;
	float: right;
	width: 460px;
}
#produits_rubriques a {	
	display: block;
	height: 135px;
	width: 135px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	opacity: 1; 
	filter: alpha(opacity=100);
}
#produits_rubriques a:hover {
	text-decoration: underline;
	opacity:0.5; 
	filter: alpha(opacity=50);
}
#produits_rubriques div {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 10px;
	height: 18px;
	width: 125px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	opacity:0.8; 
	filter : alpha(opacity=80);
}
#produits_rubriques div span {
	position: relative;
	margin: 0 0 0 10px;
	top: 2px;
}


#produits_rubriques_petit {
	float: left;
	width: 617px;
	list-style: none;
	padding: 0;
	margin: 0 0 10px -10px;
}
#produits_rubriques_petit li {
	position: relative;
	float: left;
	border: 1px solid #8E8E8E;
	width: 89px;
	height: 89px;
	margin: 0 0 10px 10px;
}
#produits_rubriques_petit div {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 5px;
	height: 12px;
	width: 83px;
	background-color: #ffffff;
	opacity: 0.8; 
	filter: alpha(opacity=80);
}
#produits_rubriques_petit div span {
	position: relative;
	margin: 0 0 0 5px;
	background-color: #ffffff;
}
#produits_rubriques_petit a {
	height: 89px;
	width: 89px;
	font: 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	opacity: 1; 
	filter : alpha(opacity=100);
}
#produits_rubriques_petit a:hover {
	text-decoration: underline;
	opacity: 0.7; 
	filter : alpha(opacity=70);
}
#produit {
	float: left;
	width: 600px;
}
#produits_rubriques #picto {
	float: right;
	width: 460px;
	text-align: center;
	margin: 20px 0 0 0;
}
#lien_recette {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	width: 600px;
	height: 83px;
	background: url('../images/produits_recettes.jpg') no-repeat;
}
#lien_recette a {
	position: absolute;
	top : 28px;
	left: 112px;
	color: #e31f26;
}
/* FIN CORPS */
/* ####################################################################### */

/* ####################################################################### */
/* PIED */

#pied {
	position: relative;
	clear: both;
	width: 800px;
	line-height: 40px;
	height: 52px;
	color: #797979;
}

#pied a {
	color: #797979;
}


/* FIN PIED */
/* ####################################################################### */
.entete_emploi {
	position: relative;
	padding-bottom: 30px;	
	z-index: 10;
}
#tri_emploi {
	position: relative;
	
	float: right;
	margin: 0;
	padding: 0;	
	list-style:none;
}
#tri_emploi li {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	background: #e31f26;
	font-size: 12px;
	color: white;
	font-weight: bold;
	float: left;
}
#tri_emploi li span {
	position: relative;
	top: 3px;
}
#tri_emploi li span.titre {
	position: relative;
	top: 5px;
}
#tri_emploi li#gauche {
	padding: 0;
	background: url('../images/barre_gauche.gif') no-repeat;
	width: 15px;
}
#tri_emploi li#droite {
	padding: 0;
	background: url('../images/barre_droite.gif') no-repeat;
	width: 15px;
}
.detail_annonce {
	position: relative;
	height: 250 px;
}
#contactAnnonce {
	padding: 10 0px 10 0px;
	font-size: 9px;
}
.formulaire {	
	position: relative;
	height: 930px;
	width: 100%;
	background: #FDFFE8 url(../images/emploi_fond_form.gif) repeat-y;
}
.formulaire2 {	
	position: relative;
	height: 600px;
	width: 100%;
	background: #FDFFE8 url(../images/emploi_fond_form.gif) repeat-y;
}
.formulaire3 {	
	position: relative;
	height: 350px;
	width: 100%;
	background: #FDFFE8 url(../images/emploi_fond_form.gif) repeat-y;
}
.formulaire4 {	
	position: relative;
	height: 440px;
	width: 100%;
	background: #FDFFE8 url(../images/emploi_fond_form.gif) repeat-y;
}
.entete_form {
	height: 17px;
	background: url(../images/emploi_haut_form.gif) no-repeat;
	margin-bottom: 20px;
}
.titre_form {
	position: relative;
	left: 61px;
	bottom: 0;
	background: #e31f26 url(../images/emploi_titre.gif) right top no-repeat;
	padding: 0;
	height: 17px;
	width : 190px;
	color: white;
	font-weight: bold;
}
.titre_form span {
	padding-left: 10px;
}
.formEmploi{	
	padding: 0;
	margin: 0;
}
ul.form {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;	
	right: 50px;
	width: 472px;
	list-style:none;
}
ul.form li {	
	position: relative;
	float: left;
	left: 20px;
	height: 50px;
	width: 50%;
}

ul.form li.files {
	width: 100%;
}
ul.form li span {	
	color : #E31F26;
	font-weight:bold;
}
ul.form li.champ_texte {
	width: 100%;
	height: 175px;
}
ul.form input.champ1 {
	width : 220px;
}
ul.form input.champ1bis {
	width : 100%;
}
ul.form input.champ2 {
	width : 472px;
}
ul.form textarea {
	position: relative;
	width : 472px;
	height: 150px;
	overflow: auto;
}
#pied_form {	
	position: absolute;	
	bottom: 0;
	width: 600px;
	margin-top: 15px;
	background: url(../images/emploi_pied_form.gif) no-repeat;
	padding: 0;
	height: 19px;
}
.aligneCentre {
	position: relative;
	float: left;
	left: 130px;
	width: 300px;
	bottom: 3px;
}
.champAnnuleMini {
	position: relative;
	float: left;
	left: 100px;
	bottom: 3px;
}
.champSubmitMini {
	position: relative;
	float: right;
	right: 20px;
	bottom: 3px;
}
/* ####################################################################### */
/* #############################   Classes   ############################# */
/* ####################################################################### */

/* Info, permet d'ajouter un bloc rouge en fin d'article fer� a droite */
.info {
	position: relative;		
	float: right;
	bottom: 0;
	margin-top: -17px;
	background: #e31f26 url(../images/fond_info.gif) right top no-repeat;
	padding: 0 15px 0 10px;
	height: 17px;
	color: white;
}
.info a {	
	color: #FFFFFF;
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}

