
@charset "UTF-8";
/* CSS Document */

/*déclaration des zones de la structure de la page*/

#global {
	position: relative;/*  on positionne le conteneur */
	margin-left:50px;
	/*margin-right:auto;*/
	width:780px;
	background-color:#f9fafa;
	border: 1px solid #7f7e83;
	padding:2px;
	border-radius: 7px;
}

body {
	background-color:#eee;
	/*width:748px;*/
	margin:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	/*border: 1px solid red;*/
}

#header {
	height:125px;
	width: 683px;
	/* link*/
	background-image:url("../images/bandeau.png");
	background-repeat:no-repeat;
	background-color:#fff;
	margin: 0px 50px 10px 50px;
	border-radius : 5px;
}

#colonne {
	clear: both;
	width:auto;
	hight:auto;
	margin:60px 50px 30px 50px ;
}

/* MENUS*/
#menu{
	float:left;
	background:#fff;
	border-radius:8px ;
	margin-left:50px;
	height:25x;
}
.menu{
	float:left;
	width:165px;
	text-align:center;
	border-style:double;
	border-radius:5px ;
	border-width:2px;
	border-color:rgb(0,153,153);
	margin:1px;
}


.menu a{
	display:block;
	height:17px;
	padding:7px;
}

.menu a:link, .menu a:visited{
	text-decoration:none;
	color:rgb(0,102,102);
	font-family:verdana, sans-serif;
	font-size:14px;
	/*background:#abc url(fond.jpg) 0 -45px;*/
	background-color:rgb(153,204,204);
	/*border-radius:5px ;*/
}

.menu#activ a:link, .menu#activ a:visited{
	background:#85b919 url(fond.jpg);;
	color: #000000;
}
.menu a:hover, .menu a:active, .menu a:focus{
	background:teal url(fond.jpg) 0 -90px;
	color:white;
}
.menu#activ a:hover, .menu #activ a:active, .menu#activ a:focus{
	background:#85b919 url(fond.jpg);
	color: white;
}

#footer {
	clear: both;
	height:30px;
    width: 680px;
	margin-left: 50px ;
	margin-right: 50px ;
	margin-top:10px;
	margin-bottom:25px;
	/*padding: .5em;*/
	background-color: #f9fafa;
	border-top: 1px solid #00537f;
	text-align:left;
}
/* TITRAILLE */

h1 { 
	text-align: right;
	font-size: 22px;
	font-style: bold;
	font-weight: 800;
	letter-spacing:1px;
	color:rgb(0,153,153);
	margin:10px 0px 30px 0px;
	/*width:auto;*/
}


h2 { 
	font-size: 12px;
	font-weight: bold;
	color:rgb(0,153,153);
	text-align: left;
	line-height:22px;
	/*width:80%;*/
	border-bottom: 2px  solid #85b919;
	border-left: 1px  solid #85b919;
	border-radius:5px;
	margin: 15px 350px 15px 5px;
	padding-left:5px;
	background-color:#eee;
}

h3 {/*centrage titre formulaire*/
	font-size: 14px;
	font-weight: bold;
	color:rgb(0,153,153);
	text-align: center;
	line-height:20px;
	border-bottom: 1px  solid teal;
	margin:20px 240px 30px 240px;
	
	background-color:#eee;
	border-radius:3px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color:rgb(0,153,153);
	text-align: left;
	line-height:20px;
	border-bottom: 1px  solid #009999;
	margin: 15px 7px 10px 5px;
	padding-left:5px;
	background-color:#eee;
	border-radius:3px;
}
	
h5 {/*petit titre flashy avant une énumération, par exemple*/
	text-align: left;
	line-height:11px;
	font-size: 11px;
	font-weight:bold;
	color: #00537f;
	padding-left:5px;
	border-left:3px solid #7ac141;
	margin-left:5px;
}
h6 {/*mini-titre en gris*/
	margin: 0px 0px 0px 50px;
	text-align: left;
	line-height:15px;
	font-size: 11px;
	font-weight:bold;
	color: #7f7e83;
	margin-top: 12px;
	margin-bottom: 12px;
	text-decoration:underline;
	/*border-bottom:1px solid #f7931e; pas de soulignement avec border-bottom car ça fait toute la largeur de la page*/
}


/* Styles de paragraphes et de polices */

p {	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #434246;
	font-style: normal;
	text-align: justify;
	text-indent: 0px;
	margin: 3px 5px 7px 5px;	
}


.attention{/* emphase sur du <p> pour rester inline. Peut se conjuguer avec <span>  */
	font-weight:bold;
	color: rgb(0,153,153);
	padding-left:5px;
	border-left:3px double orange;
}



/* LES LISTES - penser à spécifier toutes les li:before*/

ul  {/*COORDONNEES des contacts dans les infos*/
	line-height: 16px;
	margin-top:15px 0px 0px 0px;
	padding:0px;
/*si je mets marge à ul, elle s'ajoute à li qui en hérite*/
}
li {	
	list-style:none;
	margin-left:50px;
	padding-left:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #434246;
	font-style: normal;
	text-align: justify;
	text-indent: 0px;
	margin: 3px 5px 7px 5px;	
	
}
li:before {
   content: "* "; /* caractère UTF-8 */
   color:#85b919;  
}

	
/*TABLEAUX*/

table {/*formulaire*/
	border-color:teal;
	border-width:thin;
	border-style:solid;
	border-spacing:0px;
	background-color:#eee;
	border-collapse:collapse;
	
}
caption{
	margin-bottom:15px;
	caption-side:top;
	color:#004870;
	font-weight:bold;
	}

th{
	font-size:12px;
	color:teal;
	text-align:right;
	height: 30px;
	padding-right:7px;
}
table ul {/*liste basique*/
	line-height: 20px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0px;
	padding:0px;
}	

table li  {	
margin-left:10px;
list-style-type:none;
}

table li:before {
   content:"→ "; /* caractère UTF-8 */
   color:#85b919;
}


/*LIENS*/
a {
	text-decoration:none;
}
a:link {
	color:#0c1fd2; /*rajout du bleu pour liens pour IE*/
	}
a:visited {
	color:#0c1fd2;
	}
a:hover {
	color:#f15a24;
	background-color:#cf9;
	}
a:active{
	background-color:rgb(102,51,153);
	}


.img_droite {
float:right;
margin:5px 300px 5px 35px;
padding: 5px;
font-size:10px;
text-align:center;
}
.img_gauche {
float:left;
margin:5px 15px 5px 0px;
font-size:10px;
text-align:center;
}
