﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 950px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 948px;
	height:100px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #E3DED1;
	background-image:url('../logos/Sans titre-1.png')
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 767px;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

#content1 {
	float: left;
	width: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}


#content2 {
	float:left;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 948px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #17365D;
}
#masthead h3 {
	color: #17365D;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	font-size:small;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #17365D;
	font-weight:normal;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}


#content table {
	width:750px;
	left:0px;
}

#content td {
	width:33%;
	height:auto;
	text-align:center;
	vertical-align:top;
	font-size:small;
	margin-top:5px;
	padding-top:10px	
}

/* Content1 Styles */
#content1 h1,h2,h3,h4,h5,h6 {
	color: #17365D;
	font-weight:normal;
}
#content1 img {
	padding: 5px;
	border: 1px solid #808080;
}


/* Content2 Styles */
#content2 h1,h2,h3,h4,h5,h6 {
	color: #17365D;
	font-weight: normal;
	text-decoration: none;
}
#content2 img {
	padding: 5px;
	border: 0px solid #808080;
}



/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	font-size:small;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_green {
		color: #2F9203;

}
.style_red {
		color: #E75911;
}

.style_serre {
margin:2px
}