﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family:Arial,"Trebuchet MS", Helvetica, sans-serif;
	background-color:#fff;
}
#container {
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
    margin-top:5px;
	background-image:url("../../images/souris-2_header.gif");
	background-repeat:no-repeat;
	width: 620px;
	height:174px;
	background-color:White;
}
#navigation {
	background-color: #524C4C;
	overflow: hidden;
}
#column_l {

	margin: 0;
	padding: 0 15px;
	background-color:White;
}
#column_r {
	
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #545454;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles pour le titre */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 5px;
}
#navigation li {
	float: left;
	padding: 5px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color:White;
	text-decoration: none;
	
	background-color: #DB241C; /*rouge*/
	padding: 5px;
}
/* Styles pour le pied de page */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles pour les liens */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/*style pour label de titre (JP 16.11.07)*/
.labelTitre
{
	color:  #DB241C; /*rouge*/
	font-size: 28px;
	font-family:Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
}
	
