body
{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Arial", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em; color:#CA002F;}

a{
	color: #cc0000;
	text-decoration:none;
}

a:hover{
	color: #000000;
	text-decoration:underline;
}

#entete
{
	margin-left:10px;
}

#nav2
{
	margin-left:15%;
	font-weight:bold;
	text-align:center;
	width:85%;
}
#nav2 a{
	color:#CC0000;
}
#menu
{
	float:left;
	color:#ffffff;
	width:15%;
}
#menu a
{
	color:#ffffff;
	text-decoration:none;
}

	.sousmenu
	{
		width:133px;
		text-align:center;
		margin-bottom:10px;
	}
	.up
	{
		background-image:url(images/menu/up.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		font-weight:bold;
	}
	
	.mid
	{
		background-image:url(images/menu/middle.gif);
		background-repeat:repeat-y;
		background-position:center;
	}
	
	.down
	{
		background-image:url(images/menu/down.gif);
		background-repeat:no-repeat;
		background-position:top;
	}

#conteneur
{
	float:left;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#pied
{
	clear:left;
	color:#999999;
	text-align:center;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.titre{
	color: #D90D23;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom: 0;
	text-align:center;
	margin-bottom:10px;
	width:75%;
}

.titre a{
	color: #D90D23;
	text-decoration: none;
}

.infos{
	color: #9C0C1B;
	text-align:right;
	margin-bottom:20px;
	width:75%;
}

.texte{
	text-align: justify;
	width:75%;
	padding-bottom:5px;
	margin-left:5%;
}

/* Les dossiers
-------------------------------------------------------- */
#dossiers {
	color: #000000;
	font-size: 14px;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}

.titre_dossier{
	font-size:16px;
	text-decoration:underline;
	font-variant:small-caps;
	text-align:center;
}

.proteam {
	color:#FF0000;
}