@charset "utf-8";
/* CSS Document */

/*--------------- Reset---------- ---- */

body, a, p, h1, hr, img, ul, li {
	border:0;
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
}

/*--------------- Lay out-------------- */

body {
	background-color:#00334c;
}

#page {
	margin:0 auto;
	width:955px;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:150px;
}

#nav {
	background-image:url(images/barre.gif);
	background-repeat:no-repeat;
	height:31px;
}

ul {
	text-align:center;
	margin-left:550px;
}

li {
	float:left;
	display:block;
	width:120px;
}

#onglet1on, #onglet2on, #onglet3on {
	background-image:url(images/navon.gif);
	background-repeat:no-repeat;
	display:inline-block;
	height:31px;
	width:120px;
}

#content {
	background-color:#FFF;
}

#photo {
	height:262px;
	width:261px;
	margin-left:65px;
	margin-top:85px;
	margin-bottom:85px;
	float:left;
}

#photodouble {
	width:153px;
	float:left;
	margin-left:120px;
	margin-top:50px;
	margin-right:55px;
	margin-bottom:50px;
}

#photo1 {
	height:153px;
	width:153px;
	margin-bottom:25px;
}

#photo2 {
	height:153px;
	width:153px;
}

#text {
	float:left;
	margin-left:60px;
	margin-top:65px;
	width:510px;
	margin-bottom:40px;
}

#footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:61px;
	
}

#footer a {
	text-align:right;
	margin-left:800px;
}

#home {
	position:relative;
	height:24px;
	padding-top:7px;
	float:left;
}

#home a {
	background-image:url(images/home.gif);
	background-repeat:no-repeat;
	height:17px;
	width:12px;
	position:absolute;
	left:40px;
}

#coordonnees {
	clear:both;
}

#coordonnees p{
	text-align:center;
}

#mentions p{
	text-align:center;
}

#mentions {
	padding-top:40px;
	padding-bottom:40px;
}

/*--------------- Fonts-------------- */

#page {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

a {
	color:#fff;
	font-size:17px;
	font-weight:bolder;
	line-height:31px;
}

#onglet1on, #onglet2on, #onglet3on, #mgon {
	color:#fff;
}

h2 {
	font-size:18px;
	font-weight:bolder;
	margin-bottom:25px;
}

p {
	font-size:14px;
	margin-bottom:23px;
	text-align:justify;
}

#coordonnees p{
	margin-bottom:0px;
	padding-bottom:23px;
}

/*--------------- clear float-------------- */

hr {
	visibility:hidden;
	clear:both;
}

/*--------------- hidden-------------- */

.hidden {
	visibility:hidden;
}

/*--------------- roll-over-------------- */

a:hover {
	color:#005273;
}

#onglet1off:hover, #onglet2off:hover, #onglet3off:hover {
	background-image:url(images/navoff.gif);
	background-repeat:no-repeat;
	display:inline-block;
	height:31px;
	width:120px;
}

#home a:hover {
	background-image:url(images/home.gif);
	background-repeat:no-repeat;
	background-position:right;
}

/*--------------- page formulaire-------------- */

#message {
	width:361px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	float:left;
}

#form {
	width:510px;
	float:left;
	margin-left:40px;
	margin-top:60px;
	margin-bottom:30px;
	font-size:14px;
}

td {
	height:28px;
}

.col1 {
	width:150px;
	text-align:left;
}

.col1 {
	text-align:left;
}

.col2 input {
	width:350px;
}

.col {
	height:20px;
	text-align:center;
}

.col textarea{
	height:150px;
	width:500px;
}

.red {
	color:#F00;
	font-size:12px;
}