/* 
Realis&eacute; par F-Webconcept
Aucune reproduction, même partielle, autres que celles pr&eacute;vues à l'article L 122-5 du code de la propri&eacute;t&eacute; intellectuelle, ne peut être faite de ce fichier sans l'autorisation expresse de l'auteur.
© copyright F-Webconcept - Tous droits r&eacute;serv&eacute;s.
http://www.f-webconcept.net
Date de creation : 16/04/2007
Derniere modification : 30/04/2007 
*/

.vert

{
font-weight:bold;
LETTER-SPACING: 0.8px;
color:#75A458;
}


.titre_annonce
{
	font-weight:bold;
	LETTER-SPACING: 0.8px;
	color:#0196BE;
}

.ligne1_tableau

{

color:#000000;

background-color : #C5F4A7;

}



.ligne2_tableau

{

color:#000000;

background-color:#eeeeee;

}



.ligne3_tableau

{

color:#000000;

background-color:#ECFFDF;

}

.tete_tab

{

color:#000000;

background-color : #D9DADB;

text-align: center;

}

.puce
{
   list-style-image: url("images/puce_jaune.png");
}

.fiche_tech
{
padding:10px;
margin:10px;
border: 1px solid #BFBFBF;
background-color: #EFEFEF;
text-align:left;
}

.com1
{
padding:10px;
margin:10px;
border: 1px solid #4DFF2F;
background-color: #E4FFDF;
text-align:left;
}

.com2
{
padding:10px;
margin:10px;
border: 1px solid #BFBFBF;
background-color: #EFEFEF;
text-align:left;
}

.marges_form_pass
{
margin-bottom:5px;
margin-top:5px;
margin-left:4px;
margin-right:1px;
}
.marges_form_log
{
margin-bottom:5px;
margin-top:5px;
margin-left:2px;
margin-right:1px;
}

.bt_dl a:visited, a:active, a:focus, a:link, a 
{
color:white;
}

.bt_dl
{
color:white;

}

.bt_dl a {
display:block;
width:150px;
line-height:35px;
text-align:center;
vertical-align:middle;
/*background:url(images/bouton-noir.png) no-repeat;*/
background-color : #E4FFDF;
color:white;
text-decoration:none;
border: 1px solid #4DFF2F;
}
.bt_dl a:hover {
color:black;
/*background:url(images/bouton-noir-2.png) no-repeat;*/
background-color : #ffffff;
}



body {
width : 1000px;
margin : auto;
background-color : #0D5E1C;
	background-image: url("images/background.jpg");
    background-repeat: repeat-x;
    background-attachment:fixed;
font-family: Verdana,sans-serif;
font-size: small;
}

#deuxtiersgauche
{
padding :5px;
width : 735px;
float: left; /*flottera a gauche */
z-index:2;
background-color : #ffffff;	
}
#tiersdroit
{
width : 240px;
float: right; /* flottera a droite*/
z-index:2;
margin-left:5px;
border-left:1px solid #48C426;
padding-left:5px;
background-color : #ffffff;	
}

#deuxtiersgauche2
{
padding :5px;
width : 790px;
float: left; /*flottera a gauche */
z-index:2;
background-color : #ffffff;	
}

#tiersdroit2
{
width : 180px;
float: right; /* flottera a droite*/
z-index:2;
margin-left:5px;
border-left:1px solid #48C426;
padding-left:5px;
background-color : #ffffff;	
}
/* debut du code du menu*/

/*Code du menu horizontal soulign&eacute;*/

#menu{
margin: 0;
padding: 0;
background-color: #0D5E1C;
}

#menu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
/*font-weight: bold;*/
width: 100%;
border: 1px solid #0D5E1C;
border-width: 1px 0;
background-color: #0D5E1C;
text-transform: uppercase; 
text-decoration:none; 
font-size:x-small;
}

/*règle pour IE. Supprime la marge extra basse*/
* html #menu ul{
margin-bottom: 0;
background-color: #0D5E1C;
}

#menu ul li{
display: inline;
background-color: #0D5E1C;
}

/*Les liens tels que vous voulez qu'ils apparaissent*/
#menu ul li a{
float: left;
color: white;
/*font-weight: bold;*/
text-transform: uppercase; 
text-decoration:none; 
font-size:x-small;
padding: 2px 10px 4px 10px;
text-decoration: none;
/*image de s&eacute;paration des rubriques avec son adresse*/
background-color: #0D5E1C;
}

/*Ici, c'est pour le configurer le survol des liens*/
#menu ul li a:hover{
color: white;
background-color: #0D5E1C;
border-bottom: 4px solid #FDC618;
padding-bottom: 0;
}
/*fin du code du menu*/

#page {
background-color : #ffffff;
float: left; /*flottera a gauche */
}

#logo{
	width: 200px;
	height: 200px;
	background: #ffffff url("images/logo.png") no-repeat center top;
	float: left; /*flottera a gauche */
}

#en_tete {
	width: 800px;
	height: 150px;
	background: #ffffff url("images/entete.png") no-repeat center top;
	float: right; /*flottera a gauche */
	padding-top:50px;
}
/*boite de dialogue*/
.erreur
{
margin:10px;
border: 1px solid #DEA3A3;
background-color: #FFEDE5;
text-align:left;
}

.erreur ul
{
   list-style-image: url("images/error_icon.gif");
}

.erreur a:hover
{
text-decoration:underline;
}

.ok
{
margin:10px;
border: 1px solid #4DFF2F;
background-color: #E4FFDF;
text-align:left;
}

.ok ul
{
   list-style-image: url("images/success_icon.png");
}

.ok a:hover
{
text-decoration:underline;
}

.info
{
margin:10px;
border: 1px solid #8CC0F7;
background-color: #EDF4F8;
text-align:left;
}

.info ul
{
   list-style-image: url("images/info_icon.gif");
}

.info a:hover
{
text-decoration:underline;
}



/* corps */
#corps {
margin-top : 10px;
margin-bottom : 20px;
padding : 5px;
width : 998px;
float: left; /*flottera a gauche */
background-color: #ffffff;
}





#corps a:visited, a:active, a:focus, a:link, a 
{
color : #0D5E1C;
text-decoration:none;
}

#corps a:hover
{
text-decoration:underline;
}


.gras
{
font-weight : bold;
}

.message a:hover
{
text-decoration:underline;
}

.intro
{
text-align:center;
}

.intro a:hover
{
color : #0D5E1C;
text-decoration:underline;
}

#corps h1
{
text-align:center;
font-size: x-large;
color: #7FA2A6;
}

#corps h2
{
text-align:center;
border-bottom: 1px dashed #0196BE;
font-size: large;
color: #0196BE;
}

#corps h3
{
font-size: medium;
color:#32A025;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

/* bas de la page */

.copyright {
font-size: xx-small;
text-align : center;
color : black;
}

.copyright a:visited, a:active, a:focus, a 
{
color : #0D5E1C;
}
#bas
{
width : 998px;
color : black;
text-align:center;
margin-top : 5px;
margin-bottom : 5px;
float: left; /*flottera a gauche */
}

#bas a:visited, a:active, a:focus, a 
{
color : #0D5E1C;
text-decoration:none;
}

#bas a:hover
{
color : #0D5E1C;
text-decoration:underline;
}

#pied {
width : 998px;
height : 50px;
background : url("images/bas.png") no-repeat center bottom;
float: left; /*flottera a gauche */
} 

cite
{
background-color:#ffffff;
display:block;
margin:5px;
padding:5px;
border:dashed 1px #000000;
 opacity: 0.5;
}

/*pagination*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #007aa1;
text-decoration: none;
color: #007aa1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #ffffff;
background-color: #7DB7CA;
text-decoration:none;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #007aa1;
background-color: #0D5E1C;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*Pour bug IE6.*/
margin-right: 5px;
padding-right: 0;
}
/*fin pagination*/


 hr
{
color: #0196BE;
background-color: #0196BE;
height: 1px;
border: 0;
}


.list_tab li span { 
 display:table-cell;
 width:650px;
 }
.list_tab li { /*pour l'alignement des puces*/
 list-style-image:none;
 list-style-type:none;
 padding-left:5px;
 }
 
.list_tab li span + span {
width:550px;
text-align:right;
}
