/* Start of CMSMS style sheet 'lionhell01 : css_lionhell' */
@charset "utf-8";
/* CSS Document */

body
                {background-color:#DEC2BF;}
                 

#global
	{
	margin:auto;
	/*border:#FF0000 solid 1px;*/
	}
	
#general
	{
	width:830px;
	height:794px;
	margin:auto;
	}

#fond
	{
	background-image:url(uploads/lionhell01/index_1.jpg);
	width:830px;
	height:794px;
	margin:auto;
	/*border:#FF0000 solid 1px;*/
	}
	
#contenu_textes
	{
	width:801px;
	height:564px;
	margin-top:-626px;
	margin-left:12px;
	/*border:#FF0000 solid 1px;*/
	}
	
#location
	{
	width:590px;
	height:27px;
	margin-top:6px;
	margin-left:165px;
        font-size:18px;/*12px*/
        color:#FFFFFF;
	/*border:#FF0000 solid 1px;*/
	}

.location
	{
    font-size:14px; 
	color:#FFFFFF;
	}
	

.location_liens a.
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-style:normal;
    color:#CD0102;
    text-decoration: none;
    font-weight: bold;
	}
	
.location_liens a:visited
	{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-style:normal;
    color:#CD0102;
    text-decoration:none;
	}

.location_liens a:hover 
	{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#FF0000;
    font-size:10px;
    font-style:normal;
    text-decoration:none;
	}

.location_liens a:active 
	{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-style:normal;
    color:#FF0000;
    text-decoration:none;
	}
	
#menu_gauche
	{
	width:137px;
	height:auto;
	margin-top:3px;
	margin-left:0px;
	float:left;
	text-align:left;
	display:block;
	/*border:#FF0000 solid 1px;*/
	}

dfn 
	{
   	position: absolute;
   	left: -1000px;
   	top: -1000px;
   	width: 0;
   	height: 0;
   	overflow: hidden;
   	display: inline;
	}

#menu_vert 
	{
   	margin-left:-39px;
	}

/* third level has some padding to have it stand out */
#menu_vert ul ul ul 
	{
   	padding-bottom: 0.5em;
	}

/* menu li block */
#menu_vert li 
	{
   	list-style: none;
   	margin: 0;
   	border-bottom: 1px solid #FFFFFF;
   	display: block;
	}

#menu_vert ul ul li 
	{
   	border: none;
	}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
#menu_vert a 
	{
   	text-decoration:none; /* no underline for links */
   	display: block; /* IE has problems with this, fixed above */
   	padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   	color: #653A34; /* this will be link color for all levels BLABLA*/
   	background: url(uploads/lionhell01/arrow-right.gif) no-repeat 0.5em center; 
   	min-height:1em; /* Fixes IE7 whitespace bug */ 
	}

/* next level links, more padding and smaller font */
#menu_vert ul ul a 
	{
   	font-size: 90%;
   	/*padding: 0.5em 0.5em 0.5em 2.8em;*/
        margin-left:-25px;/*BLABLA*/
   	background-position: 1.5em left;/*BLABLA*/
	}

/* third level links, more padding */
#menu_vert ul ul ul a 
	{
   	padding: 0.3em 0.5em 0.3em 4.3em;
   	background: url(uploads/lionhell01/dash.gif) no-repeat 2.8em left; /*BLABLA*/
	}

/* hover state for all links */
#menu_vert a:hover 
	{
   	background-color: #CB9E99;/*Couleur rollover*/
	}
#menu_vert a.activeparent:hover 
	{
   	background-color: #CB9E99;/*Couleur du lien de la page*/
   	color: #18507C;
	}

/* active parent, that is the first-level parent of a child page that is the current page*/
#menu_vert li a.activeparent 
	{
   	background: url(uploads/lionhell01/arrow-down.gif) no-repeat 0.4em center; 
   	background-color: #65363C;/*Couleur de la sous page*/
   	color: #fff;
	}

#menu_vert ul ul li a.activeparent 
	{
   	background-position: 1.5em center; 
   	background-color: transparent;
   	color: #18507C;
	}
	
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
#menu_vert ul h3 /*Fond de la page principale*/
	{
   	background: url(uploads/lionhell01/arrow-right-active.gif) no-repeat 0.4em center;
   	background-color: #764B45;
   	display: block; 
   	padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   	color: #fff;                                 /* this will be link color for all levels */
   	font-size: 1em;                           /* instead of the normal font size for <h3> */
   	margin: 0;                                  /* as <h3> normally has some margin by default */
	}

/* next level current pages, more padding, smaller font and no background color or bottom border */
#menu_vert ul ul h3 
	{
   	font-size: 90%;
   	padding: 0.3em 0.5em 0.3em 2.8em;
   	background-position: 1.4em center;
   	background-color: transparent;
   	border-bottom: none;
   	color: #000;     
	margin-left:-40px;/*BLABLA*/
        }

/* current page on third level, more padding */
#menu_vert ul ul ul h3 
	{
   	padding: 0.3em 0.5em 0.3em 4.3em;
   	background: url(uploads/lionhell01/arrow-right-active.gif) no-repeat 2.7em center; 
	}

/* section header */
#menu_vert li.sectionheader 
	{
   	border-right: none;
   	font-size: 130%;
   	font-weight: bold;
   	padding: 1.5em 0 0.8em 0;
   	background-color: #fff;
   	line-height: 1em;
   	margin: 0;
   	text-align:center;
	}
	
/* separator */
#menu_vert li.separator 
	{
   	height: 1px !important;
   	margin-top: -1px;
   	margin-bottom: 0;
   	padding:2px 0 2px 0;
   	background-color: #000;
   	overflow:hidden !important;
   	line-height:1px !important;
   	font-size:1px; /* for ie */
	}

#menu_vert li.separator hr 
	{
   	display: none; /* this is for accessibility */
	}
	
#contenu
	{
	width:648px;
	height:520px;
	overflow:auto;
	margin-top:10px;
	margin-left:16px;
	float:left;
	/*border:#FF0000 solid 1px;*/
	}

a
	{
    color:#CD0102;
    text-decoration: none;
	}
	
a:visited
	{
    color:#CD0102;
    text-decoration:none;
	}

a:hover 
	{
    color:#FF0000;
    text-decoration:none;
	}

a:active 
	{
    color:#FF0000;
    text-decoration:none;
	}

#titre_phrase
                {
                font-size:10px; 
	color:#643933;
                }

#titre_phrase a
                {
                font-size:10px; 
	color:#643933;
                }

#titre_phrase a:hover
                {
                font-size:10px; 
	color:#BB908A;
                }

#texte_phrase
                {
                font-size:10px; 
	color:#BB908A;
                }

.titre_phrase
                {
                font-size:16px; 
	color:#643933;
                }

.texte_phrase
                {
                font-size:14px; 
	color:#BB908A;
                }

.texte_phrase_14px
                {
                 font-size:14px;
color:#003300;
                 }

.texte_phrase_13px
                {
                 font-size:13px;
color:#003300;
                 }

.texte_phrase_12px
                {
                 font-size:12px;
color:#003300;
                 }

.texte_phrase_11px
                {
                 font-size:11px;
color:#003300;
                 }

#hearth {margin-top:-75px;}

/* End of 'lionhell01 : css_lionhell' */

