/* Start of CMSMS style sheet 'cdclik-menu' */
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul li a {
	display: block;
	height: 20px;
	background: url(images/cms/fond_lien.gif) no-repeat left top;
	padding-left: 35px;
	margin: 1px 0;
	color: #FFFFFF;
	font: small-caps 1.1em/20px Georgia,serif;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background-position: left bottom;
	color: #c30;
}

.titremenu{
font-size:14px;
padding:20px 0 10px 20px;
margin:0;
text-decoration:underline;
}
/* End of 'cdclik-menu' */

/* Start of CMSMS style sheet 'cdclik-positionnement' */
body {
	font: 12px "Trebuchet MS", sans-serif;
}

html, body {
	height: 100%;
	margin:0;
	padding:0;
    background: #FFFFFF;
	background: url(images/cms/fond.gif) top repeat-x;
	}

#global {
	min-height: 100%;
	width: 850px;
	margin: 0 auto;
	position: relative;   
	background-image:url(images/cms/global.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding: 0;
	}
	
#header {
        position: relative;
	color: #fff;
	height: 125px;
	width:850px;
	background: url(images/cms/header.gif) top no-repeat;
    padding:0;
    margin:0;
}

#center {
	/* Ã©viter la superposition du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	}

#sidebar {
	float: left;
	width: 240px;
    padding:0 5px 0 0;
    margin:0; 
	color:#FFFFFF;
}

#content {
	float: right;
	width: 540px; 
        padding: 0 20px 0 0;
	margin: 0;
	display: inline;
}

#content p {
padding:0 10px 0 20px;
margin:0;
text-align:justify;
}

#footer {
	position: absolute;
	width: 50%;
	bottom: 0;
	left:270px;
        text-align:right;
}

#banniere{
	position:absolute;
	top:15px;
	right:30px;
}

#banniere p{
padding:0;
margin:0;
}

#encart{
	position:absolute;
	font-size:16px;
        font-weight:bold;
	top:96px;
	right:12px;
	height:26px;
	line-height:26px;
	width:550px;
	text-align:center;
}

#encart p{
margin:0;
padding:0;
}


h1{
font-size:22px;
padding:10px 0 0 0;
}


h2{
font-size:18px;
text-indent:20px;
background-image:url(images/cms/puce1.gif);
background-position:left;
background-repeat:no-repeat;
}


h3{
font-size:18px;
}

/*  Info bulle */
a.aide{
    position:relative; 
    z-index:24;
    color:#000;
    text-decoration:none
}

a.aide:hover{z-index:25; background-color:#ff0}

a.aide span{display: none}

a.aide:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'�tat a:hover */
	display:block; 
	position:absolute;     
    top:2em; 
	left:2em; 
	width:20em;
    border:1px solid #F27D00;
	border-left-width:4px;
    background-color:#FAF270; 
	color:#3F3E44;
    padding:10px;
    
}


/* End of 'cdclik-positionnement' */

