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

.fin {
	clear: both;
}

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

img {
	border: 0;
}

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

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

.cadre1 {
	padding: 4px;
	border: 1px solid #333;
	background: #fff;
}
.cadre2 {
	padding: 10px;
	border-top: 1px solid #99c;
	border-right: 1px solid #336;
	border-bottom: 1px solid #336;
	border-left: 1px solid #99c;
	background: #e6e9ff;
}

.marge1{
	margin: 10px;
}

/************************/
/*    	    TT 	        */
/************************/

#siteWeb{
	text-align: center;
	margin: 50px;
	height: 100px; 
	
}
#siteWeb a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
	
}
#siteWeb a:hover {
	color: #000;
	text-decoration: none;
}


/************************/
/*    	  TITRES        */
/************************/

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000;
	text-align: left;
	background: #fff url() no-repeat scroll 0px 0px ;
	
}
h2 { 
	font-size: 26px;
	font-style: italic;
	text-align: center;
	color: #fff;
	margin: 40px;
	font-family: Georgia;
}
h3 {
	font-size: 19px;
	font-weight: bold;
	color: #930;
	font-style: italic; 
	font-family: Georgia;
	line-height: 22px;
	margin: 0px 0px 6px;
}
h4 {
	font-size: 19px;
	font-weight: bold;
	color: #446;
	font-style: normal; 
	font-family: Georgia;
	line-height: 22px;
	margin: 6px 0px 10px 0px;
}

#h4 {
	font-size: 19px;
	font-weight: bold;
	color: #446;
	font-style: normal; 
	font-family: Georgia;
	line-height: 22px;
	margin: 6px 0px 10px 0px;
	text-align:left;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #446;
	font-style: normal; 
	line-height: 22px;
	margin: 6px 0px 4px 0px;
}

.titrePage { 
	font-size: 26px;
	font-style: italic;
	color: #fff;
	margin: 30px 150px;
	font-family: Georgia;
}
.titrePage p{ 
	line-height: 30px;
	margin: 0px;
}

.titrePage .h2g {
	text-align: left;
	font-size: 1.3em;
	padding-left: 20px;
}
.titrePage .h2c {
	text-align: left;
	font-size: 1.6em;
	padding-left: 260px;
}
.titrePage .h2cbb {
	text-align: left;
	font-size: 1.6em;
	padding-left: 220px;
}
.titrePage .h2caa {
	text-align: left;
	font-size: 1.6em;
	padding-left: 190px;
}
.titrePage .h2d {
	text-align: right;
}

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

/* INDEX */
body.bindex {
	background: url(images/fond_index.jpg) no-repeat center 0px scroll;
}
#flaAcc {
	position: absolute;
	top: 156px;
	left: 452px;
}

#generale {
	position: relative;
	width: 955px;
	margin: 0 auto;
}
#txtAccueil {
	margin: 330px 30px 50px 450px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

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

#idHaut {
	height: 98px;
	/*background: url(images/fond_idHaut.jpg) no-repeat 0px 0px scroll;*/
}
#langue {
	position: absolute;
	top: 10px;
	right: 40px;
	margin: 0;
	padding: 0;
}
#logo {
	position: absolute;
	top: 16px;
	left: 50px;
	margin: 0;
	padding: 0;
}
#slogan {
	position: absolute;
	top: 44px;
	right: 20px;
	margin: 0;
	padding: 0;
}
#slogan a{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #6d6d6d;
	text-decoration: none;
	letter-spacing: -1px;
}


/*********************************/
/*  	NAVIGATION + HAUT + BAS	  */
/*********************************/
#idBasAccueil {
	margin: 0px 0px 10px;
	padding: 120px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
#idBas {
	margin: 0px 0px 10px;
	padding: 20px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #666;
}

#btNav {
	width: 940px;
	margin: 0px auto;
	text-align: center;
}
#btNav.NavInt {
	position: absolute;
	top: 70px;
	left: 20px;
}
#btNav a{
	display: block;
	float: left;
	width: 110px;
	line-height: 16px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	background: url(images/fond_nav.gif) no-repeat 0px 0px scroll;
}
#btNav a.gd{
	width: 180px;
	background: url(images/fond_nav-gd.gif) no-repeat 0px 0px scroll;
}
#btNav a:hover{
	color: #68c;
}

#navBas {
	margin: 10px 0px 0px 2px;
}
#navBas a{
	text-decoration: none;
	color: #666;
	padding: 0px 4px;
}
#navBas a:hover{
	text-decoration: underline;
}

address {
	margin: 10px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #666;
}
address a{
	text-decoration: none;
	color: #666;
}
address a:hover{
	text-decoration: underline;
}


/****************************/
/*  	PAGE VEHICULES	  */
/***************************/

#tabVehicle {
	margin: 13px 0px;
}

.info1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #237;
	padding: 14px 0px 6px;
}
.info2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #237;
	padding: 0px 0px 10px;
}
.info3 {
	text-align: right;
	padding-right: 36px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #237;
}
.info4 {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #237;
}


/****************************/
/*  		FORM RESA	  */
/****************************/

.tabResa td{
	font-size: 12px;
	color: #237;
}
.recap {
	color: #000;
	font-size: 10px;
}

/****************************/
/*  	ENRICHISSEMENT	  */
/****************************/

.telecharger {
	color: #903;
	text-decoration: underline;
}
.telecharger:hover {
	color: #30c;
	text-decoration: underline;
}

.cadreAnim {
	width: 540px;
	margin: 20px 0;
	padding: 10px 20px;
	border: 1px solid #347;
	background: url(images/fond_cadreAnim.jpg) repeat-x 0px 0px scroll;
	float: left;
}
.cadreAnim p{
	padding-left: 41px;
	background: url(illus/puce-etoiles.gif) no-repeat 0px 1px scroll;
}

/* ############################# MODIFS 2009 ############################### */

#bloc1 {
width:600px;
}

#bloc2 {
width:620px;
float:left;
}

.img_gauche {
float:left;
margin-right:20px;
}

.clear {
clear:both;
}

.gris {
	color:#000000;
}

.pad1 {
	padding:0 0 0 10px;
	display: block;
	float: left;
	width: 200px;
	text-align: justify;
}

.bloc1 {
	float:left;
	width:620px;
}

.marg1 {
	margin:20px 0 0 0;
}

.liste1 {
	float:left;
	width:200px;
}

.liste0 {
	float:left;
	width:600px;
	height: 120px;
	padding: 20px 0 0 0;
}

.img1 {
	float:left;
	width: 265px;
}

.marg2 {
	margin:35px 0 0 0;
}

.archi0 {
	float: left;
	width: 110px;
	height: 50px;
	padding: 33px 0 0 0;

}

.archi1 {
	display: block;
	float: left;
	width: 200px;

}

.colphoto {
	float:right;
	width:332px;
}

#floatl {
	float:left;
	margin: 15px 5px 0 0;
}

