@charset "utf-8";
/* CSS Document */

body {
	background:#8cc5fe;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:1000px;
}

h1 {
	color: #0c7bb4;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-style: italic;
	font-weight: bold;
	color: #737373;
}

#header {
	background-image: url(img/header.jpg);
	height:257px;
}

#content {
	background-image:url(img/background.jpg);
	background-repeat: repeat-y;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}#info {
	background-color: #d3d3d3;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #0c7bb3;
}
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 37px;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
#header li {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	list-style-type: none;
	display: inline;
	margin-right: 40px;
	font-weight: bold;
}

span {
	color: #0d7bb4;
}


#header ul {
	text-align: center;
	padding-top: 225px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #d3d3d3;
	text-decoration: none;
}

#footer img {
	margin-right: 15px;
	margin-left: 15px;
}
#content #commentaire label {
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 100px;
}
#content #commentaire {
	margin-left: 120px;
	margin-right: 10px;
}
#content img {
	border: 3px solid #8CC5FE;
}
#content a {
	color: #0C7BB3;
	text-decoration: none;
}
#content a:hover {
	color: #737373;
}#content .message {
	background-image: url(img/quote.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 12px;
	color: #666666;
}
#footer img {
border:0;
}

