@charset "UTF-8";


body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	line-height: 1.4em;
	background-image: url(../images/fond.png);
	background-repeat: repeat;
}
img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	padding-bottom: 0.8em;
	display: block;
	margin: 0px;
}
ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #367EBA;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #367EBA;
	text-decoration: underline;
}
a.externe {
	background-image: url(../images/externe.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
a.interne {
	background-image: url(../images/interne.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

#head {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#corps {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #9CB7D2;
	padding-bottom: 65px;
	padding-top: 35px;
}
#corps_bas {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}
.corps_bas_border {
	background-color: #9CB7D2;
	height: 10px;
	margin-left: 15px;
}
#foot {
	color: #687680;
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 50px;
	font-size: 0.9em;
}

.clear {
	clear: both;
}
.titre_1 {
	font-size: 1.3em;
	color: #9CB7D2;
	display: block;
	clear: both;
	line-height: 1.5em;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}
.titre_2 {
	display: block;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D5D5F;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}
.titre_3 {
	font-size: 1.4em;
	color: #9D6EC4;
	display: block;
	font-weight: bold;
}
.titre_4 {
	display: block;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1E5BA7;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	color: #1E5CA8;
}
.titre_5 {
	color: #1E5BA8;
	display: block;
	clear: both;
	padding-bottom: 0.4em;
	padding-top: 1.4em;
	font-variant: small-caps;
}
.photo_contact {
	border: 1px solid #E9F5FF;
	display: block;
	margin-bottom: 1em;
}
.texte_contact {
	padding-top: 10px;
	float: left;
	clear: both;
}
.left {
	display: block;
	clear: both;
}
