  /* --------------------------------- */
 /*       Styles communs              */
/* --------------------------------- */

{
	padding: 0;
	margin: 0;
}

body{
        font-color:black;
        font-family: verdana, sans-serif;
        font-size: 12px;
}


a{
	color: blue;
}


alink{
	color: yellow;
}


a:hover{
	color: blue;
	text-decoration: none;

}


.noDecoration{
	text-decoration: none;
}

h1{
	font-family: myriad pro;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #B12434;
	margin: 10px; 0 10px 0;
	padding: 0 0 0 0;
	text-align: center;
	font-variant: small-caps;
}


H2{

}

h3{
}

h4{

}
       

h5{
        font-family: verdana, sans-serif;
        font-size: 13px;
        font-variant: small-caps;
        width: 200px;
	color: black;
        text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

img{
	border: none;
}

.size10{
	font-size: 10px;
}

  /* -------------------------------- */
 /*             Structure            */
/* -------------------------------- */


#logo{
	position: absolute;
	top: 10px;
	margin-left: 0px;
	background: url('../images/logo.jpg') no-repeat;
	width: 260px;
	height: 150px;
	float: left;
	border: 1px solid #000000;
}

#menu{
	position: absolute;
	top: 160px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 260px;
	height: 400px;
	float: left;
	border: 1px solid #000000;
}


#messageHome{
	position: absolute;
	top: 10px;
	margin-left: 261px;
	color: #B12434;
	background-color: #FFFFFF;
	width: 700px;
	height: 20px;
	line-height: 20px;
	float: left;
	border: 1px solid #000000;
	text-align: center;
}


#home{
	position: absolute;
	top: 30px;
	margin-left: 261px;
	width: 700px;
	height: 500px;
	background: url('../images/img_home.jpg') no-repeat;
	float: left;
	border: 1px solid #000000;
	padding: 0 0 0 0;
}


#contenu{
	position: absolute;
	top: 10px;
	margin-left: 261px;
	background-color: #FFFFFF;
	width: 700px;
	height: 1400px;
	float: left;
	border: 1px solid #000000;
}





#copyright{
	position: absolute;
	top: 530px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 260px;
	float: left;
	border: 1px solid #000000;
}


#right{
	position: absolute;
	top: 10px;
	margin-left: 970px;
	float: left;
	padding: 0 0 0 0;
	width: 120px;
}

#right .line{
	width: 120px;
	margin 3px 0 3px 0;
	padding: 0 0 0 0;
	text-align: center;
}
	
#left{
	position: absolute;
	top: 10px;
	margin-left: 5px;
	float: left;
	padding: 0 0 0 0;
	width: 120px;
}

#left .line{
	width: 120px;
	margin 3px 0 3px 0;
	padding: 0 0 0 0;
	text-align: center;
}
	

  /* --------------------------------- */
 /*       Styles menu                */
/* -------------------------------- */


#menu .rubrique{
	width: 260px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #000000;
}
	

#menu a{
	width: 260px;
	height: 30px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/rub_white.jpg) no-repeat;
}

#menu a:hover{
	width: 260px;
	height: 30px;
	color: #FFFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/rub_red.jpg) no-repeat;
}


#menu .alinea{
	margin: 0 0 0 20px;
}



  /* --------------------------------- */
 /*           Copyright              */
/* -------------------------------- */


#copyright .line{
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
	width: 260px;
	line-height: 20px;
	color: #9F9F9F;
	background-color: #FFFFFF;
	text-align: center;
        font-size: 10px;
}

#copyright a{
	color: #9F9F9F;
	text-decoration: underline;
	font-weight: normal;	
}

#copyright a:hover{
	color: #9F9F9F;
	text-decoration: none;
	font-weight: normal;
}



  /* --------------------------------- */
 /*           FooterIndex                  */
/* -------------------------------- */

#footerIndex{
	position: absolute;
	top: 530px;
	margin-left: 261px;
	background-color: #FFFFFF;
	width: 700px;
	float: left;
	border: 1px solid #000000;
}

#footerIndex .skin{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 137px;
	line-height: 20px;
	color: #9F9F9F;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
}

#footerIndex .skin2{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 137px;
	line-height: 20px;
	color: #9F9F9F;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
}


  /* -------------------------------- */
 /*           Contenu                */
/* -------------------------------- */


#contenu .img_up{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 700px;
	height: 250px;
	border-bottom: 1px solid #000000;
}

#contenu .img_ptitUp{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 700px;
	height: 120px;
	border-bottom: 1px solid #000000;
}


#contenu .menuContenu{
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	width: 680px;
	height: 20px;
}

#contenu .rub{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: left;
}

#contenu .texte{
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	width: 660px;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: justify;
}

#contenu .puce{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	background: url(../images/puce.gif) no-repeat;
}

#contenu .puce2{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 50px;
	height: 20px;
	line-height: 20px;
	float: left;
	background: url(../images/puce2.gif) no-repeat;
}


#footer{position: absolute;
	
	width: 700px;
	height: 80px;
	border-top: 1px solid #000000;
}

#footer .ad{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 140px;
	height: 80px;
	line-height: 20px;
	color: #9F9F9F;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
}

#footer .ad2{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	width: 140px;
	height: 60px;
	line-height: 20px;
	color: #9F9F9F;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
}



  /* -------------------------------- */
 /*         Cartes / adresses        */
/* -------------------------------- */


#contact{
	margin: 0 10px 10px 10px;
	padding: 0 0 0 0;
	width: 660px;
	height: 60px;
	float: left;
	border: 1px solid #000000;
}

#contact .lieu{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	height: 80px;
	line-height: 80px;
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	float: left;
	border-right: 1px solid #000000;
}

#contact .concession{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	width: 430px;
	height: 80px;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	float: left;
}

#contact .nom{
	font-weight: bold;
	text-decoration: underline;
}



  /* -------------------------------- */
 /*     	contact              */
/* -------------------------------- */

#inscription {
	border: 1px solid #5A4FAB;
	margin: 5px 5px 10px 60px;
	padding: 0;
	width: 500px;
}

#titreForm, #piedForm {
	font-weight: bold;
	color: white;
	background: url(../images/piedForm.jpg) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#piedForm {
	text-align: center;
}

#piedForm a{
	color: #FFFFFF;
}


#piedForm input {
	font-weight: bold; 
	margin-left: 5px;
}


#corpForm {
	color: black;
	background: #efefef;
	margin: 0 0 0 0;
	padding: 3px 3px 3px 3px;
}


#corpForm fieldset {
	margin: 0;
	font-style: normal;
	padding: 5px 5px 5px 5px;
}


#corpForm legend {
	font-weight: bold;
	color: black;
	background: transparent;
}


#corpForm p {
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

#corpForm .selection {
	padding: 0 .5em 0 0;
	margin: 0 0 0 0;
	line-height: 10px;
}


#corpForm fieldset#coordonnees label {
	float: left;	
	width: 30%;	
	text-align: right;
	margin: 0;
	padding: 0 2px 0 0;
	line-height: 1.8;	
}


#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}


#corpForm label.oblig {
	font-weight: bold;
}


#corpForm .legende {
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}


#corpForm a.aide {
	text-decoration: none;
}


#corpForm a.aide img {	
	margin: 0;
	padding: 0;
	border: 0;
}


#corpForm a.aide:hover {
	cursor: help;
}


#corpForm .focus {
	background: beige;
	color: black;
}


#corpForm .normal {
	background: white;
	color: black;
}



#corpForm .alerte {
	border: 1px solid red;
}


#corpForm .messageAlerte {
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}


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


#galerie{
	margin: 0 0 10px 30px;
	padding: 0 0 0 0;
	width: 450px;
	text-align: center;
	float: left;
}

#galerie .photo{
	margin: 0 10px 10px 0;
	padding: 0 0 0 0;
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	border: 1px solid #ECE9D8;
}

.bigPhoto{
	margin: 0 0 10px 15px;
	padding: 0 0 0 0;
	width: 640px;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
}

.border{
	border: 1px solid #ECE9D8;
}

#pubGoogle{
	float: left;
	width: 125px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}


  /* -------------------------------- */
 /*         TABLES TECHNIQUES       */
/* -------------------------------- */


th{
	background-color: #C2C2C2;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}


  /* ---------------------------------*/
 /*       Styles actualités          */
/* -------------------------------- */


#actu{
	width: 630px;
	margin: 10px 5px 50px 0px;
	padding: 0 0 0 0;
	clear: both;
}


.grosTitres {
	width: 610px;
	margin: 20px 20px 20px 20px;
	color: #B02433;
	border-bottom: 1px solid #B02433;
}

.grosTitres a{
	color: #B02433;
	text-decoration: none;
	font-weight: normal;
}

.artPhoto{
	width: 160px;
	height: 120px;
	float: left;
	margin: 5px 10px 10px 5px;
	padding: 0 0 0 0;
	border: 1px solid #000000;
}

.moyenne{
	width: 160px;
	height: 120px;
}


.article{
	width: 620px;
	height: 100%;
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;
	float: left;
	font: 12px, verdana;
	color: #000000;
	line-height: 20px;
	text-align: justify;
         
}

.titreArticle{
	font: 10px;
        font-variant: small-caps;
        font-weight: bold;
	font-color: #EO7D58;
	border-top: 1px solid #E07D58;
	border-bottom: 1px solid #E07D58;
	width: 620px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	clear: both;
	text-align: center;
}
