@charset "utf-8";
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #442024;
	font-family: Arial, Helvetica, sans-serif;
}


#contenant {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

.clear {
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

.marron {
	color: #5F2729;
}

#contenu {
	background-image: url(../images/bgcontenu.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#page {
	padding: 32px;
}
#page h1 {
	margin-bottom: 20px;
}
#tiers {
	background-image: url(../images/bgtiers.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	width: 980px;
}



#index-intro {
	width: 500px;
	padding-left: 32px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-right: 10px;
	float: left;
}
#index-intro h1 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #007994;
}
#index-intro h2 {
	font-size: 14px;
	margin-bottom: 20px;
	color: #5F2729;
	text-align: center;
	background-color: #EBF8FB;
	padding: 5px 10px;
}

#index-intro p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #5F2729;
}
#index-intro a {
	color: #5F2729;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
}
#index-intro a:hover {
	color: #007994;
}
#index-intro ul {
	font-size: 14px;
	color: #5F2729;
	margin-top: 10px;
	margin-bottom: 10px;
}
#index-intro li {
	background-color: #dfd2cd;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#index-intro #formulaire {
	margin-top: 20px;
}

#index-intro #formulaire p{
	font-size: 11px;
	color: #666;
}
#index-intro #formulaire #form1 {
	width: 250px;
	float: left;
}
#index-intro #formulaire #form1  input {
	float: right;
}
#index-intro #formulaire #form2 {
	float: right;
	width: 230px;
}

#index-news {
	float: right;
	width: 350px;
	padding: 32px;
}
#index-news h2 {
	font-size: 18px;
	color: #5F2729;
	margin-bottom: 10px;
}
#index-news h3 {
	font-size: 12px;
	font-weight: bold;
	color: #5F2729;
	margin-top: 13px;
}
#index-news p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#index-news p.link {text-align: right;}

#index-news p.link a{
	font-size: 11px;
	color: #5F2729;
}

#index-news a {
	font-size: 10px;
	font-weight: bold;
	color: #007994;
	margin-left: 20px;
	text-decoration: none;
}
#index-news a:hover {
	color: #442024;
}

#index-metiers {
	background-color: #dfd2cd;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
}
#index-metiers .triple {
	float: left;
	width: 260px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c5ada5;
	padding-left: 25px;
	margin-left: 25px;
}
#index-metiers .triple:first-child {
	margin-right: 20px;
	float: left;
	width: 280px;
	border-left-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

#index-metiers h2 {
	font-size: 18px;
	color: #5F2729;
	margin-bottom: 10px;
}
#index-metiers img {
	margin-right: 10px;
}
#index-metiers p {
	font-size: 12px;
	line-height: 18px;
}
#index-metiers a {
	color: #5F2729;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#index-metiers a:hover {
	color: #007994;
}
#index-logos {
	margin-left: 10px;
	padding-top: 26px;
	background-color: white;
	padding-bottom: 5px;
}
#index-logos h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #5F2729;
	margin-left: 32px;
}

#index-logos table {width: 100%;}
#index-logos table td{width: 20%;text-align: center;Vertical-align: middle;}
#index-logos table td img{margin-top: 15px;margin-bottom: 15px;}

#footer {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 1000px;
}
#footer ul {
	padding-top: 10px;
	padding-left: 10px;
	float: left;

}


#footer li {
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
}
#footer a {
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 10px;
	margin: 10px;
	color: #FFF;
}

