/* --------------------------------------
		design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/ /* Corps du site 
--------------------------------------*/
* {
    margin:0;
    padding:0;
    font-size:100%;
}

body {
    background:#000 url(images/global.png)  repeat-x;
	height:343px;
    font-size:12px;
    font-family:"Berlin Sans SD",Arial,Helvetica,sans-serif;
    color:#000;
    margin:0;
    padding:0;
}

/* Conteneurs 
--------------------------------------*/
/* ##### Conteneur global du site ###### */
div#global {
	/* Extensible
	margin:auto 5px;
	margin-bottom:15px;
	*/
	width:90%;
    margin:auto;
	min-width:1024px

}

/* ##### Entéte de la page ###### */
div#header_container,div#header_admin_container {
    background: url(images/header.png) no-repeat;
    background-position:20px 0px;
	margin-bottom:8px;
	height:300px;
}

/* ##### Entéte de la page ###### */
div#header,div#header_admin {
    height:90px;
}

/* #####  Conteneur en dessous de l'entéte ###### */
div#sub_header,div#sub_header_admin {
    background: url(images/sub_header.png) no-repeat;
	margin:auto;
	margin-top:8px;
	margin-bottom:40px;
    padding:0;
    height:195px;
    padding-left:5px;
}

div#sub_header p a {
    color:#FFFFFF;
}
div#sub_header  a:hover {
    color:#FFF;
    text-decoration : none;
}

div#date {
	height:50px;
	width:50px;
	position:relative;
	top:22px;
	left:35px;
}

div#date p {
	text-align:center;
	color:white;
	font-size:14px;
	padding:0px;
	margin:0px;
}

div#help {
	height:110px;
	width:400px;
	position:relative;
	top:-52px;
	left:200px;
}

div#help p {
	text-align:center;
	color:white;
	font-size:12px;
	padding:0px;
	margin:-10px;
	margin-top:5px;
	margin-right:15px;
}

div#last_new {
	height:110px; /*NO*/
	width:195px; /**/
	position:relative; /*NO*/
	top:-138px;
	left:700px;

}

div#last_new p {
	text-align:center;
	color:white;
	font-size:12px;
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-right:15px;
	
}


div#sub_header .dynamic_menu {
	position:relative;
	top:115px;
}
div#sub_header p a {
    color:#FFF;
	margin-top:10px;
	padding-top:20px;
}
	
div#date p#jour {
	font-size:16px;
	margin-left:-5px;
    font-weight:bold;
	color: #D1A01D;
}

div#date p#jourchiffre {
	font-size:14px;
    font-weight:bold;
}

div#date p#mois {
	font-size:14px;
	margin-left:-20px;
}

div#date p#annee{
	font-size:14px;
}

div#date p#heure {
	font-size:12px;
	margin:2px;
	color: #D1A01D;
}

div#help p#title {
	font-size:18px;
    font-weight:bold;
	margin:2px;
	color: #D1A01D;
}

div#last_new p#title {
    font-weight:bold;
	margin:2px;
	color: #D1A01D;
	font-size:15px;

}

div#last_new p#contenu {

}

/* Lien du subheader */
div#header .dynamic_menu h5.links {
    background:none;
    border:none;
    color:#edfff0;
    width:134px;
    background:url(images/button.png) no-repeat;
    padding:5px 0px;
    font-size:11px;
    margin-right:1px;
}

div#header .dynamic_menu h5.links:hover {
    color:#edfff0;
    cursor:default;
    background:url(images/button_click.png) no-repeat;
}

div#header .dynamic_menu h5 a {
    color:#FFFFFF;
    text-decoration:none;
}

/* ##### Compteur de visites  ###### */
div#compteur {
    color:#E9ECD9;
    position:absolute;
    top:63px;
	right:0;
	font-size:11px;
    margin-right:15px;
	text-align:right;
}

/* ##### Menu de droite (droite) ###### */
div#left_menu {
    float:right;
    width:190px;
	background:#dfddd6 url(images/bottom_menu.png) repeat-x bottom;
    border:1px #515151 solid;
    margin-top:3px;
    margin-left:10px !important;
    margin-left:7px;
	padding-bottom:10px;
}

/* ##### Menu de droite (gauche) ###### */
div#right_menu {
    float:right;
    width:190px;
	background:#dfddd6 url(images/bottom_menu.png) repeat-x bottom;
    border:1px #515151 solid;
    margin-top:3px;
    margin-left:10px !important;
    margin-left:7px;
	padding-bottom:10px;
}

/* #####  Contenu de la page ###### */
div#main {
    width:auto;
    min-width:150px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
    padding:0;
    margin:0;
    float:none;
}

/* ##### Contenu central ###### */
div#main_content {
    width:auto;
	min-height:400px;
    margin-top:4px;
    padding:20px 10px;
    padding-top:5px;
    border-spacing:1px;
	background:#dfddd6 url(images/bottom_menu.png) repeat-x bottom;
    border:1px #515151 solid;
}

/* ##### Barre de lien rapide ###### */
div#links { /*width:96%;*/
    text-indent:10px;
    margin-bottom:20px;
}

/* ##### Emplacement au dessus de contenu de la page ###### */
div#top_contents {
	margin-top:8px;
    margin-bottom:8px;
}

/* ##### Emplacement en dessous de contenu de la page ###### */
div#bottom_contents {
	margin-top:8px;
    margin-bottom:8px;
}

/* ##### Bloc au dessus du pied de page ###### */
div#top_footer {
    clear:both;
    padding:0.75em;
}

/* ##### Pied de page ###### */
div#footer {
	height:100px;
	clear:both;
    margin:auto;
    margin-top:0px;
    padding:0px;
    padding-top:20px;
    padding-right:20px;
    text-align:right;
	background:#F5F4ED url(images/footer.png) repeat-x;
}
div#footer span {
    color:#A28129;
    font-size:10px;
}
div#footer span a {
    color:#F0BB32;
    font-size:10px;
}

/* ##### Liens rapides ###### */
div#links_vertical {
    display:block !important;
    display:none;
    position:fixed;
    background:url(images/vertical_menu_repeat.png) repeat-y;
    top:45%;
    margin-left:989px;
    width:27px;
    text-align:center;
    padding-left:2px;
}

div#links_vertical_top {
    width:29px;
    background:url(images/vertical_menu_top.png) no-repeat;
    text-align:center;
    margin-left:-2px;
    padding-top:8px;
}

div#links_vertical_central {
    width:27px;
    text-align:center;
    margin-left:-2px;
    padding:4px 0px;
}

div#links_vertical_bottom {
    width:29px;
    background:url(images/vertical_menu_bottom.png) no-repeat;
    text-align:center;
    height:32px;
    margin-left:-2px;
}

.bglinks {
    background:url(images/bgmenu_links.jpg) no-repeat bottom right;
    margin:0px;
    padding:0px;
    list-style-type:none;
    padding-bottom:7px;
    margin-bottom:5px;
}

/* seasonal decorations */

#lights {
 position:absolute;
 border-top:1px solid #006600;
 left:0px;
 top:0px;
 width:100%;
 height:275px;
 overflow:hidden;
 z-index:1;
 display:none;
}

.xlsf-light {
 position:absolute;
 margin-top:-1px;
}

.xlsf-fragment {
 position:absolute;
 background:transparent url(../lights/image/bulbs-50x50-fragments.png) no-repeat 0px 0px;
 width:50px;
 height:50px;
}

.xlsf-fragment-box {
 position:absolute;
 left:0px;
 top:0px;
 width:50px;
 height:50px;
 *width:100%;
 *height:100%;
 display:none;
}

