/* CSS Document */

/* ******************************* */
/*     Styles Generiques           */
/* ******************************* */
body {
	margin-top: 0px;
	font-family: Trebuchet, Helvetica, sans-serif;
	background-color: #343735;
	font-size: 0.9em;
	text-align: center;

}
a {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #ffffff;
    text-decoration: underline;
}
img {
	float: left;
	border: 0;
}


/* ******************************* */
/*     Banniere & Menu			   */
/* ******************************* */
#contour 
{
	width: 975px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/fond_degrade.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#main 
{
    position:relative;
	clear: both;
	width:100%;
	overflow:hidden;
}

#menu 
{
    width: 210px;
    margin-left: 18px;  
    background-image: none; 
    float:left;
	overflow:hidden;	 
}

#menu .box 
{
    clear: both;
    width: 208px; 
    margin-bottom: 7px;
}

#menu .box .titre
{
    width: 188px;
    height: 34px;
    margin: 0px;
}
#menu .box .content
{
    width: 186px;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    background-image: url(../img/menu_degrade.png);
    color: #FFFFFF;
}

#menu .box .content ul
{
    list-style-type: none;
    padding: 5px;
    padding-top: 10px;
    margin: 0;
}
#menu .box .content li
{
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 0.25em;
    padding-left: 1.4em;
    margin-bottom: 0.2em;
}


/* ******************************* */
/*     Contenu                     */
/* ******************************* */
#contenu 
{

	width: 720px;
	padding: 0;
	background-repeat: repeat-y;
	background-position: left top;
	float:left;
	overflow:hidden;
}

#contenu a
{
    color: #003366;
	text-decoration: underline;
}

#contenu a:hover 
{
	color: Navy;
}

#contenu #titre
{
    width: 700px;
    height: 80px;
    background-image: url(../img/contenu_titre.png);
    background-repeat: no-repeat;
}

#contenu #titre .titre
{
    padding-top: 18px;
    padding-left: 35px;
    color: #717f81;
    font-family: Calibri, Trebuchet MS;
    font-size: 2em;
}

#contenu #titre .soustitre
{
    padding-left: 35px;
    font-size: 1em;
    font-weight: bold;
    color: #9f0d05;    
}

#contenu .content
{
    color: #394a59;
    margin-top: 10px;
    margin-left: 10px;
}

#contenu .content table
{
    
}

#contenu .content td
{
    padding: 4px;
    vertical-align: top;
    border: solid 1px #717f81;
}

#contenu .content .tdleft
{
    width: 300px;
    font-weight: bold;
}
#contenu .content .tdleft i
{

    font-weight: normal;
    color: #9f0d05;
}