body {
	background-color: #2a2a2a;
	background-image: url(../img/commun/bkg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 5px;
}
a {
	color: #d13100;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #d13100;
	margin-left: 3px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#maincontener {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 1003px;
	height: 193px;	
}
#colGauche {
	width: 191px;
	margin: 0px 7px 0px 0px;
	float: left;
}
/**********************************************************/
/**                    ACCORDEON                          **/
/**********************************************************/
#nav, #accordion {
	width: 188px;
	margin-left: 3px;
	background-image: url(../img/commun/bkg-nav.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#nav li, #accordion li {
	list-style-type: none;	
}
#nav li a, #accordion a {
	font-size: 11px;
	color: #676767;
	background-image: url(../img/commun/bkg-navlien.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 172px;
	margin-left:8px;
	text-transform: uppercase;
	text-indent: 8px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav li a:hover, #nav li a.navActive, #accordion li a:hover, #accordion li a.navActive, #accordion h3 a.navActive  {
	color: #ce3100;
	background-image: url(../img/commun/bkg-navlien.gif);
	background-repeat: no-repeat;
	background-position: left -23px;
}
#nav li a.ssnav, #accordion li a.ssnav  {
	color: #ce3100;
	font-weight: normal;
	text-transform: none;
	background-color: #e9e0dd;
	background-image: none;
	border-left: solid 1px #c9a599;
	border-bottom: solid 1px #c9a599;
	border-right: solid 1px #c9a599;
	width: 170px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#nav li a.ssnav:hover, #nav li a.ssnavActive, #accordion li a.ssnav:hover, #accordion li a.ssnavActive {
	color: #ffffff;
	background-color: #d13100;
	border-left: solid 1px #d13100;
	border-bottom: solid 1px #d13100v;
	border-right: solid 1px #d13100;
	font-weight: bold;
	background-image: none;
}
/****************************  fin ACCORDEON  ************************/
#contener {
	width: 805px;
	float: left;
	position: relative;
	background-image: url(../img/commun/bkg-contener.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 60px;
}
.introPage {
	margin-left:3px;
	width: 500px;
	font-size: 16px;
}
#footer {
	width: 790px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../img/commun/bkg-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	padding-top: 30px;
	padding-left: 15px;
	font-size: 10px;
}
.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	position: absolute;
	right: 35px;
	bottom: 10px;
}
#page{
	width: 772px;
	margin: 5px 3px 0px 3px;
	padding: 0px 15px 0px 12px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #FFFFFF;
}
#page ul {
	margin-left: 3px;
}
#page ol {
	margin-left: 25px;
}
#page ul li{
	background-image: url(../img/commun/puce-liste-gris.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	list-style-type: none;
	margin-bottom: 5px;
}
#page ol li {
	/*background-image: url(../img/commun/puce-liste-gris.gif);
	background-repeat: no-repeat;
	background-position: left 4px;*/
	padding-left: 5px;
	margin-bottom: 5px;
}
#page ul li.listRouge {
	background-image: url(../img/commun/puce-liste-rouge.gif);
}
.col501 {
	float: left;
	width: 489px;
}
.col271 {
	float: left;
	width: 271px;
	margin-left: 12px;
}
/* BOX 501 */
.box501 {
	float: left;
	width: 489px;
	background-color:#FFFFFF;
	background-image: url(../img/commun/bkg-box-down.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
	padding-bottom: 8px;
}
.box501 h2 {
	background-image: url(../img/commun/bkg-box-h2.gif);
	height: 21px;
	padding-top: 5px;
	width: 475px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-indent: 9px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 3px;
}
.box501 h3 {
	background-image: url(../img/commun/bkg-box-h3.gif);
	padding: 5px 9px 9px 9px;
	width: 457px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c82f00;
	background-color: #fffbef;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.box501End {
	background-image: url(../img/commun/bkg-box-top.gif);
	width: 475px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
}
/* BOX 557 */

.box557 {
	float: left;
	width: 557px;
	background-color:#FFFFFF;
	background-image: url(../img/commun/bkg-box557-down.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
	padding-bottom: 8px;
}
.box557 h2 {
	background-image: url(../img/commun/bkg-box557-h2.gif);
	height: 21px;
	padding-top: 5px;
	width: 557px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-indent: 9px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 3px;
}
.box557End {
	background-image: url(../img/commun/bkg-box557-top.gif);
	width: 543px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
}
.box557Desc {
	padding: 5px 9px 12px 9px;
	width: 525px;
	background-color: #fffae8;
}

/* BOX 767 */

.box767 {
	float: left;
	width: 767px;
	background-image: url(../img/commun/bkg-box767-down.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
	padding-bottom: 8px;
}
.box767 h2 {
	background-image: url(../img/commun/bkg-box767-h2.gif);
	height: 21px;
	width: 748px;
	padding-top: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-indent: 9px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 3px;
}
.box767End {
	background-image: url(../img/commun/bkg-box767-top.gif);
	width: 753px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
}
.box767Desc {
	padding: 5px 9px 12px 9px;
	width: 730px;
	background-color: #fffae8;
}
.boxDesc {
	padding: 5px 9px 12px 9px;
	width: 457px;
	background-color: #fffae8;
}
.divBoxVisu {
	float: left;
	margin-left: 12px;
	margin-top: 20px;
}
.boxVisu {
	/*float: left;
	margin-left: 12px;
	margin-top: 20px;*/
	margin-bottom:7px;
	border: solid 12px #ededed;
	padding: 1px;
}
h2.boxVideo  {
	background-image: url(../img/commun/bkg-box-h2-pt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	padding-top: 5px;
	width: 271px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-indent: 9px;
	margin-bottom: 3px;
}
.boxVideoLegend  {
	color: #919baa;
	text-align: center;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
	text-decoration: none;
}
.boxVideoLegend a  {
	color: #919baa;
	text-decoration: none;
}
#pscroller1 {
    height: 110px;
}

.newsVisu  {
	width: 145px;
	float: left;
	margin-right: 10px;
}
.newsDesc  {
	width: 300px;
	float: left;
}
.newsDesc h3  {
	font-size: 13px;
	color: #d13100;
	background-image: none;
	width: auto;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.rouge {
	color: #d13100;
}
.txtGros	 {
	font-size: 16px;
}

/* --- GALERIE PHOTOS --- */

.album {
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.vignAlbum {
	margin-bottom: 10px;
	padding: 1px;
	border: solid 5px #ededed;
	
}
.album h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	margin-bottom:10px;
	margin-top:2px;
	padding-bottom: 5px;
	border-bottom : dotted 1px #e9dcc9;
	text-transform: none;
	font-weight: bold;}


/* --- DIVERS --- */

.form-input-300 {
	margin-bottom: 2px;
	border: solid 1px #ffcd98;
	background-color: #fef4cf;
	width: 300px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;	
}
