body,html {
	background-color: #fff;
	margin: 0px;
	font-family: Trebuchet, Helvetica, sans-serif;
	line-height: 1.0em; /* base 16 */
	color: #4F5155;
	line-height: 1.0em;
}
strong {
	font-weight: bold;
}
form.left,
div.left {
	display: inline;
	position: relative;
	float: left;
}

div.right {
	display: inline;
	position: relative;
	float: right;
}

div.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

div.center {
	margin: 0 auto;
}

p.center {
	text-align: center;
}

h1 {
	margin: 0.25em 0;
}

.padAll {
	padding: 10px;
}

.padRight {
	padding-right: 10px;
}

.padLeft {
	padding-left: 10px;
}

.padTop {
	padding-top: 10px;
}

.padBottom {
	padding-bottom: 10px;
}

.w140 {
	width: 140px;
}

.w400 {
	width: 400px;
}

.w350 {
	width: 350px;
}

.w300 {
	width: 300px;
}

/*
** SECTION HAUT DE PAGE
*/
div.wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

div#flash,div#flashId {
	width: 100%;
	text-align: center;
	height: 384px;
	overflow: hidden;
	z-index: 0;
}

div#flash p,div#flash h1,div#flash h2,div#flash h3,div#flash h4,div#flash a,div#flash ul
	{
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	margin: 0;
	padding: 0;
}

div#flash div.lst,div#flash p.notes,div#flash h1 {
	display: none;
}

div#flash div.lst {
	float: left;
	width: 300px;
}

div#flash p.notes {
	float: right;
	text-align: left;
	margin-top: 25px;
	font-size: 9px;
}




div#boiteRecherche{
    z-index: 200;
	position: absolute;
	top: 30px;
	right: 15px;
	display: none;
	width: 208px;
	height:40px;
	background-color: #000;
	color:#fff;
}
div#boiteRecherche p.label{
    font-weight:bold;
    color:#fff;
    width:203px;
    margin-bottom:5px;
}
div#boiteRecherche div.text input{
    background:url("../img/input_query_bg.png") no-repeat scroll left top #FEFEFE;    
    border-width:0px;
    font-family:Monaco,"Courier New",Monospace;
    font-size:0.9em;
    font-variant:normal;
    width:174px;
    height:17px;
    padding:4px 0px 1px 5px;
}
div#boiteRecherche div.submit input{
    background:url("../img/input_query_bg.png") no-repeat scroll right top #FEFEFE;    
    border-width:0px;
    width:24px;
    height:22px;
    padding:0;
}

div#boiteRecherche:hover div.submit input{
    background:url("../img/input_query_bg.png") no-repeat scroll right bottom #FEFEFE;
}
div#boiteRecherche:hover p.label{
    color:#f00;
}



span.c_rouge{
	color: #f00;
}