/* ------------------------------ */
/* -- CSS By Prezenz		----- */
/* -- www.prezenz.com		----- */
/* ------------------------------ */

/* ------------------------------ */
/* -- STRUCTURE				----- */
/* ------------------------------ */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #333;
	text-decoration: underline;
}

img { 
	border: 0px; 
}

form {
	margin: 0px;
	padding: 0px;
}

/* ------------------------------ */
/* -- PAGE					----- */
/* ------------------------------ */

#page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------ */
/* -- HEADER				----- */
/* ------------------------------ */

#header {
	height:auto;
	background-image:none;
	clear:both;
	margin-bottom:10px;
}

/* ------------------------------ */
/* -- LANGUE				----- */
/* ------------------------------ */

#langue {
	padding:4px;
	float:right;
	display:none;
}

* html #langue { 
	top: 10px;
}

:first-child+html #langue { 
	top: 10px; 
}

#langue ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#langue ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	padding-right: 10px;
}

#langue ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
	
#langueshow {
	padding:4px;
	padding-left:8px;
	width:auto !important;
	float:right;
	display:none;
}

#langueshow ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:auto !important;
}

#langueshow ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	padding-right: 10px;
}

#langueshow ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	width:90px !important;
}

/* ------------------------------ */
/* -- LOGO					----- */
/* ------------------------------ */

#logo a {
	display:none;
	width:400px;
	height:131px;
	text-decoration:none;
}

#logoprint {
	display:block;
}

/* ------------------------------ */
/* -- MENU					----- */
/* ------------------------------ */

#menu {
	height: 32px;
	background-image: url(../images/nav-bg.gif);
	background-position: left;
	background-repeat: repeat-x;
	display:none;
}

:first-child+html #menu { 
	height: 32px;
}

#menu img { 
	vertical-align: middle;
}

#menu #right {
	float: right;
}

#menu #menu_right {
	float: right;
	width:32px;
	height:32px;
	background-image:url(../images/nav-bg-right.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#menu #menu_left {
	float: left;
	width:32px;
	height:32px;
	background-image:url(../images/nav-bg-left.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	letter-spacing: 1px;
	font-size: 13px;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	float: left;
	margin-right: 1px;
}

#menu ul li a {
	display: block;
	padding: 5px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	color: #C28E44;
	text-decoration: none;
	background-image: url(../images/nav_off.jpg);
	background-repeat: repeat-x;
}

* html #menu ul li a {
	display: block;
	padding: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #C28E44;
	text-decoration: none;
	background-image: url(../images/nav_off.jpg);
	background-repeat: repeat-x;
}

#menu ul li a:hover {
	color: #29160F;
	background-image: url(../images/nav_on.jpg);
	background-repeat: repeat-x;
}

#menu ul li a.active {
	color: #29160F;
	background-image: url(../images/nav_on.jpg);
	background-repeat: repeat-x;
}

#menu a {
	padding: 0px;
	margin: 0px;
}

#menu .text {
	font-size: 13px;
	padding: 5px;
	letter-spacing: 1px;
	color:#F2DABB;
}

/* ------------------------------ */
/* -- SMENU					----- */
/* ------------------------------ */

#smenu {
	background-image:url(../images/subnav_bg.gif);
	background-position:left;
	height:56px;
	display:none;
}

#smenu #right {
	float: right;
	margin-right: 20px;
}

#smenu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	letter-spacing: 1px;
	font-size: 13px;
}

#smenu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	float: left;
	margin-right: 1px;
}

#smenu ul li a {
	display: block;
	padding: 5px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	color: #83705C;
	text-decoration: none;
}

* html #smenu ul li a {
	display: block;
	padding: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #83705C;
	text-decoration: none;
}

#smenu ul li a:hover {
	color: #F2DABB;
}

#smenu ul li a.active {
	color: #F2DABB;
}

#smenu a {
	padding: 0px;
	margin: 0px;
}

/* ------------------------------ */
/* -- CONTENT				----- */
/* ------------------------------ */

#content {
	height:283px;
	margin:0px;
	padding:5px;
}

h1 {
	color:#F2DABB;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

h2 {
	color:#83705C;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

/* ------------------------------ */
/* -- FOOTER				----- */
/* ------------------------------ */

#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:207px;
	margin:0px;
	padding:0px;
	color:#F2DABB;
	display:none;
}

#footer #search {
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}

#footer #info { 
	height: 55px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#footer #submenu {
	position:absolute;
	bottom:120px;
	text-align:right;
	width: 940px;
}

#footer #submenu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#footer #submenu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-left: 10px;
}

#footer #submenu ul li a {
	text-decoration: none;
}

#footer a {
	color: #F2DABB;
}

#footer a:hover { 
	color: #83705C; 
}

#footer a.active { 
	color: #83705C; 
}

#footer #newsletter {
	position:absolute;
	bottom:120px;
	width: 450px;
	padding-left:10px;
}

/* ------------------------------ */
/* -- FORM					----- */
/* ------------------------------ */

input {
	width: auto;
	background-color: #F2DABB;
	color: #29160F;
	border:1px solid #29160F;
	font-size: 11px;
	margin:0px;
	padding:2px;
}

/* ------------------------------ */
/* -- ARTICLE				----- */
/* ------------------------------ */

#article .article_picture {
	float:left;
}

#article .article_description {
	margin-left:350px;
}

#article .article_description h1 {
	float:left;
	padding-right:15px;
}

#article .article_description h2 {
	padding-top:5px;
	padding-bottom:5px;
}

#article .article_description #submenu {
	list-style:none;
	display:inline;
}

#article .article_description #submenu li {
	list-style:none;
	display:inline;
}

#article .article_description #submenu li a {
	display:block;
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

#article .article_description .desc {
	clear:both;
}

/* ------------------------------ */
/* -- GLIDER				----- */
/* ------------------------------ */

#glider div.scroller {
	/* Taille de l'élément affiché (Largeur et Hauteur) */
	width: 750px;
}

#glider div.scroller div.section {
	/* Section (texte) doit être égal au scroller */
	width: 730px;
	padding: 10px;
	padding-top:0px;
	padding-bottom:5px;
	overflow: hidden;
	clear:both;
}

#glider div.scroller div.content { 
	/* Taille du glider (élevé pour ne pas tout affiché */
	/*width: 10000px;*/
}

#glider div.section_desc { 
	padding-left: 13px;
	height:230px;
}

* html #glider div.section_desc { 
	padding-left: 13px;
	height:230px;
}

#glider #controls { 
	float: right;
}

#glider #controls a {
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------ */
/* -- GLIDER-COL			----- */
/* ------------------------------ */

#glider-col div.scroller {
	/* Taille de l'élément affiché (Largeur et Hauteur) */
	width: 612px;
}

#glider-col div.scroller div.section {
	/* Section (texte) doit être égal au scroller */
	width: 600px;
	padding: 6px;
	padding-top:0px;
	padding-bottom:5px;
	overflow: hidden;
	clear:both;
}

#glider-col div.scroller div.section td {
	padding:5px; 
	border-right:1px solid #4F3E36; 
	width:290px; 
	height:278px;
	vertical-align:top;
}

td.controls {
	padding:5px; 
	padding-bottom:30px;
	border-right:1px solid #4F3E36;  
	height:254px;
	vertical-align:bottom;
	width:34px;
}

td.noborder { 
	border:0px; 
}

#glider-col div.scroller div.content { 
	/* Taille du glider (élevé pour ne pas tout affiché */
	/*width: 10000px;*/
}

#glider-col div.section_desc { 
	height:240px;
}

#glider-col div.section_desc .desc { 
	margin-left:150px;
	text-align:justify
}

#glider-col #controls { 
	float: right;
}

#glider-col #controls a {
	text-decoration: none;
	font-weight: bold;
}
