/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	font: 0.9em verdana, arial, sans-serif;
	text-align: center;
	margin-top:10px;
	background-color:#cdcdcd;
}
h1 {
padding-bottom:15px;
padding-top:5px;
font-size:1.1em;
color:#0050A0;
font-weight:bold;
}
h2{
	padding-top:5px;
	padding-bottom:5px;
	font-size:1em;
	color:#0050A0;
	font-weight: normal;
}
form {
	margin:0px;
}
a {
color:#0050A0;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

#global{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:740px;
	text-align: left;
	background-color:#FFF;
	border:none
}
p,dl,dt,dd,h1,h2,h3,h4,h5,h6{
margin:0;
}
label { cursor : pointer; }
#top{
	width:740px;
	height:150px;
	border-width: 0px;
}
#content img {
	margin:8px;
}
#foot {
	color: #FFF;
	clear:left;
	width:740px;
	position: relative;
	padding-top:6px;
	padding-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0050be;
	background-color:#14AFFF;
	font-size: 0.7em;
}
#right img {
	border:none;
}
.img {
	border:#fff solid 3px;
}
#right{
	width:525px;
	padding-left:5px;
	text-align:justify;
	border: Aucune;
	font-size:0.8em;
}
#left ,#right{
	float:left;
}

/*--------------------------------------- contact*/
#contact_form{
	padding:5px;
	margin-top:10px;
	margin-left: 10px;
	font-size:1em;
}
#contact_form p{
	margin-top:5px;
}
#error_msg{
border:1px solid red;
padding:5px;
text-align:center;
}
/*--------------------------------------- menu*/
#left{
width:180px;
padding-left:10px;
padding-right:5px;
}
#left dl a{
	display: block ;
	width:180px;
	color:#0050a0;
	text-decoration:none;
	line-height:28px;
}
#left dl a:hover{
	color:#0050a0;
	background-color:#fff;
}
#left dd{
	font-size:85%;
	background: url(medias/fond_menu.jpg) no-repeat;
	padding-left:0px;
}
#left dd p{
border-bottom:1px solid #fff;
width:180px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #CCC;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCC;
}
.gal {
	background-color: #CCC;
	background-image: url(medias/images/fondimage_01.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 151px;
	float:left;
	margin:10px;
	margin-bottom:20px;
	font-size: 1.1em;
	text-align:center;}
.gal2 {
	background-color: #CCC;
	background-image: url(medias/images/fondimage_01.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 151px;
	margin:12px;
	margin-bottom:20px;
}
#video {
width:180px;
font-size:0.8em;

}
.textebleu {color: #0050a0}
.textebleuciel {color: #14afff}


