body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background: #fff url(images/fond_body.gif) repeat 0px 0px scroll;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
}


/***************************/
/*   	Divers - mise en page	*/
/***************************/

.fin {
	clear: both;
}
.fintoutfin {
	clear: both;
	line-height: 1px;
	height: 1px;
}

.PalignR {
	text-align: right;
}
.PalignJ {
	text-align: justify;
}

 /* COLONES */
 
 .w1 {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 20px;
 }
 .w2 {
	float: left;
	width: 290px;
	padding: 0px 0px 0px 35px;
 }
 .w3 {
	float: left;
	width: 270px;
	padding: 0px 0px 0px 35px;
 }
 .w4 {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 20px;
 }
 .w5 {
	float: left;
	width: 320px;
	padding: 0px 0px 0px 10px;
 }
 .w6 {
	float: left;
	width: 447px;
	padding: 0px 10px 0px 10px;
 }


/*********************/
/*	IMG & ILLUS	*/
/*********************/

img {
	border: 0;
}

.alignG {
	float: left;
	margin-right: 6px;
}

.alignD {
	float: right;
	margin-left: 6px;
}

.cadre1 {
	padding: 4px;
	border: 1px solid #99c;
}

.marge1{
	margin: 10px;
}

.lignSimpl {
	clear: both;
	margin: 5px 0px;
	padding: 0px;
	line-height: 2px;
	background: #e3d4b5;
}
.lignDashed {
	clear: both;
	margin: 5px 0px;
	padding: 0px;
	line-height: 2px;
	border-bottom: 1px dashed #666;
}

.comment {
	color: #666;
	font-size: 11px;
	font-style: italic;
	padding: 0px 10px;
}

/***************************/
/*	TITRES & TEXTES	*/
/***************************/

.titre-1 {
	margin: 10px 0px;
	padding-left: 30px;
	line-height: 17px;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	text-align: left;
	color: #999;
	background: url(images/fond_titre-1.gif) no-repeat 0px 0px scroll;
}
.titre-2 {
	margin: 0px 0px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #f50;
	text-align: right;
}

.col1 {
	color: #f50;
}
.col2 {
	color: #f90;
}

.lien1 {
	color: #966;
}
.lien1:hover {
	color: #f50;
}

.telecharger {
	margin: 20px 0px;
	padding-left: 30px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #f50;
	background: url(images/ico_xls.gif) no-repeat 0px 0px scroll;
}
.telecharger a {
	color: #666;
}
.telecharger a:hover {
	color: #f50;
}

.texte-2 {
	margin: 0px 0px;
	line-height: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

/********************************/
/*	STRUCTURE GENERALE	*/
/********************************/

#generale {
	width: 955px;
	margin: 0 auto;
}

#colGauche {
	float: left;
	width: 212px;
}
#colCentre {
	float: left;
	width: 531px;
}
#colDroite {
	float: left;
	width: 212px;
}

#navPage {
	color: #fff;
	line-height: 46px;
	font-size: 18px;
	text-align: left;
	margin: 6px 0px 10px;
	padding: 0px 0px 6px 40px;
	background: url(images/fond_navPage.jpg) no-repeat 0px 0px scroll;
}
#navPage a{
	color: #fff;
}
#navPage a:hover{
	color: #fc9;
}

#cont-accueil {
	background: url(images/fond_cont-accueil.gif) no-repeat 560px 0px scroll;
	padding: 4px 0px 20px 4px;
}
#cont-contact {
	padding: 4px 30px 20px 47px;
}

/**********************/
/*		HAUT 	*/
/*********************/

#haut {
	position: relative;
}
.banHaut-accueil {
	height: 373px;
	background: url(images/banHaut-accueil.jpg) no-repeat center top scroll;
}
.banHaut-interne {
	height: 200px;
	background: url(images/banHaut-interne.jpg) no-repeat center top scroll;
}
.banHaut-contact {
	height: 200px;
	background: url(images/banHaut-contact.jpg) no-repeat center top scroll;
}

#logo {
	margin: 70px 0px 0px 0px;
}
#logo-petit {
	margin: 20px 0px 0px 45px;
}

#navHaut {
	position: absolute;
	width: 310px;
	height: 80px;
	/* texte alternatif : */
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.nh-1 {
	top: 69px;
	right: 77px;
}
.nh-2 {
	top: 1px;
	right: 47px;
}
#navHaut a{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}
#btNH-accueil {
	background-image: url(images/btNH-accueil.gif);
}
#btNH-services {
	background-image: url(images/btNH-services.gif);
}
#btNH-personnels {
	background-image: url(images/btNH-personnels.gif);
}
#btNH-contact {
	background-image: url(images/btNH-contact.gif);
}
#navHaut a:hover , #navHaut a.btNH-actif{
	background-position: center bottom;
}

#slogan {
	position: absolute;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.slog1 {
	top: 220px;
	left: 34px;
}
.slog2 {
	top: 110px;
	left: 67px;
}
#slogan strong{
	font-size: 1.4em;
}

/**********************/
/*		BAS		*/
/*********************/

#navBas {
	clear: both;
	margin: 0px 0px 7px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
#navBas a{
	color: #333;
	padding: 4px;
}
#navBas a:hover{
	color: #f50;
}

address {
	margin: 0px 0px 10px 150px;
	padding: 7px 0px 30px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
address a{
	color: #000;
}
address a:hover{
	color: #c30;
}
address p {
	text-align: left;
	float: left;
	width: 150px;
	border-left: 1px solid #000;
	margin: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
address p.addRaison {
	line-height: 2em;
	width: 130px;
	border-left: 0;
	font-size: 17px;
	font-family: Tahoma, serif;
	padding: 14px 0px 0px 20px;
}
address p.addTel {
	width: 110px;
}


/*    	    TT 	        */

#siteWeb{
	padding: 20px;
	text-align: center;
}
#siteWeb a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	
}
#siteWeb a:hover {
	color: #000;
	text-decoration: none;
}



/************************/
/*    	   	Mentions légales  	    	 */
/************************/

#cgv {
	margin: 0px 0px 10px 20px;
}
#cgv p{
	margin: 10px 0px;
	text-align: justify;
	font-size: 11px;
}
#cgv p.CGVtitre{
	margin: 10px 0px;
	text-align: left;
	font-size: 18px;
	color: #268;
}
#cgv p .CGVarticle{
	font-size: 14px;
	font-weight: bold;
}

/************************/
/*    	   CONTACT  	     */
/************************/

#adresse {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 26px 0px 10px 75px;
	width: 219px;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	background: url(images/fond_adresse.gif) no-repeat 0px 0px;
}
#adresse p {
	margin: 0px 0px 17px;
	padding: 0px;
	line-height: 1.6em;
}
#adresse p strong {
	color: #f50;
}
#adresse p a {
	color: #f50;
}
#adresse p a:hover {
	color: #999;
}


#message {
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 50px 126px 20px 0px;
	width: 433px;
	height: 246px;
	text-align: right;
	background: url(images/fond_message.gif) no-repeat 0px 0px;
}
#message label {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin: 4px 0px;
}
#message input , #message textarea {
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #f60;
	padding-left: 2px;
}
#message input {
	width: 230px;
	height: 13px;
}
#message textarea {
	width: 230px;
	height: 80px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#message input#Envoyer {
	border: 1px solid #f60;
	background-color: #000;
	width: 87px;
	line-height: 17px;
	height: 21px;
	color: #f60;
	font-size: 11px;
	cursor: pointer;
}
