/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #ffffff;
font-size: 12px;
font-family: Verdana, Arial;
color:#564b47;
padding:0px;
margin:0px;
}

a {color: #bcbdbf;}
a:visited {color:#bcbdbf;}
a:hover {color: #ff0006;}
a:active { color:#808284;}



/* ----------div pour centrer le site-------------- */
#container {
width: 1024px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}

/* ----------div  pour la banniere,logo-------------- */
#banner {
background-color: #ffffff;
text-align: right;
padding: 0px;
margin: 0px;
}


/* ------- div pour menu ------------------ */
/*#menu {
background-color: #6699FF;
text-align: right;
padding: 0px;
margin: 0px 220px 0;
width:800px;
}

#menu h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}*/

/* -----------------div content--------------------- */
#content {
/*background-color: #ffffff;*/
padding: 10px;
margin-left: 200px;
margin-right: 0px;
margin-top : 10px;
margin-bottom : 10px;
background:url('../img/general/bg-center-column.jpg') no-repeat left top;
}

div#content { 
min-height:500;
/*height:expression(this.scrollHeight > 500 ? "auto":"500px"); */
height:500px; 
/*border-left: 1px dashed black; *//* bordure gauche */
}

#content ul
{
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
}
#content li
{
	list-style-type:none ; 
	padding:0 0 0 0; 
	margin:0px 0px 0px 10px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------div de gauche------------- */
#left {
float: left;
width: 200px;

/*height:expression(this.scrollHeight > 600 ? "auto":"600px");*/
height: 460px;
margin-top: 20px;
padding: 0px;

}



#left h1 {
	font-size: 11px;
	font-weight: bold;
	background-image: url('../img/div_left/iconetitrezonegauche.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 20px;
	color:#f2a010;
}


/* --------------div de droite------------- */
#right {
float: right;
width: 200px;
/*height:expression(this.scrollHeight > 460 ? "auto":"460px");*/
 height: 460px; 
margin-top: 20px;
padding: 0px;
border-left: 1px dashed #7e7878;
}
/* ----------- bas de page--------------------------- */
/*#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }*/

#footer		{clear:both;  font-size:90%;font-weight: bold; color:#bcbdbf; padding:3px; text-align:center; border-top:1px solid #7e7878; }
#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }

.copyright	{float:left; }
