/* ------------------------------------------------------------------------------------------
						GENERAL
---------------------------------------------------------------------------------------------*/

* {
	font-family: verdana, arial, sans serif;
	color: #000000;
	font-size : 11px;
}
	
body {
	margin : 10px 0px 0px 0px;

}               
                
.ok {
	border: 1px solid #666666;
	padding : 2px;
	background-color : #cccccc;
	text-align : center;
}

input, textarea{
	border: 1px solid #666666;
	padding : 2px;
	background-color : #f5f5f6;
	color : black;
}

form {
}

.ok {
	border: 1px solid #666666;
	padding : 2px;
	background-color : #cccccc;
	color : black;	
}

acronym {
	font-size:12px;

}

a {
	text-decoration : underline;
	}
	
a:hover {
	text-decoration : underline;
	color: #163C47;
}

h1{
	color : #00583A;
	font-size:16px;
	font-weight : bold;
	text-align : center;

}

h3{
	color:#00583A;
	font-size:13px;
	padding-left:3px;
	padding-bottom:5px;
	margin: 0px;
}

h4{
	color:#00583A;
	font-size:14px;
	padding-left:3px;
	padding-bottom:0px;
	margin: 0px;
	clear : both;
	text-align : center;
}

h2 {
	color : #333333;
	font-size : 13px;
	font-weight : bold;
	padding : 5px;
	clear : both;
	border-bottom : 1px solid #000000;
}

li {
}

.lettrine {
	float: left;
	font-size: 3em;
	font-weight: bold;
	border : 1px solid #cccccc;
	color: #534f7c;
	margin: 1px;
	padding: 1px;
	line-height: 1em;
}

.envaleur {
	font-weight : bold;
	color : #000000;
	font-size : 12px;

}

#oops {
	font-weight : bold;
	color : red;
	text-align : center;
	border : 1px solid #333333;
	background-color : #ffffcc;
}

td{


}

table {


}

dl {
	clear : both;
	padding : 0;
}

   dt
    {
      font-weight: bold;
      float : left;
	  font-size : 11px;
	  color : #000066;
    }
    
    dl
    {
      padding: 0;
	  text-align : right;
	  padding-top : 1px;
	  padding-right : 4px;
    }

    
    
/* CONTENEUR
-------------------------------------------------------------------*/
#conteneur {
	margin: auto;
	width: 1000px;
	border : 1px solid #006346;
}

    
        
/* ------------------------------------------------------------------------------------------
						TOP (titre)
---------------------------------------------------------------------------------------------*/

#top {
	margin: 10px 0 0 0 ;
	padding: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align : center;
}

#top a,img {
	text-decoration : none;	
	border : none;
}

#lang {
	padding-right : 10px;	
	
}



/* ------------------------------------------------------------------------------------------
						MENU HAUT
---------------------------------------------------------------------------------------------*/

#menu_haut {
	margin: 0 0 0 0 ;
	padding-left: 5px;
	padding-right: 5px;
	padding-top : 0px;
	background-color: #FFFFFF;
	color: #003366;
	text-align : right;
	font-size : 13px;
	border: 1px solid;
}


/* ------------------------------------------------------------------------------------------
						MENU GAUCHE
---------------------------------------------------------------------------------------------*/

#menu_gauche {
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	background-color: #A0C6B9;
		font-size : 13px;
	
}

#menu_gauche a {
	text-decoration : none;
	font-size : 13px;
	color: white;
	padding : 10px;
}

#menu_gauche a:hover {
	color: #666666;
		font-size : 13px;
}

#credit {
	float : left;
	/*
	position : absolute;
	top : 155px;
	left : 220px;
	*/
	margin: 20px 5px 0 0;
	width : 120px;
	padding: 5px;
	border: solid #576c81;
	border-width: 1px 1px 1px 1px;
	text-align: justify;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align : center;
}

#credit img{
	text-decoration : none;
	border : none;
}

#admin {
	float : left;
	/*
	position : absolute;
	top : 155px;
	left : 220px;
	*/
	margin: 20px 5px 0 0;
	width : 126px;
	padding: 1px;
	border-top: solid #999999;
	border-width: 1px 1px 1px 1px;
	text-align: justify;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align : center;
	color : #999999;
}

#admin a{
	color : #999999;
	text-decoration : none;
	font-size : 10px;
}


/* ------------------------------------------------------------------------------------------
						CONTENU
---------------------------------------------------------------------------------------------*/

#contenu {
	margin : 0 0 0 0;
	padding: 5px;
	text-align: justify;
	//background : url(../images/map.gif) no-repeat center;

}

#contenu a {
	color : #0022C4;
	font-weight : bold;
	text-decoration : none;
}

#contenu a:hover{
	color : #0022C4;
	font-weight : bold;
	text-decoration : underline;
}

a[hreflang]:after {
	color: #999999;
	font-weight: normal;
	content: " [" attr(hreflang) "]";
}

#contenu img {

}

#imgfloat {
	float : right;
	border : 1px solid #cccccc;
	margin : 10px;
	padding : 3px;
}



#contenu p {
	text-align : center;
}

/* ------------------------------------------------------------------------------------------
						PIED DE PAGE
---------------------------------------------------------------------------------------------*/

#foot {
	margin : 10px 0 10px 0;
	padding: 5px;
	text-align : center;
	color : white;
	background-color: #A0C6B9;

}

#foot a{

}
