﻿body
{
    background: #984f1b;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

a {
	color: #f58900;
}
a:hover {
	color: #4e1c00;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

.watermark 
{
    color: #666;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#headerCont 
{
    background: #fff url(images/headerCont.jpg) repeat-x bottom left;
}
#headerCont2
{
    background: url(images/header.jpg) no-repeat top center;
    height: 185px;
}

#header
{
    width: 932px;
    margin: 0 auto;
    position: relative;
    z-index: 150;
}
#header a.accueil
{
	display: block;
	height: 136px;
}
#header a.accueil span 
{
    display: none;
}

#header h1
{
    color: #833b12;
    font-size: 35px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    left: 225px;
    width: 550px;
}
#header h1 a 
{
    color: #833b12;
    text-decoration: none;
}
#header h1 span 
{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -1px;
    display: block;
}

#header h2
{
    color: #e37100;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 75px;
    left: 225px;
    width: 350px;
}
#header h2 span.heures
{
    font-size: 11px;
    text-transform: none;
}
#header h2 span.lieu
{
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    display: block;
}
#header h2 a 
{
    color: #e37100;
    text-decoration: none;
}

/* J moins x */
#jmoins 
{
    color: #833b12;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 108px;
    left: 420px;
}

/*********** RECHERCHE **********/

#header .recherche {
	text-align: right;
	padding-top: 22px;
	_width: 200px;
}
#header .recherche input {
	font-size: 12px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#header .recherche .terme 
{
    color: #804317;
	width: 100px;
	height: 16px;
}
#header .recherche a 
{
    font-size: 12px;
    color: #fff;
}
#header .recherche img 
{
    vertical-align: middle;
}

/*********** MENU PRINCIPAL ***********/

#menuprincipal 
{
	margin: 0;
	padding: 0;
	clear: both;
	_width: 1000px;
}

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulist li {
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 0;
	text-align: center;
}

.menulist a {
	color: #4e1c00;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 24px 12px 5px 13px;
	text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif 
{
    color: #fff;
    background: url(images/menuprincipal-hover-gauche.png) no-repeat bottom left;
    padding: 0 0 0 13px;
    height: 46px;
}
.menulist a:hover span, .menulist a.highlighted span, .menulist a.highlighted:hover span, .menulist a:focus span, .menulist a.actif span
{
    background: url(images/menuprincipal-hover-droite.png) no-repeat bottom right;
    display: block;
    height: 46px;
    padding: 0 12px 0 0;
}
.menulist a:hover span span, .menulist a.highlighted span span, .menulist a.highlighted:hover span span, .menulist a:focus span span, .menulist a.actif span span
{
    display: block;
    background: url(images/menuprincipal-hover.png) repeat-x bottom left;
    padding: 24px 0 10px 0;
    height: 12px;
}

.menulist ul {
    background: #db6700;
	display: none;
	position: absolute;
	top: 46px;
	left: 3px;
}

.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
	width: auto;
	text-align: left;
	border-bottom: 1px solid #f78b00;
	width: 250px;
}

.menulist ul a 
{
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 5px 11px;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover 
{
    color: #fff;
	background: #fd9400;
    padding: 5px 0 5px 11px;
    height: auto;
}

.menulist ul ul {
	top: 0px;
	margin-top: 0;
	left: 250px;
}

.menulist a span.subind, .menulist a:hover span.subind {
	display: none;
}
.menulist ul a span.subind {
	display: block;
	float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
HACKS: IE/Win:
A small height on <li> and <a> tags and floating prevents gaps in menu.
* html affects <=IE6 and *:first-child+html affects IE7.
You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
}

*:first-child+html .menulist ul 
{
    width: 250px;
}

* html .menulist ul li {
	float: left;
	height: 1%;
	padding: 0;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */


/*********** ASCENDANCE ***********/

#ascendance {
	font-size: 11px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #5e503e;
	clear: both;
}
#ascendance ul {
	margin: 0;
	padding: 3px 7px 7px 0;
}
#ascendance li {
	display: inline;
	padding-left: 5px;
}


/**************************************************************/

#conteneur {
    background: #fffde9 url(images/fond.jpg) no-repeat bottom center;
    padding-bottom: 15px;
    z-index: 1;
}


#milieuPage 
{
    width: 932px;
    margin: 0 auto;
    clear: both;
    min-height: 300px;
    _height: 300px;
}

/*********** NAVIGATION ***********/

#navigation {
	width: 258px;
	margin: 0;
	padding: 0;
	float: left;
	min-height: 200px;
	_height: 200px;
}

#navigDroite 
{
    display: none;
}

/* éléments dans la navigation */
.element
{
    margin: 5px 0;
    color: #5e503e;
    background: #fff url(images/element.png) repeat-y top left;
}
.element .element
{
    background: url(images/element-haut.png) no-repeat top left;
    margin: 0;
}
.element .element .element
{
    background: url(images/element-bas.png) no-repeat bottom left;
    padding: 15px 10px;
    margin: 0;
}
.element h2 
{
    color: #833b12;
    font-size: 13px;
    font-family: "Century Gothic", Arial, Sans-Serif;
    margin: 0;
    padding: 5px 0;
}
.element ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.element li 
{
    background: url(images/element-puce.jpg) no-repeat 0 5px;
    margin: 0;
    padding: 0 0 0 10px;
}
.element p 
{
    margin: 0;
    padding: 5px 0;
}
.element a
{
    text-decoration: none;
}
.element a.actif 
{
    font-weight: bold;
}

/* éléments formulaires */
.formulaire
{
    color: #fff;
    background: #a74b0f url(images/element-formulaire.jpg) no-repeat top left;
    padding: 15px;
    height: 99px;
    position: relative;
}
.formulaire .element 
{
    background: none;
}
.formulaire .element .element 
{
    background: none;
    padding: 0;
}
.formulaire h2 
{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
}
.formulaire p 
{
    color: #fff;
}
.formulaire input 
{
    font-size: 11px;
    padding: 1px 5px;
    margin: 2px 0;
    width: 200px;
}
.formulaire .bouton
{
    padding: 0;
    width: auto;
    position: absolute;
    bottom: -5px;
    right: 20px;
}

.illustration 
{
    margin: 9px 0;
}

.video 
{
    padding-left: 4px;
}

/*********** CONTENUS ***********/

#contenus 
{
	color: #5e503e;
    background: #fff url(images/contenus.png) repeat-y top left;
	width: 670px;
	_width: 475px;
	float: left;
	margin: 4px 0 0 0;
}
#contenus .contenus
{
    background: url(images/contenus-haut.png) no-repeat top left;
}
#contenus .contenus .contenus
{
    background: url(images/contenus-bas.png) no-repeat bottom left;
	padding: 10px 5px;
	min-height: 50px;
	_height: 50px;
}

/* composants */

.composant {
}
.composant h2 
{
    background: url(images/composant-h2.png) no-repeat 0 3px;
    color: #833b12;
    font-size: 12pt;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 0 25px;
    vertical-align:bottom;
}
.composant a {
}
.composant img {
	border: 0;
	margin: 0 5px;
}
.composant .highlight 
{
    font-weight: bold;
    font-style: normal;
    color: #c00;
}
.composant .resultatRecherche 
{
    cursor: pointer;
    border: 1px solid #fff;
}
.composant .resultatRecherche:hover 
{
    border: 1px solid #c00;
    background: #fee;
}

.composant .accroche {
	font-size: 14px;
	color: #f10081;
	text-align: justify;
	margin-bottom: 10px;
	padding: 0 10px;
}

.composant .texte {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 10px;
	padding: 0 10px;
}

.composant .texte ul, .composant .accroche ul {
	margin-left: 15px;
	padding-left: 0;
}

.separateur
{
    background: url(images/separateur-composants.png) no-repeat center left;
    height: 41px;
    clear: both;
    padding: 10px 0;
}
/* Gallerie d'image */

.gallerie
{
    float: left;
    padding: 10px;
}

/* formulaires en couleurs */
.frmCouleur
{
	width: 100%;
}
.frmCouleur th 
{
	color: #fff;
	background: #fc9200;
	text-align: left;
	width: 20%;
	vertical-align: top;
}
.frmCouleur td p 
{
	margin: 5px 0;
	padding: 0;
}


/*********** TABS ***********/
/* le menu (ul) avec les tabs eux-mêmes */
.ui-tabs-nav 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    height: 17px;
}
.ui-tabs-nav li 
{
    float: left;
    width: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav a 
{
    display: block;
    border: 1px solid #ccc;
}
/* le tab sélectionné (li) */
.ui-tabs-selected 
{
    background: #ccc;
}
.ui-tabs-selected a 
{
    border: 1px solid #666;
}
/* chaque panel de tab */
.ui-tabs-panel 
{
    border: 1px solid #ccc;
}
/* les panels de tabs masqués */
.ui-tabs-hide 
{
    display: none;
}



/**************************************************************/


/*********** PIED DE PAGE ***********/

#footerCont 
{
    background: #984f1b url(images/footer.jpg) repeat-x bottom left;
    height: 82px;
}

#footer
{
    width: 932px;
    margin: 0 auto;
    padding-top: 10px;
}

#footer a
{
    width: 50px;
    height: 100px;
    text-decoration: none;
}

/* liens footer */
.liensFooter
{
    width: 100%;
}
.liensFooter td
{
    color: #f3d181;
    font-size: 12px;
    vertical-align: top;
    width: 20%;
}
.liensFooter h3
{
    background: url(images/footer-h3.jpg) no-repeat 0 4px;
    color: #2d1000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 10px;
}

/* login */
.login
{
    clear: both;
}
.login input
{
    font-size: 11px;
    padding: 0;
}

/* powered by */
#poweredby {
	text-align: center;
	font-size: 10px;
}
#poweredby a {
	text-decoration: none;
}