body {
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:12px;
}

.porte-entree {
	display:block;
	width:421px;
	height:355px;
	text-decoration:none;
	text-indent:-9000px;
	background: url('../img/css/porte-index.jpg');; margin-left:auto; margin-right:auto; margin-top:65px; margin-bottom:0
}

/*
	BANDEAU ENTETE HAUT DU SITE
*/
	#entete {
		background-color:#C7D9CC;
		width:100%;
	}

	#entete a {
		color:#FFF;
		text-decoration:none;
	}
	
	#entete h1 {
		background: url('../img/css/mas-danez.gif') no-repeat;
		height:63px;
		width:377px;
		text-indent:-9000px;
		margin:0;
		padding:0;
		float:left
	}

	#entete p {
		text-align:right;
		color:#693;
		font-weight:bold;
		font-size:11px;
	}

	#entete p.col1 {
		width:230px;
		float:left;
		margin:12px 0 0 10%;
	}

	#entete p.col2 {
		width:230px;
		float:left;
		margin:4px 0 0 5%;
	}

/*
	MENU GAUCHE
*/

	#menu {
		float:left;
		background: #B0C1C3 url('../img/css/fond-menu.gif') no-repeat top left;
		width:200px;
		height:650px
	}

	#menu ul {
		margin:0;
		padding:0;
		list-style-type:none;
		padding:50px 0 0 0;
	}

	#menu li a {
		display:block;
		width:200px;
		height:50px;
		text-indent:-9000px;
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-position:top center;
	}

	#menu li a:hover {
		background-position:bottom center;
	}

	.bt1 { background: url('../img/css/menu_01.gif'); }
	.bt1-en { background: url('../img/css/menu_01-en.gif'); }

	.bt2 { background: url('../img/css/menu_02.gif'); }
	.bt2-en { background: url('../img/css/menu_02-en.gif'); }

	.bt3 { background: url('../img/css/menu_03.gif'); }
	.bt3-en { background: url('../img/css/menu_03-en.gif'); }

	.bt4 { background: url('../img/css/menu_04.gif'); }
	.bt4-en { background: url('../img/css/menu_04-en.gif'); }

	.bt5 { background: url('../img/css/menu_05.gif'); }
	.bt5-en { background: url('../img/css/menu_05-en.gif'); }

	.bt6 { background: url('../img/css/menu_06.gif'); }
	.bt6-en { background: url('../img/css/menu_06-en.gif'); }

	.bt7 { background: url('../img/css/menu_07.gif'); }
	.bt7-en { background: url('../img/css/menu_07-en.gif'); }

	.bt8 { background: url('../img/css/menu_08.gif'); }
	.bt8-en { background: url('../img/css/menu_08-en.gif'); }

	.bt9 { background: url('../img/css/menu_09.gif'); }
	.bt9-en { background: url('../img/css/menu_09-en.gif'); }

	.drapeaux a img {
		border:0px none;
	}

	.recommander {
		text-align:center;
	}

	.recommander a {
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
	}


	#content {
		float:left;
		margin:25px 0 0 7px;
		font-family:Tahoma;
		width:720px;
	}

	#content .col {
		float:left;
		width:330px;
		padding:0 20px 0 10px;
	}

	#content h2 {
		background: url('../img/css/fond-h2.gif') no-repeat top left;
		margin:0;
		color:#693;
		font-size:18px;
		font-weight:normal; padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0
	}

	#content h2 span {
		font-size:15px;
	}

	#content hr {
		width:80%;
	}

	#content p {
		font-size:15px;
		text-align:justify;
	}

	#content p.en {
		color:#808000;
	}

	#content .vr {
		background:url('../img/css/fond-vr.gif') no-repeat right center;;
	}

	#content form p {
		text-align:left;
	}

	#content form label span {
		color:#693;
		font-weight:bold;
	}


/*
	TABLEAU DES TARIFS
*/

	#tarifs {
		background-color:#EBEBEB;
		font-size:13px;
		border:0px none;
	}

	#tarifs th, #tarifs thead td {
		background-color:#FBC900;
	}

	#tarifs td {
		background-color:#BEDE9E;
	}
	
	#tarifs tr {
		height:40px;
	}

	#tarifs .white {
		background-color:#FFF;
	}
	
	.center {
		text-align:center;
	}
	
	sup a {
		text-decoration:none;
		color:#F00;
	}

#zoneDiaporama img {
	border:0px none;
}
	
/*
	CLASSES GENERIQUES
*/

	.clearer {
		clear:both;
		line-height:0px;
		font-size:1px;
		height:0px;
	}