/* CSS Document */

/*PAGE LAYOUT*/
body {
	font-family:Arial;
	font-size:11px;
	background-repeat:repeat-x;
	overflow-y:  scroll;
}

a {
	text-decoration:none;
	color : #156320;
}
a:hover {
	text-decoration:underline;
}

h1 {
	color : #156320;
	font-size:14px;
	font-weight:bold;
}
#mdl_partenaires h2{
	background:#ccc;
	color : #fff;
	width:100%;
	padding:5px;
	margin:10px 0;
	font-size:12px;
	font-weight:bold;
}

#separ {
	margin-top:10px;
	height:20px;
	width:100%;
	clear:both;
	background:url(../images/separ.gif);
	background-repeat:repeat-x;
}
#main_conteneur, #main_conteneur_home {
	position:absolute;
	width:866px;
	text-align:left;
	left:50%;
	margin-left:-434px; 
	background:#FFF;
	border : solid 1px #ccc;
}
#main_conteneur_home {
	width:1024px;
	margin-left:-512px; 
}
#home-banner {
	position:absolute;
	width:1024px;
	height:90px;
	text-align:center;
}
#home-content {
	position:absolute;
	top:100px;
	width:1024px;
	height:611px;
	background:url(../images/home_bg.gif) no-repeat;
	border: solid 1px #eeeeef;
}
#home-content #menu{
	position:absolute;
	width:141px;
	top:40px;
	left:370px;
	text-align:right;
}
#home-content #annuaire-section{
	position:absolute;
	left:540px;
}
#home-content #annuaire-section img{
	padding-bottom:5px;
}
#home-content #annuaire_search{
	position:absolute;
	top:20px;
	left:750px;
	color:white;
	font-size:11px;
	font-weight:bold;
}
#home-content #annuaire_search p{
	padding-bottom:5px;
}

#home-content #annuaire_search h1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
}
#fil_ariane {
	font-weight:bold;
}
#descriptif {
	color:#156320;
	font-size:12px;
	padding-bottom:10px;
	padding-right:10px;
}
#level1 a {
	color:#02762d;
	text-decoration:none;
}
ul#level2 {
	margin-left:35px;
	list-style-image: url(../images/puce_level2.gif);
}
ul#level2 li {
	
}
#level2 a {
	color:#858585;
	text-decoration:none;
}
#annuaire h1 {
	font-size:18px;
	color:white;
	margin-left:10px;
	border-bottom:solid 1px #fff;
	margin-bottom:5px;
}
#annuaire h2 {
	font-size:14px;
	color:white;
}

#annuaire #search_activites, #annuaire #search_mots_cles, #annuaire #search_region, #annuaire #search_valid {
	float:left;
	background:#9a87a4;
}

#annuaire #encart1 h1, #annuaire #encart2  h1{
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0
}
#annuaire #encart1 h1{
	color:#87888a;
	border-bottom:1px solid #87888a;
}
#annuaire #encart1 p{
	background:#ccc
}
#annuaire #encart2 h1{
	color:#7e6a88;
	border-bottom:1px solid #7e6a88;
}
#annuaire #encart2 p{
	background:#dfcee3
}

/* ACCOUNT */
#account_txt p{
	padding: 15px 10px 5px 20px;
} 
#account_repertoire h1 {
	padding : 15px 0 0 45px;
	font-size:18px;
	color:white;
	font-weight:bold;
	top:5px;
	left:30px;
}
#account_repertoire p {
	color:white;
	padding : 5px 10px 5px 20px;
}
#account_repertoire a {
	color:white;
}
#account_log h1 {
	padding : 10px 0 10px 15px;
	color:#5b436a;
	font-size:14px;
}
label {
	float:left;
	width:110px;
}
#account_log p {
	padding-left:15px;
}

#account_repertoire_pop p {
	line-height:13px;
}
#account_repertoire_pop h1 {
	font-size:12px;
	font-weight:bold;
	color:#b7007c;
}

a#affiche_favoris_bt {
	color: #b7007c;
	text-decoration : none;
}
ul#footer {
	color : #156320;
	position:absolute;
	width:100%;
	height:20px;
	bottom:-20px;
	list-style-type: none;
	background:#fff;
}
#footer li {
	float:left;
	margin:0px 10px;
}





TEXTAREA {
	font-size:11px;
	font-family:arial;
}
TEXTAREA:focus {
	background-color:#ccc;
}
SELECT {
	background-color:white;
	font-size:11px;
}

INPUT {
	color:black;
	background-color:white;
	font-size:11px;
	font-family:arial;
}
INPUT:focus {
	background-color:#ccc;
}

#error {
	color:red;
	font-weight:bold;
}






