* { margin:0; padding:0; border:none; }

a:link, a:visited, a:hover, a:active { color:#00dfdf; }

abbr { border-bottom: 1px dotted #025d91; cursor:help; }

body { background:#09c url(img/fond.jpg) left top repeat-x; font: 100%/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color:#025d91; }

fieldset {
	text-align:left;
	padding:10px 5px;
}

form { font-size: .9em; }

h1 { color:#009958; font-size:1.3em; }

h1,
h2 { margin: 0 0 1em 0; }

input,
select,
textarea {
	width:140px;
	padding:3px;
	margin:0 0 5px 5px;
	border:1px solid #cacaca;
	color:#025d91;
}

label {
	float:left;
	width:40%;
	margin:0 0 0 15px;
	padding:5px 20px 0 0;
	text-align:right;
	font-weight:bold;
}

legend {
	text-transform:uppercase;
	color:#009958;
	padding:10px 30px;
	display:block;
}

#content { margin: 0 auto; width: 800px; font-size:.8em; }

#contenu { background-color:#fff; width:800px; margin: 0 auto; }
#contenu_haut { background:url(img/contenu_haut.gif) center top no-repeat; margin: 2em auto 0 auto; width:800px; height:8px; line-height:0px; }
#contenu_bas { background:url(img/contenu_bas.gif) center top no-repeat; width:800px; height:8px; margin: 0 auto; line-height:0px; }

#footer { margin: 2em auto; text-align:center; color:#fff; font-size:.7em; }

#tetiere {
	background: url(img/tetiere.gif) center top no-repeat; 
	width: 596px; 
	height: 128px; 
	margin: 0 auto;
}

#haut { background: url(img/haut.gif) left 50% no-repeat; }
#haut ul { text-align:center; padding: 0.2em 0; }

#haut li { display:inline; border-right: #025d91 1px solid; padding: 0.2em 1em; }
#haut li.droite { border-right: none; }
#haut li a:link, 
#haut li a:visited { text-decoration: none; color:#025d91; }
#haut li a:hover, 
#haut li a:active { text-decoration: none; color:#eed590; }

#gauche { width: 530px; float:right; }
#gauche ul li { list-style-position:inside; list-style-type:disc; padding: 0 0 .1em 1em; /*color:#09c;*/ }
#gauche ul li ul li { list-style-type:circle; }
#droite { width: 250px; float:left; color:#fff; margin: /*5em*/0 0 0 20px; }
#droite ul li { list-style-position:inside; list-style-type:circle; padding: 0 0 .1em 1em; color:#09c; }

.cadre { border: 1px solid #e5e5e6; }

.droite_contenu_haut { background:url(img/droite_contenu_haut.gif) left top no-repeat; width:250px; height:22px; }
.droite_contenu_centre { background:url(img/droite_contenu_centre.gif) #fff left top no-repeat; padding:0 45px 0 20px; width:185px; text-align:left; }
.droite_contenu_centre .orange { margin-left:auto; padding:0 30px 0 0; text-align:center; }
.droite_contenu_centre a:link, 
.droite_contenu_centre a:visited, 
.droite_contenu_centre a:hover, 
.droite_contenu_centre a:active { color:#003; }
.droite_contenu_bas { background:url(img/droite_contenu_bas.gif) left top no-repeat; width:250px; height:23px; }

.gauche_contenu_haut { background:url(img/gauche_contenu_haut2.gif) left top no-repeat; margin: 0 0 0 20px; width:478px; height:24px; }
.gauche_contenu_centre { background:url(img/gauche_contenu_centre2.gif) left top repeat-y; margin: 0 35px 0 20px; padding:0 30px 0 24px; /*width:420px*/; text-align:left; color:#fff; }
.gauche_contenu_centre ul { list-style-type:none; }
.gauche_contenu_centre h1 { color:#00ca74; font-size:1.3em; }
.gauche_contenu_bas { background:url(img/gauche_contenu_bas2.gif) left top no-repeat; margin: 0 0 0 20px; width:480px; height:38px; }

.grand { font-size: 1.3em; }
.orange { color:#f5a219; display:block; margin-left:40px; }
.necessaire { color:#bc0000; }
.vert { color:#00ca74; font-size:1.3em; }

/* ********** ACCORDEON ************* */

#container-selector {
	margin: 0 auto;
	/*position:relative;*/
}

.accordion_toggle {
	display: block;
	margin: 0em;
	font-size:100%;
	line-height:2em;
	background: #3469a0;
	padding: 0 1em;
	color: #fff;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
}

.accordion_toggle_active {
	background: #a53a47;
	color: #fff;
}

.accordion_content { overflow: auto; }
.accordion_content h3 { text-align:center; padding:2em 0; background:url(img/hr-recettes.gif) center .5em no-repeat; }
.accordion_content h4 { font-size:1.1em; }
.accordion_content h5 { font-size:1em; color:#009958; }
.accordion_content p { padding: 5px 10px 15px 10px; }
.accordion_content img { border:1px solid #09c; }
