/* CSS Document */
@import url("layout.css");




body {
	background: #F9EEDA;
	margin: 0;
	padding: 0;	
}

img {
	border : 0px;
}

/* Menu du haut */

#navigation {
	text-align: center;
	background-color:#4D2818;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: white;
	width: 100%;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10px;
	font-weight: bold;

	/* fixes Firefox 0.9.3 */	
}

#navigation li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;	
}

#navigation li a { 
	padding-left: 8px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #EAD7B7;
	text-decoration: none;
	text-transform:uppercase;
}

#navigation .separateur {
	background: url(../media/point.gif) no-repeat 0px 10px;
}

#navigation li a:hover{
text-decoration: underline;
}

#navigation .active a { color:#FE6C01 ; border-left: 5px solid #FE6C01; }
#navigation .active a:hover { color:white }


/* Navigation Circuits */

#nav_circuits {
	text-align: left;
	background-color:#422113;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #56D2D6;
	width: 100%;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 11px;
	font-weight: none;
	

	/* fixes Firefox 0.9.3 */	
}

#nav_circuits li {
	display: inline;
	margin:8px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;	

}

#nav_circuits li a,  #nav_circuits li a:visited {
	
	color:#56D2D6;
	padding-left: 30px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	text-transform:uppercase;
	
}

#nav_circuits li a:hover {
	color:white;
	 
}



	
/* LES CIRCUITS */

#circuit1 a, #circuit1 a:visited { 
 background:url(../media/images/b_1.gif) no-repeat 5px 0px;
}

#circuit1 a:hover  { 
 background:url(../media/images/b_1_roll.gif) no-repeat 5px 0px;
 
}


#circuit2 a, #circuit2 a:visited { 
 background:url(../media/images/b_2.gif) no-repeat 5px 0px;
}

#circuit2 a:hover  { 
 background:url(../media/images/b_2_roll.gif) no-repeat 5px 0px;
 
}


#circuit3 a, #circuit3 a:visited { 
 background:url(../media/images/b_3.gif) no-repeat 5px 0px;
}

#circuit3 a:hover  { 
 background:url(../media/images/b_3_roll.gif) no-repeat 5px 0px;
 
}


#circuit4 a, #circuit4 a:visited { 
 background:url(../media/images/b_4.gif) no-repeat 5px 0px;
}

#circuit4 a:hover  { 
 background:url(../media/images/b_4_roll.gif) no-repeat 5px 0px;
 
}


#circuit5 a, #circuit5 a:visited { 
 background:url(../media/images/b_5.gif) no-repeat 5px 0px;
 margin-left:61px;
}

#circuit5 a:hover  { 
 background:url(../media/images/b_5_roll.gif) no-repeat 5px 0px;
 
}

#circuit6 a, #circuit6 a:visited { 
 background:url(../media/images/b_6.gif) no-repeat 5px 0px;
 margin-left:15px;
}

#circuit6 a:hover  { 
 background:url(../media/images/b_6_roll.gif) no-repeat 5px 0px;
 
}

#circuit7 a, #circuit7 a:visited { 
 background:url(../media/images/b_7.gif) no-repeat 5px 0px;
}

#circuit7 a:hover  { 
 background:url(../media/images/b_7_roll.gif) no-repeat 5px 0px;
}
#circuit7 a:hover font{ 
color:#FFFFFF;
}


#circuit8 a, #circuit8 a:visited { 
 background:url(../media/images/b_8.gif) no-repeat 5px 0px;
 margin-left:20px;
}

#circuit8 a:hover  { 
 background:url(../media/images/b_8_roll.gif) no-repeat 5px 0px;
 
}
#circuit8 a:hover font{ 
color:#FFFFFF;
}

/* bloc principal */

#rubrique {
	background-color:#4D2818;
}

#rubrique a, #rubrique a:visited {
	color:white;
	font-size: 11px;
}

#main {
	background-color:#4D2818;
	border: 3px solid #4D2818;
}

#main_temoignage {
	background:url(../media/images/fond_temoignage.jpg) no-repeat 0px 0px;
	background-color:#E7D488;
	border-top: 0px;
	border-left: 3px solid #4D2818;
	border-right: 3px solid #4D2818;
	border-bottom: 3px solid #4D2818;
}

#content .cap{
	clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color:#FFE5B8;
	font-size: 12px;
	text-transform:uppercase;	
	
}
#content .cap2{
	
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color:#FFE5B8;
	font-size: 16px;
	text-transform:uppercase;	
	
}
#content {
	clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color:#FFE5B8;
	font-size: 12px;	
	
}

#content a, #content a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;	
}

#content a:hover {
	text-decoration:underline;
}


#content h1 {
	font-size: 24px;
	text-transform:uppercase;	
}

#content h2 {
	font-size: 15px;
}

#content h3 {
	color:#56D2D6;
	font-size: 12px;
	padding:0px 0px 0px 30px;
	margin:0px;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
	line-height:12px;
}

#content img {
margin:0px;
border:0px;
}



/* fond contact */
#fond_contact {
	padding: 30px 30px 30px 30px;
	background:url(../media/images/fond_contact.jpg) no-repeat center center;
	text-align:center;
}

/* Temoignage */
#contentimages tr td {
	padding:6px;
		
}

#pop {
	background:url(../media/images/temoignages/temoignages00.jpg) no-repeat 0px 0px;
	border-top: 0px;
	
}

#gauche {
	background-color:#422113;
	float:left;
	width:630px;
	height: 55px;

}

#droite {
	background-color:#422113;
	float:left;
	height: 80px;
	width: 170px;
}

/* Tarifs */

.tborder {
	border-top: 1px solid #4D2818;
	border-bottom: 1px solid #4D2818;
	border-left: 1px solid #4D2818;
}

.ttableau {
	border-right: 1px solid #4D2818;
	border-bottom: 1px solid #4D2818;
	height:35px;
	text-align:left;
	font-weight:bold;
    font-size:11px;
	text-transform:uppercase;
	padding-left:10px;
	background-color:#81924E;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#F4E7B0;
}

.ligne1{
	border-right: 1px solid #4D2818;
	padding-top:5px;
	padding-left:10px;
	height:25px;
	text-align:left;
	background-color:#a7af5c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#422113;
	font-weight: bold;
	text-transform: none;
}

.ligne2{
	border-right: 1px solid #4D2818;
	padding-top:5px;
	padding-left:10px;
	height:25px;
	text-align:left;
	background-color:#b1bb76;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#422113;
	font-weight: bold;
}


/* tableau photo ( Page: des-images-et-des-mots ) */



#tab_photo{
	height:455px;
	background:url(../media/images/fond_imagesmots.jpg) no-repeat 0px 0px;
	background-color:#422113;
}


#tab_photo tr td {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFE5B8;
	font-size:12px;
}

#tab_photo img {
	border:2px solid #422113;
}



/* contact */

#contact {
	
	background-image:url(../media/images/fond_contact.jpg);
	width:740px;	
}

#contact .txgch{
	line-height:20px;
	text-align:left;
	padding-left:18px;
	padding-right:17px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E0ccab;
}

#contact2{
	padding-left:30px;
	padding-right:30px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#422113;
	background:url(../media/images/fond_contact_d.gif);
}

.titre2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:13px;
	font-style:none;
	font-weight:bold;
	color:#422113;
	}

.texte {
	font-style:italic;
	}
	
#contact2 a, #contact2 a:visited  {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#422113;
	text-decoration:none;
	}
	
#contact2 a:hover,#contact2 a:visited:hover{
	text-decoration:underline;
	}

#contact3{
	padding-left:30px;
	padding-right:30px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:13px;
	color:#422113;
	background:url(../media/images/fond2_contact_d.gif);
	font-weight:bold;
}

#contact3 a, #contact3 a:visited  {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#422113;
	text-decoration:none;
	}
	
#contact3 a:hover {
	text-decoration:underline;
	}



/* Les pieds de page */



#foot_images
{
	background:url(../media/images/foot_imetmots.jpg) no-repeat 0px 0px;
	height:28px;
	}

#foot_circuits
{
	background:url(../media/images/foot_circuits.jpg) no-repeat 0px 0px;
	height:28px;
	}
	
#foot_tarifs
{
	background:url(../media/images/foot_tarifs.jpg) no-repeat 0px 0px;
	height:28px;
	}	
	
#foot_temoignages
{
	background:url(../media/images/foot_temoignages.jpg) no-repeat 0px 0px;
	height:28px;
	}	

#foot_fiches
{
	background:url(../media/images/foot_fiches.jpg) no-repeat 0px 0px;
	height:28px;
	}	
	
#foot_alacarte
{
	background:url(../media/images/foot_alacarte.jpg) no-repeat 0px 0px;
	height:28px;
	}

#foot_contact
{
	background:url(../media/images/foot_contact.jpg) no-repeat 0px 0px;
	height:28px;
	}		
	
/********** ANIMAGE ***********/
.animage_bottom {
	font-size:10px;
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	margin-right: 0px;
	/*background-color:#FFFFFF;*/
	filter:alpha(opacity=80);

	-moz-opacity: 0.8;
	opacity: 0.8;
	float: right;
	padding: 10;
}
a.bottom_animage {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
a.bottom_animage:hover {
	color: #000000;
	text-decoration: none;
}
.i_animage {
	color:#FF0000;
}
/***********************/
div#TitleBottom {
	float:left;
	width:665px;
	font-size:10px;
	color:#A1A1A1;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	padding: 10px 3px 10px;
}
.titrej{
color:#56D2D6;
}
.rem_raid{
margin-left:0px;
margin-top:15px;
margin-bottom:3px;
color:#56D2D6;
}