﻿body
{
	background-color:  #E9ECF1; /* #A8B5C6; */
	color: #656565;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

pre, p, b, i, input, option, select, button
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

form
{
	text-align: center;
}

a
{
	color : #D00000;
	text-decoration: none;
}

a.NoColor
{
    color: #656565;
}

ul
{
	
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: square; 
}

li
{
	padding: 0px;
	margin: 0px;
}

td.contenu
{
	background-color : #ffffff;
}

td.footer
{
	background-color : #ffffff;
	border-top: solid 1px #D7DADD;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
}

td.menu
{
	height: 146px;
	background-color : #ffffff;
	background: URL(Images/header.jpg) no-repeat;
	vertical-align: bottom;
}

/* milieu */
td.cadre-mg
{
	width: 8px;
	background: URL(Images/cadre/cadre_mgf.jpg) repeat-y;
}

td.cadre-md
{
	width: 8px;
	background: URL(Images/cadre/cadre_mdf.jpg) repeat-y;
}


/* haut  */
td.cadre-hg
{
	height: 8px;
	width: 16px;
	background: URL(Images/cadre/cadre_hg.jpg) no-repeat;
}

td.cadre-hf
{
	height: 8px;
	background: URL(Images/cadre/cadre_hf.jpg) repeat-x;
}

td.cadre-hd
{
	height: 8px;
	width: 16px;
	background: URL(Images/cadre/cadre_hd.jpg) no-repeat;
}

/* bas */
td.cadre-bg
{
	height: 8px;
	width: 16px;
	background: URL(Images/cadre/cadre_bg.jpg) no-repeat;
}

td.cadre-bf
{
	height: 8px;
	background: URL(Images/cadre/cadre_bf.jpg) repeat-x;
}

td.cadre-bd
{
	height: 8px;
	width: 16px;
	background: URL(Images/cadre/cadre_bd.jpg) no-repeat;
}


/* menu */

div.menuVoid
{
	padding-left:10px;
	float: left; 
}
div.menuSelectedItem
{
	padding-left:20px;
	padding-right:20px;
	float: left; 
	background-color : #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
div.menuItem
{
	padding-left:20px;
	padding-right:20px;
	float: left; 
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}


table.menuSelectedItem
{
	padding-left:20px;
	padding-right:20px;
	float: left; 
	background-color : #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

table.menuSelectedItem td
{
	background-color : #ffffff;
}

table.menuItem
{
	padding-left:20px;
	padding-right:20px;
	float: left; 
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.menuItem a
{
	color: #ffffff;
}

a.menuSelectedItem
{
	color: #000000;
}

div.titrePage
{
	width: 644px;
	height: 56px;
	padding-top: 10px;
	background-color: #ffffff;
	background: URL(Images/titre.gif) no-repeat;
	text-align: center;
	color: #A6AAAE;
	float:right;
}
font.titrePageText, td.titrePageText
{
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	border-left :solid 1px #D7DADD;
	border-right :solid 1px #D7DADD;
	display:inline-block;
	margin-left: 50px;
	margin-right: 20px;
}






@media screen
{
	.mainContent
	{
		width:969px; 
		text-align:justify;
	}
}

/* CSS pour l'impression */
@media print 
{
	body
	{
		width: 21cm;
	}
	
	td, div, span, p
	{	
		text-align: justify;
	}
	
	.mainContent
	{
	}
	
	#LEFTCOLUMN
	{	
		display: none;
	}
	
	#MIDDLECOLUMN
	{
	}
	
	img.ImageHeader
	{
		width : 11.5cm; /* 17cm */
	}
	
	img.ImageHeader2
	{
		width : 5.5cm; /* 17cm */
	}
	
	.menuContainer
	{
		display: none;
	}
}