body {
	padding: 0;
    margin: 0;
    text-align: center;/**/
    background-image:url(../images/images_site/fond-2010.jpg);/**/
    background-repeat:no-repeat;
    background-position: center top;
    background-color:#19564E;/**/
    font-family:
    "Palatino Linotype",
    Palatino,
    Palladio,
    "URW Palladio L",
    "Book Antiqua",
    Baskerville,
    "Bookman Old Style",
    "Bitstream Charter",
    "Nimbus Roman No9 L",
    Garamond,
    "Apple Garamond",
    "ITC Garamond Narrow",
    "New Century Schoolbook",
    "Century Schoolbook",
    "Century Schoolbook L",
    Georgia,
    serif;
}
#header{
	/*border: 1px solid red;*/
	position:relative;
    margin-left: auto;
    margin-right: auto;
	width:950px;
	height:143px;
	/*background-image:url(../images/images_site/bandeau2-2010.png); */
	text-align: left;
}
#global{
	/*border: 1px solid red;*/
	position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 950px;
	 text-align: left;
    min-height:600px;
}
#menu_gauche{
	/*border: 1px solid red;*/
	float:left;
	position:relative;
	width: 120px;
	height:395px;
	 text-align: left;
}
#page_principale a{color:#E3DCC2; }
#page_principale{
	/*border: 1px solid red;*/
	/*float:left;*/
	color:#E3DCC2;
	padding-top:30px;
	margin-left:140px;
	position:relative;
	left:0px;
	width:790px;
    height:630px;
	overflow:auto;/**/
	 /*text-align: left;*/
}
#onglets{
	/*float:right;*/
	position:relative;
	width: 650px;
	/*height:155px;*/
    /*top:-50px;*/
	margin-left:250px;
	text-align: center;
	font-weight:bold;
	z-index:1;
}
#footer{
	/*border: 1px solid red;*/
	position:relative;
	width: 950px;
	height:80px;
	clear:both;
	 text-align: left;
}
#menuDeroulant
{
	background: #5B1900;
	width: 600px;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#menuDeroulant li
{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #E3DCC2;
	margin: 0;
	padding: 3px 8px;
	border-right: 1px solid #E3DCC2;
        border-left: 1px solid #E3DCC2;
	text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #000; }
#menuDeroulant li a:active { background-color: #000; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 150px;
	background-color: #5B1900;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #E3DCC2;
	margin: 0;
	border: 0;
	text-decoration: none;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #000;
}
#menuDeroulant li:hover > .sousMenu { display: block; }

/*------------------------------*/
.bleu { color:#0000FF;}/* position:absolute; bottom:100px; */
.vert { color:#00FF00;}
.rouge { color:#FF0000;}
.gris { color:#666666;}
.en_bas { position:absolute; top: 700px; margin:0 0 0 50px; }
.lienblanc {text-decoration: none; color: #000000; font-family: "Comic Sans MS"; }
.petit{ font-size:small;}
.centre{ text-align:center;}
.grasrouge {color: #990000;font-weight: bold; font-family: "Comic Sans MS";font-size:medium;}
.grasmarron {color: #71341E;font-weight: bold; font-family: "Comic Sans MS"; font-size:medium;}
.gras {font-weight: bold;}
.comic { font-family: "Comic Sans MS";}
.comicgras { font-family: "Comic Sans MS"; font-weight: bold;}
.comicmarron { font-family: "Comic Sans MS";color: #71341E;}
/* backoffice*/
.infobulle{
border-left: #9C9C9C solid 5px;
position: absolute; visibility : hidden;
border: 1px solid Black;
margin: 1.0em 0 0 -1.0em;
padding: 5px;
font-family: "Comic Sans MS";
font-size: 14px;
background-color: #996600;
}
.marge50 { margin: 50px;}
