@charset "utf-8";
/* ..................................STYLES GENERAUX........................................... */

body {
	font: 78% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #2D2D26;
}
input, select, textarea {
	font-size: 100%;
}
p {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	line-height: 160%;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover, a:active {
	color: #CDCD07;
	text-decoration: underline;
}
h1 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	color: #2D2D26;
	border:none;
}
h2 {
	font-size: 1.6em;
	color: #2D2D26;
	font-weight: bold;
	margin: 0px 0px 19px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	color: #939598;
}
ul {
	padding: 0px;
	margin: 0px 0px 10px -3px;
	line-height: 140%;
}
li {
	padding: 0px 0px 7px 20px;
	background-repeat: no-repeat;
	list-style-type: none;
	color: #000;
	background-image: url(images/puce_list.gif);
	background-position: 3px 4px;
}
/* ..................................CONTENEURS........................................... */
#conteneur {
	width: 806px;
	margin: 0px auto;
	position: relative;
}
#logo {
	margin: 24px 0 48px 0;
}
#left {
	float: left;
	width: 503px;
}
#right {
	float: left;
	margin: 0 0 0 18px;
	position: relative;
}
#img1 {
	position: absolute;
}
#img2 {
	position: absolute;
	top: 140px;
	left: 142px;
}
#img3 {
	position: absolute;
	top: 280px;
}
#img4 {
	position: absolute;
	left: 142px;
	top: 560px;
}
#contenu {
	padding: 115px 64px 70px 33px;
	margin: 0px 0px 5px 0px;
	background-color: #FFFFFF;
	overflow: visible;
	min-height: 515px;
}
#footer {
	font-size: 0.85em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	color: #C7C7C7;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
.copyright {
	float: left;
	color: #C7C7C7;
}
.comeandsee {
	float: right;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #C7C7C7;
}
#footer a:hover, #footer a:active {
	color: #CDCD07;
	text-decoration: underline;
}
/* ..................................MENU PRINCIPAL........................................... */
#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 21px 0px;
	overflow: visible;
}
#navigation img {
	border: none;
}

#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#navigation li {
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 15px;
	line-height: 15px;
	background-image: url(none);
}

.presentation a {
	background-image: url(images/presentation.gif);
	width: 156px;
	display: block;
	text-indent:-5000px;
}

.presentation_actif a {
	background-image: url(images/presentation.gif);
	width: 156px;
	display: block;
	text-indent:-5000px;
	background-position: 0px -15px;
}

.presentation a:hover{
	background-position: 0px -15px;
}

.ourmission a {
	background-image: url(images/ourmission.gif);
	width: 165px;
	display: block;
	text-indent:-5000px;
}

.ourmission_actif a {
	background-image: url(images/ourmission.gif);
	width: 165px;
	display: block;
	text-indent:-5000px;
	background-position: 0px -15px;
}

.ourmission a:hover {
	background-position: 0px -15px;
}

.ouroffer a {
	background-image: url(images/ouroffer.gif);
	width: 141px;
	display: block;
	text-indent:-5000px;
}

.ouroffer_actif a {
	background-image: url(images/ouroffer.gif);
	width: 141px;
	display: block;
	text-indent:-5000px;
	background-position: 0px -15px;
}

.ouroffer  a:hover{
	background-position: 0px -15px;
}

.contact a {
	background-image: url(images/contact.gif);
	width: 116px;
	display: block;
	text-indent:-5000px;
}

.contact_actif a {
	background-image: url(images/contact.gif);
	width: 116px;
	display: block;
	text-indent:-5000px;
	background-position: 0px -15px;
}

.contact  a:hover {
	background-position: 0px -15px;
}


.links a {
	background-image: url(images/links.gif);
	width: 83px;
	display: block;
	text-indent:-5000px;
}

.links_actif a {
	background-image: url(images/links.gif);
	width: 83px;
	display: block;
	text-indent:-5000px;
	background-position: 0px -15px;
}

.links  a:hover {
	background-position: 0px -15px;
}

/* ..................................FORMS........................................... */

.inputBox {
	background-color: #eeeeee;
	border: solid #7f7f7f 1px;
	font-size: 1em;
	width: 160px;
	margin: 1px 0px 3px 0px;
	padding: 1px;
}
.select{
	background-color: #eeeeee;
	border: solid #7f7f7f 1px;
	font-size: 1em;
	width: 20px;
	text-align: right;
	margin: 1px 0px 3px 0px;
	padding: 1px;
}
.inputBox2 {
	background-color: #eeeeee;
	border: solid #7f7f7f 1px;
	font-size: 1em;
	width: 180px;
	margin: 1px 0px 3px 0px;
	padding: 1px;
}
.inputRadio {
	margin-bottom: 1px;
	margin-top: 1px;
}
.bouton{
	background-color: #2D2D26;
	border: 1px solid #7F7F7F;
	color: #FFFFFF;
	font-size: 1em;
	cursor: pointer;
	margin: 15px 0px 10px 120px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	cursor: pointer;
	clear: left;
}
form {
	margin: 0px;
	padding: 0px;
	width: 350px;
}
label {
	font-size: 0.9em;
	width: 120px;
	display: inline;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
	float: left;
}
.select_menu {
	border: solid #DBDBDB 1px;
	font-size: 11px;
	color: #333333;
	margin: 1px 0px 3px 0px;
	padding: 1px;
	width: 180px;
}

.label {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
}
.red_form {
	color: #E4232F;
	font-size: 0.8em;
	margin: 0px 0px 15px 0px;
}
.error_form {
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #BE0027;
}
.img_galerie {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-left: 0px;
	border: 1px solid #000000;
}
