/* Les éléments généraux
-------------------------------------------------------- */
*{margin:0; padding:0;}

body{
	background: #fffde8;
	margin: 25px 0 0 0;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

img{border: none;}

a:link, a:visited{text-decoration: none; color: #8e171b;}
a:hover{text-decoration: none; color: #333;}
a:active  {color: #ff0000;}

h1, h2, h3, h4 {font-family: Georgia, "Times New Roman", Times, serif;}
h1{font-size: 28px;}
h2{color: #8e171b; font-size: 20px;}
h3{margin: 10px 0; font-size: 17px;}
h4{margin: 5px 0; font-size: 12px;}

p{
	margin: 5px 0 10px 0;
	line-height: 125%;
	text-align: justify;
}

.red{color: #8e171b;}
.item{float: left; width: 340px;}
.prix{float: right; clear: right; width: 46px;}

/* La Page (le container)
-------------------------------------------------------- */

#page{
	width: 756px;
	margin: 0 auto;
	background: #fff url(images/bg-page.gif) repeat-y;
}


/* La Header
-------------------------------------------------------- */

#langues {
	width: 756px;
	margin: 0 auto;
	padding: 0 55px 0 0;
	text-align: right;
}

#header{
	background: url(images/bg-header.gif) no-repeat top;
	height: 70px;
}

#header a:link, #header a:visited{text-decoration: none; color: #000;}
#header a:hover{text-decoration: none; color: #999;}
#header a:active  {color: #ff0000;}

#head1{
	width: 628px;
	background: transparent;
	float: left;
	padding: 30px 0 0 30px;
}

#head2{
	background: transparent;
	float: right;
	padding: 20px 30px 0 0;
}

#header ul{
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#header li{
	display: inline;
	list-style: none;
	color: #ceaf34;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.tabcontainer{
	width:95%; /*width of 2nd level sub menus*/
	height:1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	display:none;
}

#header .tabcontent li{
	font-size: 11px;
	letter-spacing: normal;
}


/* La Page (le container)
-------------------------------------------------------- */
#content{
	width: 756px;
}



/* Le Contenu
-------------------------------------------------------- */
#left{
	width: 386px;
	padding: 0 0 0 30px;
	float: left;
}

#left ul{
	margin: 0 0 0 20px;
}

#left ul li{
	width: 366px;
}

#left ul.menu{
	width:386px;
	margin: 0;
}

#left .menu li{
	width: 386px;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	clear: both;
}
/* La Sidebar
-------------------------------------------------------- */
#right{
	width: 277px;
	height: 440px;
	margin: 10px 0 15px 30px;
	float: left;
}

#anim{
	padding: 5px 5px 4px 5px; 
	border: 1px solid #c49f06;
}


/* La Footer
-------------------------------------------------------- */
#footer{
	height: 92px;
	background: #fff url(images/bg-footer.gif) bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}

#footer a{
	color: #231f20;
}

#f1, #f2, #f3{
	width: 235px;
	float: left;
}

#f1 p, #f2 p, #f3 p{
	text-align: center;
}

#f1{
	margin: 26px 0 0 15px !important;
	margin: 26px 0 0 10px;
}

#f2{
	margin: 26px 0 0 10px !important;
	margin: 26px 0 0 5px;
}

#f3{
	margin: 26px 0 0 15px !important;
	margin: 26px 0 0 10px;
}


