@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-image: url(images/bg_body.jpg);
	background-color: #F77E13;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#conteneur {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_repet_y.png);
	background-repeat: repeat-y;
}

#header {
	height: 185px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header   h1 {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 37px;
}
#main2 {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
}
#main {
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#colone1 {
	width: 150px;
	margin-left: 30px;
	background-image: url(images/translucide_blanc.png);
	padding: 5px;
	float: left;
}
#colone1 a {
	text-decoration: none;

}

#colone1 p {
	margin-bottom: 10px;
}
#colone1 ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#colone1 ul li {
}
#colone1 ul li a {
	display: block;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#colone1 ul li a:hover {
	color: #FFFFFF;
	background-color: #F77E13;
}




#colone1 h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #333333;
}
#news {
	margin-top: 20px;
}
#colone2 {
	width: 560px;
	margin-left: 10px;
	float: left;
}
#contenu {
	width: auto;
	background-image: url(images/translucide_blanc.png);
	padding: 10px;
	font-size: 12px;
}
.Styletaille9 {font-size: 9px}

#contenu h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

#contenu h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-size: 12px;
	text-align: justify;
}

#contenu ul {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
}
#vide {
	clear: both;
}

#colone3 {
	width: 150px;
	float: left;
	margin-left: 10px;
	text-align: center;
	height: 100%;
}
#blocvaleur {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFFFFF;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 104px;
	clear: both;
	padding-top: 42px;
}
#footer p {
	text-align: center;
	color: #FFFFFF;
}
#footer  p  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #B34E0A;
}
#colone2 #contenu a {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
#colone2 #contenu a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
}
#conteneur #main #main2 #colone2 #contenu h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #993300;
}
#conteneur #header .bouton-assistance {
	display: block;
	width: 150px;
	float: right;
	margin-top: 80px;
	margin-right: 30px;
	text-decoration: none;
	text-align: center;
	color: #C95E0C;
	background-color: #CCCCCC;
	background-image: url(images/bouton-assistance.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
}
#conteneur #header .bouton-assistance:hover {
	background-position: bottom;
}
#conteneur #header .bouton-assistance span {
	display: none;
}






.sign {
	padding-top: 60px;
	color: #B8520A;
	padding-left: 6px;
	font-size: 9px;
}
#contenu    input, #contenu   textarea, #contenu select {
	width: 250px;
}
#colone3 a {
	text-decoration: none;
	color: #333333;
}
#contenu table {
	margin-right: auto;
	margin-left: auto;
}
/*--------- Lightbox -----------*/
#lightbox{
	background-color:#eee;
	padding: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

#lightboxDetails{
	font-size: 10px;
	color: #555;
	padding-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

#closeButton{
	top: 0px;
	right: 0px;
}

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{
	background-image: url(../images/overlay.png);
}

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
#contenu .aligndroite {
	float: right;
}
#conteneur #header .bouton-misajour {
	display: block;
	float: left;
	height: 40px;
	width: 200px;
	margin-top: 80px;
	margin-left: 30px;
	background-image: url(images/bouton-mise-ajour.gif);
	background-repeat: no-repeat;
}
#conteneur #header .bouton-misajour span {
	display: none;
}

