/** ---------------------------------------------------------------------------
*                        ACCUEIL.CSS
*   --------------------------------------------------------------------------- */



/** ---------------------------------------------------------------------------
*                        CONTENT, CONTENT_ACCUEIL
*   --------------------------------------------------------------------------- */

#content_accueil h1 {
	width : 80%;
	padding : 1em 0 0.5em 1em;
}

#content_accueil {
	position : relative;
        background-color : #FFF;
	padding : 0;
	margin : 0 165px 0 0;
	height : 730px;
	width : 785px;
}

/** -------------------------------------------------------- 
*                          INDEX_CONTENT
*   -------------------------------------------------------- */

.index_content {
	background-color : #FFF;
}

#index_content1 {
   position : absolute;
   top : 0;
   left : 0;
   height : 720px;
   width : 260px;	
   background-color : #FFF;
   margin-top : 10px;
} 

#index_content2 {
   position : absolute;
   top : 0;
   left : 265px;
   height : 720px;
   width : 260px;	
   background-color : #FFF;
   margin-top : 10px;
} 

#index_content3 {
   position : absolute;
   top : 0;
   left : 530px;
   height : 720px;
   width : 260px;	
   background-color : #FFF;
   margin-top : 10px;
} 

#index_content1 ul, #index_content2 ul {
	margin : 0 0 0 1em;
	padding : 0 0.5em 0 1em;
}

#index_content1 ul li, #index_content2 ul li {
	margin : 0;
	padding : 0;
}	

#index_content1 ul li a , #index_content2 ul li a {
	color : #181c25;
	text-decoration : underline;
}

#index_content1 ul li a:hover, #index_content2 ul li a:hover {
	color : #666;
	text-decoration : underline;
}

#index_content1 ul li a:visited, #index_content2 ul li a:visited {
	color : #181c25;
	text-decoration : underline;
}

#index_content1_space {
   position : absolute;
   top : 0;
   left : 260px;
   height : 730px;
   width : 5px;	
   background-color : #D7CC54;
}

#index_content2_space {
   position : absolute;
   top : 0;
   left : 525px;
   height : 730px;
   width : 5px;	
   background-color : #D7CC54;
} 

/** ---------------------------------------------------------------------------
*                        index_content3
*
*          éléments du formulaire de recherche de la page d'accueil
*
*   --------------------------------------------------------------------------- */

#index_content3 label {
	width : 240px;
	text-align : left;
    font-size : 1em;
	font-weight : bold;
	color : #000;
	padding : 0 0.5em 0 0;
	cursor : pointer;
}

#index_content3 .nolabel {
	float: left;
    width: 50px;
    margin-left : 5px;
	text-align : left;
    font-size : 1em;
	font-weight : bold;
	color : #000;
	padding : 0 0.5em 0 0;  
} 

#index_content3 .label_radio {
	float : none;
	width : 150px;
	font-size : 1em;
	text-align: left;
	font-weight : normal;
	color : #000;
	padding : 0 3em 0 0.5em;
	cursor : pointer;
	margin : 0;
}

#index_content3 fieldset {
	margin : 0 1em 1em 1em;
	border : 1px solid #181c25;
}

#index_content3 select {
	border : 1px solid #181c25;
	width : 195px;
}

#index_content3 legend {
	color : #fff;
	background-color : #181c25;
	padding : 0 1em;
	font-weight : bold;
}

#trouver {
	margin-top : 10px;
	padding : 0.3em;
    font-size : 1em;
	font-weight : bold;	
	background-color : #181c25;
	border : 1px solid #181c25;
	color : #fff;
	
}  