/* 
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 
*/


body {
width : 760px;
margin : auto;
background-color : #BDDFFF;
background-image: url("images/tete.png");
background-repeat: repeat-x;
font-family: Verdana,sans-serif;
font-size: small;
}

.tete_tab
{
color:#000000;
background-color : #D9DADB;
text-align: center;
}

.pas_de_puce
{
	list-style-type:none;
}


/*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;
}


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

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

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



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

#en_tete {
width : 760px;
height : 120px;
background : #2279BE url("images/titre2.png") no-repeat center top;
}

#menu
{
width : 200px;
float: left; /* flottera a droite*/
margin-right:5px;
border-right:1px solid #C7DBE2;
padding-right:5px;
background-color: #ffffff;	
	
}






/* corps */
#corps {
width : 530px;
float: right;
margin-top : 10px;
margin-bottom : 20px;
padding : 5px;
}





 a:visited, a:active, a:focus, a:link, a 
{
color : #2279BE;
text-decoration:none;
}

 a:hover
{
text-decoration:underline;
}


.gras
{
font-weight : bold;
}

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

.intro
{
text-align:center;
}

.intro a:hover
{
color : #2279BE;
text-decoration:underline;
}

h1
{
text-align:center;
font-size: x-large;
}

h2
{
text-align:center;
border-bottom: 2px solid black;
font-size: large;
}

h3
{
font-size: medium;
}

.fiche_site h3
{
text-align:center;
font-size: large;
}



.fiche_site 
{
font-size:0.9em;
margin-bottom : 100px;
padding : 20px;
}

.fiche_site  a
{
color : #2279BE;
}

.fiche_site  a:hover
{
color : #2279BE;
text-decoration:underline;
}

.fiche_site  dt
{
font-weight:bold;
text-decoration:underline;
}

.apercu
{
   float: left;
}

.rouge_gras
{
   color:#FF0000;
   font-weight:bold;
}

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 : #2279BE;
}
#bas
{
width : 760px;
float: left; /*flottera a gauche */
color : black;
text-align:center;
margin-top : 5px;
margin-bottom : 5px;
padding: 5px;
}

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

#bas a:hover
{
color : #2279BE;
text-decoration:underline;
}

/*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 #2279BE;
text-decoration: none;
color: #2279BE;
}

.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 #2279BE;
background-color: #2279BE;
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*/

.bleu
{
color:#2279BE;
font-weight:bold;
}

.ligne1_tableau
{
color:#000000;
background-color : #BDDFFF;
}

.ligne2_tableau
{
color:#000000;
background-color:#eeeeee;
}