body{
	background-color	: #ffc211;
	font-family			: verdana, arial, helvetica, sans-serif;
	margin				: 0px;
	color				: #333333;
	height				: 100%;
}


/*********************************************************************
************************* T I T R E S ********************************
*********************************************************************/
h1
{
	font-size			: 17px;
	font-weight			: bold;
	margin				: 0px 5px 10px 5px;
	padding				: 0px 0px 0px 0px;
	color				: #FF7701;
}

h2
{
	font-size			: 17px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #0076BE;
	background-image:url(../images/h2-bg.jpg) ; background-repeat:no-repeat;background-position:left bottom
}

h3
{
	font-size			: 13px;
	font-weight			: bold;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 5px 0px 5px;
	color				: #FF7701;
}

/* Titre de tableau
*/
h4
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: bold;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	background-color	: #BFDCED;
}

/* Occupation Horaire
*/
h5
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: normal;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	background-color	: #BFDCED;
	border-color: #333333;
}

/*********************************************************************
******************* P A R A G R A P H E S ****************************
*********************************************************************/
p
{
	font-size			: 11px;
	text-align			: justify;
	margin				: 0px 5px 0px 5px;
	padding				: 0px 0px 0px 0px;
}

.note
{
	color				: #FF7701;
	font-size			: 10px;
	font-style			: italic;
}

.rouge
{
	color				: #CC0000;
	font-weight			: bold;
}

/*********************************************************************
**********************      L I S T E       **************************
*********************************************************************/
ul
{
	margin-top			: 0px; 
	margin-bottom		: 0px;
	list-style-type:circle
}

ol
{
	margin-top			: 0px; 
	margin-bottom		: 0px;
	list-style-type		: decimal;
}


li
{
	font-size			: 11px;
	text-align			: left;
    margin-top			: 3px;
    margin-bottom		: 3px;
}

/*********************************************************************
*************************  L I E N S  ********************************
*********************************************************************/

a:link 
{	
	color				: #0076BE;
	font-weight			: bold;
}
a:visited 
{
	color				: #0076BE;
	font-weight			: bold;
}
a:hover 
{
	color				: #FF7701;
	font-weight			: bold;
}

/*********************************************************************
**************************  D I V E R S  *****************************
*********************************************************************/
.img-principale{
	border-style	 	: solid;
	border-color	 	: #333333;
	border-width 		: 1px; 
	margin				: 5px;
}


hr
{
	width			: 100%;
	height			: 1px;
	border-width	: 1px 0px 0px 0px;
	border-style	: solid;
	border-color	: #999999;
	margin			: 0px 0px 0px 0px;
}

.left		{text-align	: left;}
.right		{text-align	: right;}
.center		{text-align	: center;}
.nomargin	{margin		: 0px 0px 0px 0px ;}
.cache		{display	: none;}
