
/* General top & bottom */

html body {
	margin: 1px;
	padding:0px;
	color: #000000;
	background-color: #ffffff;
	}

	
A:link {
	COLOR: #085aaf;font-family: Arial, Helvetica, sans-serif;
}

A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #085aaf; TEXT-DECORATION: none
}
	
	
form.recherche {
	margin:0px;
	padding:1px;
	font-weight: bold;
	color:#085aaf;
	font-family: arial,helvetica,sans-serif;
	font-size:13px;
	text-align:center;
}
form.recherche .select {
	color: #085aaf;
	font-size: 10px;
	background: #FFFFFF;
	margin-top:3px;
}
form.recherche .bouton {
	color: #F1F3FA;
	font-size: 10px;
	font-weight: bold;
	background: #80a6cc;
	border:1px solid #DFDFDF;
}
form.recherche input.text {
	padding:1px;
	font-size: 10px;
	color: #000000;
	border:1px solid #4d6db3;
	font-weight: bolder;
}



.formButton	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 10px; }
.checkLabel	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 11px;	}
.inputText	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 10px;}
.inputPass	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 10px; font-weight: bold;}
.selectListUpl	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 10px; font-weight: bold;  width: 240px; }


	
#copyright { 
clear: both; font-size: 10px; margin: 1px; color: #888888; font-family: arial,helvetica,sans-serif; position: relative; text-align: center; text-decoration: none 
} 
#copyright a:link { 
clear: both; font-size: 10px; margin: 1px; color: #888888; font-family: arial,helvetica,sans-serif; position: relative; text-align: center; text-decoration: none 
} 
#copyright a:visited { 
clear: both; font-size: 10px; margin: 1px; color: #888888; font-family: arial,helvetica,sans-serif; position: relative; text-align: center; text-decoration: none 
} 
#copyright a:hover { 
text-decoration: underline 
} 
#menu-bas {
	margin: 0px;
	width: 100%;
	height: 17px;
} 
#menu-bas-links { 
margin: 0px 20px 0px 0px; height: 17px 
} 
#menu-bas ul { 
padding-right: 0px; padding-left: 0px; font-weight: bold; font-size: 10px; left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; font-family: verdana,sans-serif; list-style-type: none; top: 2px 
} 
#menu-bas li { 
padding-right: 3px; padding-left: 3px; padding-bottom: 0px; margin: 1px 3px; color: #000000; padding-top: 0px; list-style-type: none; float: left;} 
#menu-bas li a { 
color: #000000; text-decoration: none 
} 
#menu-bas li a:hover { 
background-color: #ffffff 
} 
	

/* General contenu */

.contenu a {
	color: #085aaf; 
	text-decoration: none;
}
.contenu a:hover {
	text-decoration: underline;
}

.contenu {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
div.cadre {
		padding:1px 3px;
		margin: 3px;
	}

div.editorial {
	text-align: justify;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4px;
}

div.editorial a:link,
div.editorial a:visited
	{
	color: #4d6db3;
	}

div.editorial a:hover
	{
	color: #4d6db3;
	text-decoration : underline;
	}
	
div.editorial2 {
	text-align: justify;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4px;
}
	

/* Les titres */

h1.titre {
	/* titre de page format 100% */
	color: #085aaf;
	font-size: 20px; /*text-transform: uppercase;*/
	font-weight: bold;
	border-bottom: 2px solid #085aaf;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 7px;
	margin-bottom: 3px;
}

h5.titre {
	/* titre de page format 50%*/
	color: #085aaf;
	font-size: 18px; /*text-transform: uppercase;*/
	font-weight: bold;
	border-bottom: 0px solid #085aaf;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 7px;
	margin-bottom: 3px;
}

h2.titre {
	/* titre de cadre 1 */
	margin: 1px 0px 5px 0px;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #EDF9FF;
	BACKGROUND-IMAGE: url(images/dgbleu.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

h2.titre_o {
	/* titre de cadre 1 */
	margin: 1px 0px 5px 0px;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #EDF9FF;
	BACKGROUND-IMAGE: url(images/dgorange.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

h2.titre_v {
	/* titre de cadre 1 */
	margin: 1px 0px 5px 0px;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCFF;
	BACKGROUND-IMAGE: url(images/dgvert.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

h3.titre { /* sous titre de page */
	margin: 1px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.2em;
	color: #4d6db3;
	border-bottom: 1px #90afdd solid;
	text-align: left;
}

h4.titre  { /* titre de cadre 2 */
	margin: 1px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	color: #4d6db3;
	border-bottom: 1px #90afdd solid;
	text-align: left;
}

h1.editorial {
	color: #3f526f;
	font-size: 1.6em;
	font-weight : bold;
	margin :2px 0px 1em 0px;	
}
		
h2.editorial	{
	font-size:1.3em;
	color:#666666;
	margin : 2px 2px 2px 0px;
	}

h4.editorial {
	font-size:1.2em;
	color:#FF0000;
	margin : 1px 1px 1px 0px;
}

.griser {color: #7f7f7f;}
.mini {font-size:0.9em;}

h4.droite  {
	font-weight : lighter;
	margin: 1px 0px 5px 0px;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
}

/* Les cadres */
table.cadre1 {
	border:1px solid #ffffff;
	border-collapse:collapse;
}
table.cadre1 th {
	border:1px solid #f2f6fc;
	font-size: 1.1em; 
	font-weight: bold;

	color: #085aaf; 
	padding:1px 5px;
	text-align: left;
	background-color: #f2f6fc;
}

table.cadre1 td{
	padding:2px 3px;
	vertical-align:top;
}
table.premium table.nopremium {
	border-collapse:collapse;
}

table.premium td,table.nopremium td {
	vertical-align:top;
	padding:1px;
}

table.premium td.image img, table.nopremium td.image img {
	border:0px solid black;	
}

table.cadre_menu {
	width:100%;
	border-collapse:collapse;
	border:1px solid #4d6db3;
}

table.cadre_menu td.entete{
	background:#90afdd;
	font-size:0.8em;
	color:#FFFFFF;
	padding:2px;
	height:5px;
}
table.cadre_menu td.page_contenu {
	padding:3px;
}
table.cadre_menu th {
	text-align:center;
	vertical-align:middle;
	height:26px;
	font-weight: normal;
}

table.cadre_menu th.active {
	background:#90afdd;
	border-bottom:1px solid #90afdd;
	font-weight: bold;
	color:#FFFFFF;
}
table.cadre_menu th.active a { color:#FFFFFF; }

table.cadre_menu th.inactive {
	border:1px solid #4D6DB3;
	background:#e7f3fd;
}

table.cadre_menu th.nonvalide {
	border:1px solid #4D6DB3;
	color: #CCCCCC;
	background-image:url(images/bg/grise.gif);
}


/* Les listes */
ul.news { 
padding-left: 0px; font-size: 13px; margin: 2px; list-style-type: none 
}

ul.newstwo {
text-align:left; padding-left: 3px; padding-right: 3px;font-size: 11px; margin: 2px; list-style-type: none 
} 

li.newstwo { 
 	font-size: 1em;
	color: #1F1F66;
	padding-bottom: 2px;
 }
 
ul.news li.date { 
padding-left: 0px; font-size: 10px; margin: 2px 0px; text-transform: uppercase; color: #000000;
}
ul.news li.date2 {
	font-size: 10px;
	margin: 5px 0px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bolder;
	text-decoration: underline;
}  
ul.news img.picto { 
margin-left: 0px; vertical-align: middle; margin-right: 3px; 
} 
ul.news li.new span.newheure {
	font-size: 0.9em;
	color: #1F1F66;
	margin-right: 5px;
	font-weight: bold;
} 
ul.news li.new span.heure { 
font-size: 0.8em; color: #999999; margin-right: 5px 
} 
ul.simple li span.date { 
font-size: 0.8em; color: #999999; margin-right: 5px 
} 


/* lien */
a.lientitregras {
	display: block ;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin-left:0px;
}

a.lienpucegras, span.pucegras {
	display: block ;
	font-weight: bold;
	font-size: 14px;
	/*text-transform: uppercase;*/
	margin-left:2px;
	color:#085aaf;
}

a.lienpucedemigras, span.pucedemigras {
	display: block ;
	font-weight: bold;
	font-size: 13px;
	/*text-transform: uppercase;*/
	margin-left:2px;
	text-indent: 14px;
	background: url(images/puce/vert.gif) no-repeat;
	color:#000080;
}

a.lienpuce,a.lienpucevert {
	display:block;
	color:#000080; 
	margin-left:2px;
	text-indent:10px;
	list-style-type:none;
}
a.lienpuce {
	background:url(images/puce/fleche-rouge.gif) no-repeat;
}

a.lienpucevert {
	background:url(images/puce/liste.gif) no-repeat;
}
a.plus_de { 
padding-right: 18px; display: block; font-size: 0.75em; margin: 1px 3px; color: #000080; line-height: 23px; text-align: right 
} 
/* Divers */

.fauxlien {
	color: #000080; 
	text-decoration: underline;
	}
	
/* navigation de page */

.utilsBox{
	border: 1px solid #CCCCCC;
	background: #d5e1f4;
	padding-top: 2px;
	padding-bottom: 2px;
}




.v08 {font-family: 'trebuchet ms', arial, sans-serif;  font-size: 8px; }
.v08b {font-family: 'trebuchet ms', arial, sans-serif;  font-size: 8px; font-weight: bold; }
.v08rg {font-family: 'trebuchet ms', arial, sans-serif;  font-size: 8px;  font-weight: lighter;  color: #CC0000; }
.v08bl {font-family: 'trebuchet ms', arial, sans-serif;  font-size: 8px;  font-weight: lighter;  color: #085aaf; }

.v09 { font-family: 'trebuchet ms', arial, sans-serif;  font-size: 9px; }
.v09b { font-family: 'trebuchet ms', arial, sans-serif;  font-size: 9px; font-weight: bold; }
.v09rg { font-family: 'trebuchet ms', arial, sans-serif;  font-size: 9px;  font-weight: lighter;  color: #CC0000; }
.v09bl { font-family: 'trebuchet ms', arial, sans-serif;  font-size: 9px;  font-weight: lighter;  color: #085aaf; }
.v09ro { font-family: 'trebuchet ms', arial, sans-serif;  font-size: 9px;  font-weight: lighter;  color: #FF6699; }


.v10 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px; }
.v10b { font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px; font-weight: bold;  }
.v10sc { font-family: 'trebuchet ms', arial, sans-serif;   font-size: 10px; text-decoration: underline; cursor:pointer; color: #ff6699; }
.v10sc1 { font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px; text-decoration: underline; cursor:pointer; color: #0066cc; }
.v10i {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px; font-style: italic;  }
.v10bl {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px;  font-weight: lighter;  color: #085aaf; }
.v10bbl {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px;  font-weight: bold;  color: #085aaf; }
.v10rg {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px;  font-weight: bold;  color: #CC0000; }
.v10ro {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px;  font-weight: bold;  color: #FF6699; }
.v10org {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 10px;  font-weight: bold;  color: #FF814E; }


.v11 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 11px; }
.v11b {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 11px; font-weight: bold;  }
.v11br {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 11px; font-weight: bold;  color: #CC0000;   }
.v11bl {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 11px;  font-weight: bold;  color: #085aaf; }
.v11sc { font-family: 'trebuchet ms', arial, sans-serif;  font-size: 11px; text-decoration: underline; cursor:pointer; color: #ff6699;}
.v11sc1 {  font-family: 'trebuchet ms', arial, sans-serif;   font-size: 11px; text-decoration: underline; cursor:pointer; color: #0066cc;}

.v12 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 12px; }
.v12b {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 12px; font-weight: bold;  }
.v12i {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 12px;  font-style: italic;  }
.v12bl {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 12px;  font-weight: bold;  color: #085aaf; }
.v12rg {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 12px;  font-weight: bold;  color: #CC0000; }
.v12ro { font-family: 'trebuchet ms', arial, sans-serif;   font-size: 12px; font-weight: bold; color: #FF6699;}

.v13 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 13px; }
.v13b {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 13px; font-weight: bold;  }
.v13i {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 13px;  font-style: italic;  }

.v14 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 14px; }
.v14b {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 14px; font-weight: bold;  }
.v14i {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 14px;  font-style: italic;  }
.v14bl {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 14px;  font-weight: bold;  color: #085aaf; }
.v14ro {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 14px;  font-weight: bold;  color: #FF6699; }

.v16 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 16px; }
.v16b {   font-family: 'trebuchet ms', arial, sans-serif;  font-size: 16px;  font-weight: bold; }
.v16i {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 16px;  font-style: italic;  }
.v16bl {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 16px;  color: #085aaf; }
.v16blb {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 16px;  color: #085aaf; font-weight: bold;}
.v16ro {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 16px;  font-weight: bold;  color: #FF6699; }

.v18b {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 18px;  font-weight: bold;  }
.v18bl {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 18px;  color: #085aaf; }
.v18blb {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 18px;  color: #085aaf; font-weight: bold;}
.v18ro {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 18px;  font-weight: bold;  color: #FF6699; }

.v24b {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 24px;  font-weight: bold;  }
.v24blb {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 24px;  color: #085aaf; font-weight: bold;}
.v24ro {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 24px;  font-weight: bold;  color: #FF6699; }

.v44b {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 44px;  font-weight: bold;  color: #FF9900;  }

.tag1 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 18px;  font-weight: bold;  color: #085aaf;  text-align: left;   }
.tag2 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 17px;  font-weight: bold;  color: #33CCFF;  text-align: left;   }
.tag3 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 15px;  font-weight: bold;  color: #330033;  text-align: left;   }
.tag4 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 14px;  font-weight: bold;  color: #3399CC;  text-align: left;   }
.tag5 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 12px;  font-weight: bold;  color: #333366;  text-align: left;   }
.tag6 {  font-family: 'trebuchet ms', arial, sans-serif;  font-size: 11px;  color: #999999;  font-weight: bold;   }


.GiantStepsFieldCaptionTD{ border-bottom: 1px solid #E6E6E6; background-color: #F7F7F7; color: #000000; font-size: 13px; font-weight: bold; }
.GiantStepsAltDataTD{ border-bottom: 1px solid #E6E6E6; background-color: #F7F7F7; color: #000000; font-size: 13px; }
.GiantStepsColumnTD{ border-top: 2px solid #000000; border-bottom: 1px solid #000000; background-color: #F3F3F3; color: #000000; font-size: 13px; font-weight: bold; }
.GiantStepsDataTD{ border-bottom: 1px solid #E6E6E6; background-color: #FFFFFF; color: #000000; font-size: 13px; }

form.bourse {
   margin: 0px;
	font-weight: bold;
	color: #085aaf;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	text-align: left;
}

form.bourse .select1 {
	color: #085aaf;
	font-size: 10px;
	background: #FFFFFF;
	margin-top:3px;
	width: 230px;
}
form.bourse .select2 {
	color: #085aaf;
	font-size: 10px;
	background: #FFFFFF;
	margin-top:3px;
	width: 140px;
}

boxlastnews {
	background: #FFFFee;
	margin-top: 3px;
	width: 140px;
	border: 1px solid Black;
}

.Footer { 
	font-size: 13px;
	padding: 4px;
	
	background-color: #ffffff; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.Footer a:link {
	FONT: Verdana, Lucida, Arial, sans-serif; COLOR: #085aaf
}
.Footer a:visited {
	FONT: Verdana, Lucida, Arial, sans-serif; COLOR: #085aaf
}
.Footer a:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #085aaf; TEXT-DECORATION: underline;
}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	vertical-align: middle;
}
	
#glossaire a:link {
	FONT: Verdana, Lucida, Arial, sans-serif;
	COLOR: #CC0066;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed Black;
}
#glossaire a:visited {
	FONT: Verdana, Lucida, Arial, sans-serif; 
	COLOR: #CC0066; 
	TEXT-DECORATION: none;
	border-bottom: 1px dashed Black;
}
#glossaire a:hover {
	COLOR: #CC0066;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed Black;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background: #000;border:2px double #fff;text-align:left;padding:5px;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,serif; }
body div#toolTip p em { display:block;margin-top:3px;color: #FF9933;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

div.thumb { 
border-left-color: white; margin-bottom: 0.5em; border-bottom-color: white; overflow: hidden; width: auto; border-top-style: solid; border-top-color: white; border-right-style: solid; border-left-style: solid; border-right-color: white; border-bottom-style: solid 
} 
div.thumb div { 
border-right: #cccccc 1px solid; padding-right: 3px! important; border-top: #cccccc 1px solid; padding-left: 3px! important; font-size: 94%; padding-bottom: 3px! important; border-left: #cccccc 1px solid; padding-top: 3px! important; border-bottom: #cccccc 1px solid; background-color: #f9f9f9; text-align: center 
} 
div.thumb div a img { 
border-right: #cccccc 1px solid; border-top: #cccccc 1px solid; border-left: #cccccc 1px solid; border-bottom: #cccccc 1px solid 
} 
div.thumb div div.thumbcaption { 
padding-right: 0px; padding-left: 0px; padding-bottom: 0.1em; border-top-style: none; padding-top: 0.3em; border-right-style: none; border-left-style: none; border-bottom-style: none 
}
div.magnify { 
display: none;
} 


.container01 {
  margin:0 ; padding:0 ;
  background-color:#ffffff;
        }

.displayNone {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.clear_both {
clear:both;
height:1px;
line-height:1px;
font-size:1px;
}

#homepagev2 #h_homepage #bottom #copyright #b_menu li {
float:left;
}

/*Titre2*/
.titre2 {
background:transparent url('images/titre_fin_1.gif') repeat-x center 70%;height:18px;
}

.titre2_left {
background:url('images/titre_gauche_1.gif') no-repeat;float:left;
height:18px;
width:15px;}

.titre2_milieu {
color:#000080;background:#6db1dd url('images/titre_centre_1.gif') repeat-x;height:14px;
font-size:12px;
font-weight:bold;
float:left;
padding:2px 10px;
overflow:hidden;
}
.titre2_milieu a {
color:#000080;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.titre2_milieu a:hover {
color:#000080;
text-decoration:underline;
}

.titre2_right {
background:url('images/titre_droit_1.gif') no-repeat;float:left;
width:5px;
height:18px;
}

/*Titre4*/
.titre3 {
background:transparent url('images/titre_fin_1.gif') repeat-x center 70%;height:23px;
}

.titre3_left {
background:url('images/titre_gauche_1.gif') no-repeat;float:left;
height:23px;
width:15px;}

.titre3_milieu {
color:#000080; ;background:#6db1dd url('images/titre_centre_1.gif') repeat-x;height:19px;
font-size:14px;
font-weight:bold;
float:left;
padding:2px 10px;
overflow:hidden;
}
.titre3_milieu a {
color:#000080;
text-decoration:none;
font-size:14px;
font-weight:bold;
}
.titre3_milieu a:hover {
color:#000080;
text-decoration:underline;
}

.titre3_right {
background:url('images/titre_droit_1.gif') no-repeat;float:left;
width:5px;
height:23px;
}

/*Titre4*/
.titre4 {
background:transparent url('images/titre_fin.gif') repeat-x center 70%;height:23px;
}

.titre4_left {
background:url('images/titre_gauche.gif') no-repeat;float:left;
height:23px;
width:15px;}

.titre4_milieu {
color:#fff;background:#6db1dd url('images/titre_centre.gif') repeat-x;height:19px;
font-size:14px;
font-weight:bold;
float:left;
padding:2px 10px;
overflow:hidden;
}
.titre4_milieu a {
color:#fff;
text-decoration:none;
font-size:14px;
font-weight:bold;
}
.titre4_milieu a:hover {
color:#fff;
text-decoration:underline;
}

.titre4_right {
background:url('images/titre_droit.gif') no-repeat;float:left;
width:5px;
height:23px;
}

/*Titre5*/
.titre5 {
background:transparent url('images/titre_fin.gif') repeat-x center 70%;height:18px;
}

.titre5_left {
background:url('images/titre_gauche.gif') no-repeat;float:left;
height:18px;
width:15px;}

.titre5_milieu {
color:#fff;background:#6db1dd url('images/titre_centre.gif') repeat-x;height:14px;
font-size:12px;
font-weight:bold;
float:left;
padding:2px 10px;
overflow:hidden;
}
.titre5_milieu a {
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.titre5_milieu a:hover {
color:#fff;
text-decoration:underline;
}

.titre5_right {
background:url('images/titre_droit.gif') no-repeat;float:left;
width:5px;
height:18px;
}


/*Titre5 transparent*/
.titre5t {
background:transparent url('images/titre_fin.gif') repeat-x center 70%;height:18px;
}

.titre5t_left {
background:url('images/titre_gauche.gif') no-repeat;float:left;
height:18px;
width:15px;}

.titre5t_milieu {
color:#fff;background:#6db1dd url('images/titre_centre.gif') repeat-x;height:14px;
font-size:12px;
font-weight:bold;
float:left;
padding:2px 10px;
overflow:hidden;
}
.titre5t_milieu a {
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.titre5t_milieu a:hover {
color:#fff;
text-decoration:underline;
}

.titre5t_right {
background:url('images/titre_droit.gif') no-repeat;float:left;
width:5px;
height:18px;
}


/*Titre forum*/
.titre6 {
background:transparent url('images/titre_fin_6.gif') repeat-x center 70%;height:18px;
}

.titre6_left {
background:url('images/titre_gauche_6.gif') no-repeat;float:left;
height:18px;
width:15px;}

.titre6_milieu {
color:#000080;background:#dfdfdf url('images/titre_centre_6.gif') repeat-x;height:14px;
font-size:12px;
font-weight:bold;
float:left;
padding:2px 10px;
overflow:hidden;
}
.titre6_milieu a {
color:#000080;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.titre6_milieu a:hover {
color:#000080;
text-decoration:underline;
}

.titre6_right {
background:url('images/titre_droit_6.gif') no-repeat;float:left;
width:5px;
height:18px;
}


.titre1_milieu h2 ,.titre2_milieu h2 ,.titre3_milieu h2 ,.titre4_milieu h2,.titre5_milieu h2,.titre6_milieu h2  {
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
}
h1.inherit,h2.inherit,h3.inherit,h4.inherit {
font-size:inherit;
font-weight:inherit;
text-align:inherit;
margin:0;padding:0;
}

.anepasmanquer_lr {
float:left;
padding:0px 5px;
width:375px;}


/*Sous titre*/

.soustitre {

background-image: url(images/soustitre_debut.gif);
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
height: 18px;

}

.soustitre_left {
background-color: transparent;
background-image: url(images/soustitre_gauche.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
float: right;
height: 18px;
width: 4px;
}

.soustitre_right { 
background-color: transparent;
background-image: url(images/soustitre_droit.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
float: right;
height: 18px;
width: 15px;

}

.soustitre_milieu {
background-color: transparent;
background-image: url(images/soustitre_centre.gif);
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
color: #8381c2;
float: right;
font-family: Verdana,sans-serif;
font-size: 10px;
height: 18px;
}

/*Sous titre transparent*/

.soustitret {
background-color: transparent;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
height: 18px;

}

.soustitret_left {
background-color: transparent;
background-image: url(images/soustitre_gauche.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
float: right;
height: 18px;
width: 4px;
}

.soustitret_right { 
background-color: transparent;
background-image: url(images/soustitre_droit.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
float: right;
height: 18px;
width: 15px;

}

.soustitret_milieu {
background-color: transparent;
background-image: url(images/soustitre_centre.gif);
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
color: #8381c2;
float: right;
font-family: Verdana,sans-serif;
font-size: 10px;
height: 18px;
}

/*Sous titre transparent - forum*/

.soustitret6 {
background-color: transparent;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
height: 18px;

}

.soustitret6_left {
background-color: transparent;
background-image: url(images/soustitre6_gauche.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
float: right;
height: 18px;
width: 4px;
}

.soustitret6_right { 
background-color: transparent;
background-image: url(images/soustitre6_droit.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
float: right;
height: 18px;
width: 15px;

}

.soustitret6_milieu {
background-color: transparent;
background-image: url(images/soustitre6_centre.gif);
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
color: #8381c2;
float: right;
font-family: Verdana,sans-serif;
font-size: 10px;
height: 18px;
}

