@charset "utf-8";
/*
CSS Document : librairie.css ... vert, gris et blanc
*/
body{background-color:#CBBEB8; color:black; font: normal normal normal 12px/normal Verdana, Geneva, sans-serif;}
h2{font: 16px Gill Sans, Gill Sans MT, 'Trebuchet MS', Helvetica, sans-serif;color:#2e3308;margin:0 0  10px -35px;
    padding:0 0 0 35px; background:url(images/perle.png) no-repeat left ;}
h3{font-family:"comic sans ms"; font-size:medium; color:greenyellow; margin:0; padding:0; }

/*table{margin-top:5px; padding-top:5px; border:1px gray solid; width:400px; border-top:1px gray dotted; }
td{padding:3px; margin:0px; }
*/
a{color:#67bab7; text-decoration:none;}
a:hover{color:#0CF; text-decoration:underline;}

/*div{border:0px solid white; }*/
div#container {width:975px; height:100%; margin: 0 auto; ; background-color:#ffffff;}
div#enTete{width:975px; height:107px;  text-align:center; background-image:url(images/header2.jpg); }
div#menuBar {margin-top:0px;width:975px;}
div#sommaire{float:right; width:200px; height:300px;  }
div#carousel{float:left;width:770px;height:525px;}
div#imageContainer{float:right; width:775px; height:381px;position:relative;}
div#content{float:left;width:775px;height:1000px;}
div#bottom{float:left;width:975px;height:144px;background-image:url(images/BGbottom.jpg);}
div#ItemMap{float:left;width:345px; height:430px;}
div#map{float:left;width:700px;height:480px;}
div#droite{float:right;width:355px; height:361px;background-image:url(images/carteSaidia.jpg)}
div#marge{margin: 15px 20px 0px 55px;}
div#pied{clear:both; width:975px; height:50px; background-color:#333;}
.clear{padding:0;margin:0;border:0;height:1px;font-size:1px;clear:both}
.col {float: left;margin-left:50px; padding: 20px 30px 0px 0px; width:245px;}

#msg{color:greenyellow; font-weight:bold; }

ul#menu{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li a{
	display:block;
	width:195px;
	padding:1px;
	margin:1px;
	line-height:15px;
	background-color:#333;
	color:#67bab7;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
}
#menu li a:hover{background-color:#71b1ae; color:white; }

label.etiquette{color:dimgray; font-family:"comic sans ms"; font-size:1em; display:block; width:150px; float:left; }
input[type="text"]{width:150px;}
select{color:dimgray; font-family:arial; font-size:1em; margin:3px; padding:1px;}
input.saisie{color:dimgray; font-family:arial; font-size:1em; margin:3px; padding:1px; clear:both;}
input[type="submit"]{background-color:greenyellow; color:white; font-family:arial; font-size:1em; margin:3px; padding:1px; width:100px; }
input[type="reset"]{background-color:red; color:white; font-family:arial; font-size:1em; margin:3px; padding:1px; width:100px; }
