body{
	background-image:url(../images/css/bg-full.jpg);background-repeat:repeat-y;background-position:center;
	background-color	: #f7ad2f;
	font-family			: arial, helvetica, sans-serif;
	margin				: 0px;
	color				: #333333;
	height				: 100%;
}


/*********************************************************************
************************* T I T R E S ********************************
*********************************************************************/
h1
{ 
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size			: 22px;
	font-weight			: bold;
	margin				: 0px 8px 8px 8px;
	padding				: 0px;
	color				: #f6a418;
}

h2
{
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size			: 15px;
	font-weight			: bold;
	margin				: 0px 5px 0px 5px;
	padding				: 0px;
	color				: #1c72ad;
}

h3
{
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size			: 15px;
	font-weight			: bold;
	margin				: 0px 5px 10px 10px;
	padding				: 0px;
	color				: #1c72ad;
}

h4
{
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size			: 14px;
	font-weight			: bold;
	margin				: 0px 5px 0px 5px;
	padding				: 0px;
	color				: #1c72ad;
}

h6
/**** chiffres fond rouge ***/
{
	color				: #ffffff;
	font-size			: 20px;
	font-weight			: 700;
	margin				: 0px 0px 0px 10px;
	padding  			: 2px ;
	border-style 		: solid;
	border-color 		: #F19F0C #F19F0C #F19F0C #F19F0C ;
	border-width 		: 0px 0px 1px 0px ;
	background-color	: #f6a418;
	
}

/*********************************************************************
******************* P A R A G R A P H E S ****************************
*********************************************************************/
p
{
	font-size			: 12px;
	margin				: 2px 10px 6px 10px;
	padding				: 0px;
}

p.theme
{
	margin				: 2px 0px 2px 0px;
}

p.note
{
	color				: #000000;
	font-size			: 10px;
	font-style			: italic;
}

.rouge
{
	color				: #CC0000;
	font-weight			: bold;
}

.orange
{
	color				: #f6a418;
	font-weight			: bold;
}

.blanc
{
	color				: #ffffff;
}
/*********************************************************************
**********************      L I S T E       **************************
*********************************************************************/
ul
{
	margin-top			: 6px;
	margin-bottom		: 6px;
	list-style-image	: url(/images/css/puce.gif);
	list-type			:;
}

ul.sans_puce
{
	margin-top			: 6px;
	margin-bottom		: 6px;
	list-style-type		: none;
	list-style-image	: none;
	list-type			:;
}


ol
{
	color				: #333333;	
	list-style-type		: decimal;
}


li
{
	font-size			: 12px;
	text-align			: left;
    margin-top			: 3px;
    margin-bottom		: 3px;
    margin-right		: 10px;
	line-height         : 1.2
}



/*********************************************************************
*************************  L I E N S  ********************************
*********************************************************************/
a:link 
{
	color				: #1c72ad;
	font-weight			: bold;
	text-decoration 	: none;
}
a:visited 
{
	color				: #1c72ad;
	font-weight			: bold;
	text-decoration 	: none;
}
a:hover 
{
	color				: #f6a418;
	font-weight			: bold;
	text-decoration 	: none;
}
 /*************************************************************/
a.theme:link 
{
	color				: #f6a418;
	font-weight			: bold;
	text-decoration 	: none;
	margin				: 4px 0px 4px 0px;
}
a.theme:visited 
{
	color				: #f6a418;
	font-weight			: bold;
	text-decoration 	: none;
	margin				: 4px 0px 4px 0px;
}
a.theme:hover 
{
	color				: #1c72ad;
	font-weight			: bold;
	text-decoration 	: none;
	margin				: 4px 0px 4px 0px;
}
/*************************************************************/
a.theme2:link 
{
	color				: #1c72ad;
	font-weight			: bold;
	text-decoration 	: none;
	margin				: 4px 0px 4px 0px;
}
a.theme2:visited 
{
	color				: #1c72ad;
	font-weight			: bold;
	text-decoration 	: none;
	margin				: 4px 0px 4px 0px;
}
a.theme2:hover 
{
	color				: #f6a418;
	font-weight			: bold;
	text-decoration 	: none;
	margin				: 4px 0px 4px 0px;
}

/*********************************************************************
**************************  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	: #cccccc;
	margin			: 7px 0px 7px 0px;
}

.left		{text-align	: left;}
.right		{text-align	: right;}
.center		{text-align	: center;}
.nomargin	{margin		: 0px 0px 0px 0px ;}
.cache		{display	: none;}