/*
 modif de la ligne 808 pour aligner le menu a droite : margin-left: 400px;
 */
 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

a:focus { outline: none; }
 
option { padding-left: 0.4em; }

 
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

blockquote { margin: 0 0 1em 1.5em; }

p {	margin: 1em 0; }

td, th { padding: 1px; }

 
 
html {
	height: 100%;
	margin-bottom: 1px;
}
	
/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body#page {
	background: #D2DCE6;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto;
}




/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	background: #ffffff url(../images/page_body_bg.png) 50% 0 repeat-x;
}

div.wrapper-tl {
	background: #ffffff url(../images/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
	padding: 0px 35px 0px 35px;
	background: url(../images/wrapper_tr.png) 100% 0 no-repeat;
}

div#header {
	margin: 0px -10px 0px -10px;
	padding: 0px 0px 0px 0px;
	width: auto;  
	background: url(../images/page_body_bg.png) 50% 0 repeat-x;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#header div.header-t {
	background: url(../images/header_t.png) 50% 0 no-repeat;
}

div#header div.header-b {
	background: url(../images/header_b.png) 0 100% repeat-x;
}

div#header div.header-bl {
	background: url(../images/header_bl.png) 0 100% no-repeat;
}

div#header div.header-br {
	height: 170px;
	background: url(../images/header_br.png) 100% 100% no-repeat;
}

body.blue div#header div.header-b { background: url(../images/header_b_blue.png) 0 100% repeat-x; }

body.blue div#header div.header-bl { background: url(../images/header_bl_blue.png) 0 100% no-repeat; }

body.blue div#header div.header-br { background: url(../images/header_br_blue.png) 100% 100% no-repeat; }

div#toolbar {
	width: auto;  
	height: 45px;
	padding: 0px 0px 0px 270px;
	clear: both;  
}

div#date {
	margin: 25px 10px 0px 0px;
	float: left;
	font-size: 85%;
}

div#topmenu {
	margin: 25px 0px 0px 0px;
	float: left;
}

div#styleswitcher {
	  
	height: 20px;
	margin: 24px 0px 0px 10px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
	 
}

a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 -20px no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 -20px no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 -20px no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 -20px no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 -20px no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 -20px no-repeat;
}

div#headerbar {
	width: auto;  
	height: 85px;
	padding: 0px 0px 0px 270px;
	clear: both;  
}

div#headermodule {
	margin: 7px 0px 0px 0px;
	float: right;
}

div#logo {
	position: absolute;
	top: 0px;
	left: -0px;
	width: 150px;
}

#jeannot {
	position: absolute;
	top: 15px;
	left: 170px;
}
#medaille {
	position: absolute;
	top: 10px;
	left: 555px;
}
#descriptif {
	position: absolute;
	top: 30px;
	left: 710px;
}
div#menu {
	position: absolute;
	top: 130px;
	left: 0px;
	height: 40px;
	padding: 0px 10px 0px 10px;
}

div#search {
	position: absolute;
	top: 146px;
	right: 10px;
	height: 18px;
}

div#banner {
	position: absolute;
	top: 55px;
	right: -20px;
	width: 0px;
	z-index: 3;
}

div#top {
	width: auto;  
	min-height: 60px;
	margin: 10px 0px 0px 0px;
	clear: both;  
}

div#middle {
	width: auto;  
	margin: 10px 0px 0px 0px;
	clear: both;  
}

div#middle .background {
	min-height: 140px;
	 
	 
	 
	 
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 250px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 260px;
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 10px 0px;
}

div#mainmiddle {
}

.showright div#mainmiddle {  
	background: transparent;
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

 
.showright div#content {
	margin: 0px 190px 0px 0px;  
	padding: 0px 0px 10px 0px;
}

div#contenttop {
	margin: 0px 0px 10px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 10px 0px;
}

div#page-footer {
	padding: 70px 0px 0px 0px;
	min-height: 210px;
	 
	background: url(../images/page_footer_bg.png) 50% 0 repeat-x;
}

div#bottom {
	width: auto;  
	min-height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 35px 0px 35px;
	clear: both;  
}

div#footer {
	width: auto;  
	padding: 10px 35px 0px 35px;
	clear: both;  
	text-align: center;
}

div#footer a.anchor {
	margin: 3px 0px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }body.width-thin div.wrapper { width: 780px; }body.width-wide div.wrapper { width: 940px; }body.width-fluid div.wrapper { width: 90%; }div#styleswitcher { width: 45px; }

 
/*
 * links
 */

a:link, a:visited {
	color: #aa1428;
	text-decoration: none;
}

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

body.blue a:link, body.blue a:visited { color: #1e87c8; }
body.blue a:hover { color: #00afff; }





/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 170%;
	font-weight: normal;
	color: #000066;
}

h2 {
	font-size: 150%;
	color: #ffcc00;
}

h3 {
	font-size: 140%;
	color: #646478;
}

h4 {
	font-size: 130%;
	font-weight: normal;
	color: #7887A0;
}

h5 {
	font-size: 120%;
	color: #878796;
}

h6 {
	font-size: 110%;
	color: #7887A0;
}


body.blue h1, body.blue h4, body.blue h6 { color: #000066; }


/*
 * topmenu
 */

 
div#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#topmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

div#topmenu li a {
	height: 20px;
	padding: 0px 10px 0px 10px;
	background: url(../images/topmenu_item_bg.png) 0 4px no-repeat;
	float: left;
	display: block;
	line-height: 17px;
	overflow: hidden;  
	font-size: 85%;
	text-decoration: none;
}

div#topmenu li.item1 a {
	padding: 0px 10px 0px 0px;
	background: none;
}

/*
 * menu
 */

 
div#menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 370px;
	list-style: none;
	float: left;  
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

div#menu li a, #menu li span.separator {
	height: 40px;
	display: block;
	float: left;
	line-height: 50px;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
}

div#menu li span {  
	display: block;
}

div#menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#menu li a.current {  
	color: #aa1428;
}

div#menu a:hover, div#menu span.separator:hover, div#menu span.sfhover, div#menu a.current:hover {  
	color: #aa1428;
}

div#menu li.active {  
	font-weight: bold;
}

div#menu li.active ul {  
	font-weight: normal;
}

div#menu li.parent span.separator {  
	cursor: pointer;
}

 
div#menu ul.menu {
}

div#menu li.level1 {
	margin-right: 5px;
}

div#menu a.level1 span, div#menu span.level1 span {
	padding: 0px 15px 0px 15px;
}

div#menu li.level1:hover, div#menu li.sfhover {  
	background: url(../images/menu_tab_l.png) 0 0 no-repeat;
}

div#menu li.sfhover li.sfhover {  
	background: none;
}

div#menu li:hover a.level1, div#menu li.sfhover a.level1, div#menu li:hover span.level1, div#menu li.sfhover span.level1 {  
	background: url(../images/menu_tab_r.png) 100% 0 no-repeat;
}

div#menu li.active {  
	background: url(../images/menu_tab_l.png) 0 0 no-repeat;
}

div#menu a.active, div#menu span.active {  
	background: url(../images/menu_tab_r.png) 100% 0 no-repeat;
}

div#menu li.active li {  
	background: none;
}

div#menu li li a.active {  
	background: none;
}

div#menu li a.level1, #menu li span.level1 {  
	color: #ffffff;
}

div#menu li.active a.level1, #menu li.active span.level1 {  
	line-height: 43px;
	color: #000000;
}

div#menu li:hover a.level1, #menu li:hover span.level1, div#menu li.sfhover a.level1, #menu li.sfhover span.level1 {  
	line-height: 43px;
	color: #000000;
}

div#menu li.level1 a:hover.level1, #menu li.level1 span:hover.level1, #menu li.level1 span.sfhover span {  
	color: #aa1428;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 40px;
	left: -999em;  
	width: 165px;
	padding: 0px 0px 1px 0px;
	background: url(../images/menu_dropdown_bg.png) 0 100% no-repeat;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: 0px;  
	z-index: 100;
}

div#menu li.level1 li {
   	width: 100%;  
	text-indent: 5px;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator {
	height: 25px;
	padding: 0px;
	margin: 0px 1px 0px 1px;;
	background: #ffffff url(../images/menu_level2_item.png) 100% 0 repeat-x;
	float: none;  
	display: block;
	line-height: 25px;
}

div#menu li.level2 a.parent, div#menu li li.level2 span.parent {  
	background: #ffffff url(../images/menu_level2_item_parent.png) 100% 0 no-repeat;
}

div#menu li.level1 li.last a, div#menu li.level1 li.last span.separator {  
	background: #ffffff url(../images/menu_level2_item.png) 100% 1px no-repeat;
}

div#menu li.level1 li.last a.parent, div#menu li.level1 li.last span.parent {  
	background: #ffffff url(../images/menu_level2_item_parent.png) 100% 1px no-repeat;
}

 

 
div#menu li ul ul {
	margin: -41px 0 0 164px;  
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: 1px solid #C8C8C8;
}

 
div#menu li:hover ul ul, div#menu li.sfhover ul ul,  
div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul,  
div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#menu li li:hover ul, div#menu li li.sfhover ul,  
div#menu li li li:hover ul, div#menu li li li.sfhover ul,  
div#menu li li li li:hover ul, div#menu li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}


/*
 * sub menu
 */
 
 
div#middle div.module_menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	background: #ffffff;
}

div#middle ul.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#middle ul.menu li a, div#middle ul.menu li span.separator {
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
}

div#middle ul.menu li span {  
	display: block;
}

div#middle ul.menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#middle ul.menu a.current {  
	color: #aa1428;
}

div#middle ul.menu a:hover, div#middle ul.menu span.separator:hover, div#middle ul.menu span.sfhover, div#middle ul.menu a.current:hover {  
	color: #aa1428;
}

div#middle ul.menu li.active {  
	font-weight: bold;
}

div#middle ul.menu li.active li {  
	font-weight: normal;
}

div#middle ul.menu li.parent span.separator {  
	cursor: pointer;
}

 
div#middle ul.menu li.level1 {
}

div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	background: #ffffff url(../images/submenu_level1_item.png) 100% 0 no-repeat;
	text-indent: 15px;
}

div#middle ul.menu li.parent a.level1, div#middle ul.menu li.parent span.level1 {  
	background: #ffffff url(../images/submenu_level1_item_parent.png) 100% 0 no-repeat;
}

 
div#middle ul.menu li.level2 {
}

div#middle ul.menu li.level2 a {
	height: 20px;
	line-height: 20px;
}

div#middle ul.menu a.level2 {
	background: #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	/* text-indent: 35px; */
	text-indent: 20px;
}

div#middle ul.menu a.level2 span {
	/* background: url(../images/submenu_level2_item_icon.png) 15px 2px no-repeat; */
	background: url(../images/submenu_level2_item_icon.png) 5px 2px no-repeat;
}

 
div#middle ul.menu li.level3 {
}

div#middle ul.menu a.level3 {
	background:  #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 45px;
}

div#middle ul.menu a.level3 span {
	background: url(../images/submenu_level3_item_icon.png) 25px 2px no-repeat;
}

 
div#middle ul.menu li.level4 {
}

div#middle ul.menu a.level4  {
	background: #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 55px;
}

div#middle ul.menu a.level4 span {
	background: url(../images/submenu_level4_item_icon.png) 35px 2px no-repeat;
}

/* reset header for all modules */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable-blank h3,
div.module h3,
div.module_menu h3,
div.module-blank h3,
div.module-white h3,
div.module-dotted h3,
div.module-grey h3,
div.module-black h3,
div.module-blue h3,
div.module-green h3,
div.module-yellow h3,
div.module-new h3,
div.module-top h3,
div.module-pick h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

/*
 * header modules
 */
 
#headermodule div.module {
	margin: 0px 0px 0px 10px;
	float: right;
}

#headermodule div.module div {
	background: url(../images/headermodule_l.png) 0 0 no-repeat;
}

#headermodule div.module div div {
	padding: 0px 10px 0px 10px;
	background: url(../images/headermodule_r.png) 100% 0 no-repeat;
}

#headermodule div.module div div div {
	height: 60px;
	padding: 10px 0px 5px 0px;
	background: url(../images/headermodule_m.png) 0 0 repeat-x;
	overflow: hidden;
	text-align:justify;
	color: #646464;
	font-size: 90%;
}

 
#headermodule div.module div div div div {
	height: auto;
	padding: 0px 0px 0px 0px;
	background: none;
}

#headermodule div.module h3 {
	font-weight: bold;
}

/* blank */
#headermodule div.module-blank {
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	float: right;
}

/*
 * top modules
 */
 
/* default */
#top div.moduletable {
	padding: 10px 15px 10px 15px;
	background: none;
	text-align:justify;
}

#top .seperator div.moduletable {
	background: url(../images/top_module_sep.png) 100% 0 no-repeat;
}

#top div.moduletable h3 {
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
}

/* blank */
#top div.moduletable-blank {
}

/*
 * middle and bottom modules (left, right, maintop, mainbottom, contenttop, contentbottom, bottom)
 */
 
/* default */
#middle div.module,
#bottom div.module {
	background: url(../images/middle_module_br.png) 100% 100% no-repeat;
}

#middle div.module div,
#bottom div.module div {
	background: url(../images/middle_module_tr.png) 100% 0 no-repeat;
}

#middle div.module div div,
#bottom div.module div div {
	background: url(../images/middle_module_bl.png) 0 100% no-repeat;
}

#middle div.module div div div,
#bottom div.module div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

/* menu */
#middle div.module_menu {
	background: url(../images/middle_module_br_white.png) 100% 100%;
	/*
	background: url(../images/middle_module_br_white.png) 100% 100% no-repeat;
	*/
}

#middle div.module_menu div {
	background: url(../images/middle_module_tr_white.png) 100% 0 no-repeat;
}

#middle div.module_menu div div {
	background: url(../images/middle_module_bl_white.png) 0 100% repeat-y;
}

#middle div.module_menu div div div {
	padding: 10px 1px 10px 1px;
	background: url(../images/middle_module_tl_white.png) 0 0 no-repeat;
	overflow: hidden;
}



/* blue */
#middle div.module-blue,
#bottom div.module-blue {
	background: url(../images/middle_module_br_blue.png) 100% 100% no-repeat;
}

#middle div.module-blue div,
#bottom div.module-blue div {
	background: url(../images/middle_module_tr_blue.png) 100% 0 no-repeat;
}

#middle div.module-blue div div,
#bottom div.module-blue div div {
	background: url(../images/middle_module_bl_blue.png) 0 100% no-repeat;
}

#middle div.module-blue div div div,
#bottom div.module-blue div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_blue.png) 0 0 no-repeat;
	overflow: hidden;
}


/* top */
#middle div.module-top,
#bottom div.module-top {
	background: url(../images/middle_module_br_top.png) 100% 100% no-repeat;
}

#middle div.module-top div,
#bottom div.module-top div {
	background: url(../images/middle_module_tr_top.png) 100% 0 no-repeat;
}

#middle div.module-top div div,
#bottom div.module-top div div {
	background: url(../images/middle_module_bl_top.png) 0 100% no-repeat;
}

#middle div.module-top div div div,
#bottom div.module-top div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_top.png) 0 0 no-repeat;
	overflow: hidden;
}

/* pick */
#middle div.module-pick,
#bottom div.module-pick {
	background: url(../images/middle_module_br_pick.png) 100% 100% no-repeat;
}

#middle div.module-pick div,
#bottom div.module-pick div {
	background: url(../images/middle_module_tr_pick.png) 100% 0 no-repeat;
}

#middle div.module-pick div div,
#bottom div.module-pick div div {
	background: url(../images/middle_module_bl_pick.png) 0 100% no-repeat;
}

#middle div.module-pick div div div,
#bottom div.module-pick div div div {
	min-height: 70px;	 
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_pick.png) 0 0 no-repeat;
	color: #ffffff;
	overflow: hidden;
}

 
#middle div.module div div div div,
#middle div.module_menu div div div div,
#middle div.module-white div div div div,
#middle div.module-dotted div div div div,
#middle div.module-grey div div div div,
#middle div.module-black div div div div,
#middle div.module-blue div div div div,
#middle div.module-green div div div div,
#middle div.module-yellow div div div div,
#middle div.module-new div div div div,
#middle div.module-top div div div div,
#middle div.module-pick div div div div,
#bottom div.module div div div div,
#bottom div.module-white div div div div,
#bottom div.module-dotted div div div div,
#bottom div.module-grey div div div div,
#bottom div.module-black div div div div,
#bottom div.module-blue div div div div,
#bottom div.module-green div div div div,
#bottom div.module-yellow div div div div,
#bottom div.module-new div div div div,
#bottom div.module-top div div div div,
#bottom div.module-pick div div div div {
	min-height: 0px;
	 
	padding: 0px 0px 0px 0px;
	background: none;
}

/* header */
#middle div.module h3,
#middle div.module_menu h3,
#middle div.module-white h3,
#middle div.module-dotted h3,
#middle div.module-grey h3,
#middle div.module-black h3,
#middle div.module-blue h3,
#middle div.module-green h3,
#middle div.module-yellow h3,
#middle div.module-new h3,
#middle div.module-top h3,
#middle div.module-pick h3,
#bottom div.module h3,
#bottom div.module-white h3,
#bottom div.module-dotted h3,
#bottom div.module-grey h3,
#bottom div.module-black h3,
#bottom div.module-blue h3,
#bottom div.module-green h3,
#bottom div.module-yellow h3,
#bottom div.module-new h3,
#bottom div.module-top h3,
#bottom div.module-pick h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

#middle div.module-dotted h3,
#middle div.module-grey h3,
#middle div.module-black h3,
#middle div.module-blue h3,
#middle div.module-green h3,
#middle div.module-yellow h3,
#middle div.module-new h3,
#middle div.module-top h3,
#middle div.module-pick h3,
#bottom div.module-dotted h3,
#bottom div.module-grey h3,
#bottom div.module-black h3,
#bottom div.module-blue h3,
#bottom div.module-green h3,
#bottom div.module-yellow h3,
#bottom div.module-new h3,
#bottom div.module-top h3,
#bottom div.module-pick h3 {
	margin: -5px -15px 5px -15px;
}

#middle div.module-black h3,
#middle div.module-pick h3,
#bottom div.module-black h3,
#bottom div.module-pick h3 {
	color: #ffffff;
}

/*
 * left modules
 */
 
#left div.module,
#left div.module_menu,
#left div.module-white,
#left div.module-dotted,
#left div.module-grey,
#left div.module-black,
#left div.module-blue,
#left div.module-green,
#left div.module-yellow,
#left div.module-new,
#left div.module-top,
#left div.module-pick {
	margin: 0px 0px 10px 0px;

}

#left div.module h3,
#left div.module_menu h3,
#left div.module-white h3 {
	background: url(../images/left_module_header.png) 0 0 no-repeat;
}


#left div.module_menu h3 {
	margin: -10px -1px 0px -1px;
}

/* font perso */
.verdana24noirGras {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#000000;}
.verdana18noir {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#000000;}
.descriptif1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#ffff00;}
.descriptif2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#79b452;}
.descriptif3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#df5335;}
.descriptif4 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#8d330d;}
.descriptif5 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#0089da;}
.descriptif6 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#ea8865;}
.descriptif7 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#df5335;}
.descriptif8 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#79b452;}
.descriptif9 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#ffff00;}
.verdana12bordeau {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#8d330d;}
.verdana12bleu {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#0089da;}
.titre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#0089da;}
.lien_rouge {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#FF0000;}