/* ==============================================
   FEUILLE DE STYLES ETIOPATHIE DE FRANCE 
   © Alexandre Dupraz  www.pr1z.com
   ============================================== */
body {
	color: #F0E39E;
	background-image: url(../images/bg_annuaire.jpg);
	background-repeat:repeat-x;
}
#logo{
position:relative;
width:535px;
top:50px;
left:10px;
border:solid;
border-width:1px;
border-color:#6B6B6B;
z-index:1;
}
#entete {
	height:200px;
}
#entete h1 {
	margin: 0;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:40px;	
	width:490px;
	font-size:30px;
	background-image:url(../images/etio_page_logo.png);
	background-position:10px 7px; 
	background-repeat:no-repeat;
	background-color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

h1, h2 {font-weight: bold;color:#DEA101; padding:5px;}
h2 {font-size: 1.8em; border-bottom:dashed 1px #CCCCCC; border-top:dashed 1px #CCCCCC;}
h3 {font-size: 1.2em; padding:5px; background-color:#DEA101; color:#FFFFFF; font-weight:bold;}

a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
/* Navigation */
#navigation {
	background: #FFFFFF; /* -> 2 */
}
#navigation a {
	color: #000000;
	border-bottom:#CCCCCC 1px dashed;
}
#navigation a:hover, #navigation a:focus {
	background: #DEA101;
	font-weight:bold;
	/*survol*/
	color:#FFFFFF;
}
#navigation a:active {
	background: #DEA101;
	/*survol*/
	color:#FFFFFF;
}
/* Contenu principal */
#contenu {
	color: #363B29;
	margin-left: 210px;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}
/* --- POSITIONNEMENT --- */
#global {
	width: 850px;
	margin: 0 auto;
}
/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%;
	overflow: hidden;
}
/* Menu de navigation */
#navigation {
	width: 210px;
	float: left;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
/* Contenu */
#contenu {
	padding-left:20px;
}
/* Pied de page */
#pied {
	margin: 0;
	padding: 10px 20px 10px 0;
	font-size: .85em;
	text-align:center;
	color:#000000;
	background-image: url(../images/pied.jpg);
	background-repeat:no-repeat;
}
#pied a {
	color: #000000;
	text-decoration:none;
}
#pied a:hover, #pied a:focus {
	text-decoration:underline;
}


/*RECHERCHE*/
#info_0 {
	background-color:#E7E7E7;
	/*border-top:dashed 1px #999999;*/
	text-transform:uppercase;
	width: 20%;
	float: left; /* -> 2 */
}
#info_0 ul {
	margin: 0;
	padding:  20px;
	list-style: none;
}
#resultat_0 {
	background-color:#E7E7E7;
	/*border-top:dashed 1px #999999;*/
	padding: 20px;
	list-style: none;
	text-transform:uppercase;
}
#info_1 {
	border-bottom:dashed 1px #999999;
	border-top:dashed 1px #999999;
	text-transform:uppercase;
	width: 20%;
	float: left; /* -> 2 */
}
#info_1 ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}
#resultat_1 {
	border-bottom:dashed 1px #999999;
	border-top:dashed 1px #999999;
	padding: 20px;
	list-style: none;
	text-transform:uppercase;
}

#message_box {
/*position: relative;*/
background:#fff;
padding:5px;
color: red;
border:1px solid red;
text-align:center;
font-weight:bold;
width:95%;
}


#prevention {
position: relative;
color:#FFFFFF; 
background-color:#DEA101; 
padding:20px; 
text-align:center;
padding: 10px;
}

#prevention p {
color:#FFFFFF; 
background-color:#DEA101; 
text-align:center;
}

#prevention h1 {
color:#FFFFFF; 
font-size:14px;
font-weight:bold;
}

#prevention h2 {
color:#FFFFFF; 
font-size:10px;
font-weight:bold;
border-bottom:dashed 0px; 
border-top:dashed 0px;
}
