@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFFFFF;
	 background-image:url(img/bg1.gif);
	 background-repeat:repeat-x;
}

.header1 {
	background-repeat: repeat-x;
	background-image: url(img/bg1.gif);
}

.header3 {
	background-repeat: repeat-x;
	background-image: url(img/bg3.gif);
}

.login {
	background-image: url(img/bg2.gif);
	background-repeat: no-repeat;
	width: 241px;
	height: 94px;
}
.fondMenu {
	background-image: url(img/bg4.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #EFEFEF;
}

.onglet {
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 15px;
	height: 22px;
}

.titre1 {
	background-image: url(img/onglet1_1.gif);
	border-bottom: 1px solid #136fa9;
	font-size: 0.8em;
}
.titre10 {
	background-image: url(img/onglet1_0.gif);
	background-repeat: no-repeat;
}
.titre12 {
	background-image: url(img/onglet1_2.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #136fa9;
	font-size: 0.9em;
}
.titre2 {
	background-image: url(img/onglet2_1.gif);
	border-bottom: 1px solid #666;
	font-size: 0.8em;
}
.titre22 {
	background-image: url(img/onglet2_2.gif);
	border-bottom: 1px solid #666;
}

.titre3 {
	background-image: url(img/onglet3_1.gif);
	border-bottom: 1px solid #f54e05;
	font-size: 0.8em;
}
.titre32 {
	background-image: url(img/onglet3_2.gif);
	border-bottom: 1px solid #f54e05;
}

.titre4 {
	background-image: url(img/onglet4_1.gif);
	border-bottom: 1px solid #a8a8a8;
	font-size: 0.8em;
}
.titre42 {
	background-image: url(img/onglet4_2.gif);
	border-bottom: 1px solid #a8a8a8;
}

.titre5 {
	background-image: url(img/onglet5_1.gif);
	border-bottom: 1px solid #7dab1b;
	font-size: 0.8em;
}
.titre52 {
	background-image: url(img/onglet5_2.gif);
	border-bottom: 1px solid #7dab1b;
}
.titre6 {
	background-image: url(img/onglet6_1.gif);
	border-bottom: 1px solid #9dbe56;
	font-size: 0.8em;
}
.titre62 {
	background-image: url(img/onglet6_2.gif);
	border-bottom: 1px solid #9dbe56;
}
.titre7 {
	background-image: url(img/onglet7_1.gif);
	border-bottom: 1px solid #adc66d;
	font-size: 0.8em;
}
.titre72 {
	background-image: url(img/onglet7_2.gif);
	border-bottom: 1px solid #adc66d;
}
.fonddroite {
	background-image: url(img/bg5.gif);
}

.fondrecherchedroite {
	border-bottom: 1px solid #737a30;
	border-right: 1px solid #737a30;
	background-image: url(img/bg5.gif);
}

.fondrecherchegauche {
	border-bottom: 1px solid #737a30;
	border-left: 1px solid #737a30;
	background-image: url(img/bg5.gif);
}

#menu {
	margin-top: 2px;
	border-top:1px solid #000;
}

#menu a.bt1 {
	background-image: url('img/mbt1.gif');
	background-position: 0 -24px;
	display: block;
	float: right;
}

#menu a.bt1:hover {
	background-position: 0 0px;
}

#menu a.bt2 {
	background-image: url('img/mbt2.gif');
	background-position: 0 -24px;
	display: block;
	float: right;
}

#menu a.bt2:hover {
	background-position: 0 0px;
}

#menu a.bt3 {
	background-image: url('img/mbt3.gif');
	background-position: 0 -24px;
	display: block;
	float: right;
}

#menu a.bt3:hover {
	background-position: 0 0px;
}

#menu a.bt4 {
	background-image: url('img/mbt4.gif');
	background-position: 0 -24px;
	display: block;
	float: right;
}

#menu a.bt4:hover {
	background-position: 0 0px;
}

#menu a.bt5 {
	background-image: url('img/mbt5.gif');
	background-position: 0 -24px;
	display: block;
	float: right;
}

#menu a.bt5:hover {
	background-position: 0 0px;
}

#menu a.on {
	background-position: 0 0px;
}

.champ {
	border: 1px solid #CCC;
	font-size: 10px;
	height: 15px;
	background-image: url('img/bg_input.gif');
	margin:0px;
	padding:0px;
}
.btn {
	background-image: url('img/bg_input.gif');
	border-left:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size: 10px;
	height: 20px;
	padding:2px;
	color:#000;
	text-decoration:none;
	padding-top:1px;
	padding-left:6px;
	padding-right:5px;
	padding-bottom:1px;
}

.btn:hover {
	padding-top:2px;
	padding-left:7px;
	padding-right:4px;
	padding-bottom:0spx;
}

#bas {
	color: #FFF;
	font-size: 0.7em;
}
.btnaccueil {
	background-color:#666;
	width:60px;
	text-align:center;
	padding:6px;
}
#bas span{
	padding:6px;
	display:inline;
	text-align:center;
	height:20px;
}

#bas a {
	color: #FFF;
	text-decoration: none;
	padding:6px;
	height:20px;
}

#bas a:hover {
	text-decoration: underline;
}

/* Smenu1 */
#smenu1 a {
	text-decoration: none;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFF;

}

#smenu1 a:hover {
	text-decoration: underline;
}

#smenu1 ul {
	width: 158px;
	padding-bottom: 8px;
	background-image: url('img/bg_bt1.gif');
}

#smenu1 li {
	padding-left: 16px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 1px;
	background-image: url('img/bg_bt1.gif');
	list-style-type: none;
	line-height:0.6em;
}


/* Smenu2 */
#smenu2, #smenu3, #eclairage {
	border-top: 3px solid #666;
}

#smenu2 a {
	text-decoration: none;
	font-size: 0.6em;
	color: #000;
}

#smenu2 a:hover {
	text-decoration: underline;
}

#smenu2 ul {
	width: 158px;
	padding-bottom: 5px;
}

#smenu2 li {
	padding-left: 16px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 7px;
	background-image: url('img/bg_bt2.gif');
	list-style-type: none;
}

#smenu2 .rouge {
	background-image: url('img/bg_bt2_on.gif');
	list-style-type: none;
}

#smenu2 .lienrouge {
	color: #f54e05;
}

#smenu2 li.autreSujet {
	background-image: url('img/bg_bt2_on_fin.gif');
}
/* Smenu3 */

#smenu3 {
		border-bottom: 3px solid #666;
}

#smenu3 a {
	text-decoration: none;
	font-size: 0.6em;
	color: #333;
}

#smenu3 a:hover {
	text-decoration: underline;
}

#smenu3 ul {
	width: 158px;
	padding-bottom: 5px;
}

#smenu3 li {
	padding-left: 16px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-image: url('img/bg_bt3.gif');
	list-style-type: none;
}

#smenu3 li.autreSujet {
	background-image: url('img/bg_bt3_fin.gif');
}
/* menu droite 1*/
#mdroite1 a {
	text-decoration: none;
	font-size: 0.6em; /*	text-transform:uppercase;*/
	color: #333;
}

#mdroite1 a:hover {
	text-decoration: underline;
}

#mdroite1 ul {
	width: 160px;
}

#mdroite1 li {
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-image: url('img/bg6.gif');
	list-style-type: none;
}
#mdroite1 li.autreSujet{
	background-image: url('img/bg6_fin.gif');
}

/* menu droite 2*/
#mdroite2 a {
	text-decoration: none;
	font-size: 0.6em;
	color: #333;
}

#mdroite2 a:hover {
	text-decoration: underline;
}

#mdroite2 ul {
	width: 160px;
}

#mdroite2 li {
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-image: url('img/bg7.gif');
	list-style-type: none;
}

#mdroite2 li.autreSujet{
	background-image: url('img/bg7_fin.gif');
}
/* ECLAIRAGE */
#eclairage {
	background-image: url('img/bg_eclairage.gif');
	background-repeat: repeat-y;
	font-size: 0.7em;
	color: #666;
	padding: 10px;
	margin: 0px;
	height: 65px;
}

#eclairage a {
	color: #666;
	text-decoration: none;
}

#eclairage a:hover {
	text-decoration: underline;
}

#eclairage img {
	margin: 4px;
}

#eclairage .petit {
	font-size: 1.1em;
	padding-top: 5px;
}

/* Articles */
#une .petit {
	font-size: 0.7em;
}

p {
	font-size: 0.7em;
}

h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #08598c;
}

h1:first-letter{
	text-transform: capitalize;
}

h1 a{
	font-size: 0.9em;
	font-weight: bold;
	color: #08598c;
}

.date {
	font-size: 0.6em;
	color: #666;
	padding-bottom: 10px;
}

.suite {
	font-style:italic;
	margin: 5px;
}

.suite a {
	color: #666666;
}

.suite a:hover {
	font-weight: bold;
}


.retourhaut {
	text-align:right;
	color:#999;
}
.retourhaut a{
	color:#999;
}
.titrerubrique {
	color: #666666;
	font-size: 0.7em;
	padding-bottom: 4px;
	font-weight: bold;
}

#identifie {
	background-image:url('img/bg_abonne.gif');
	background-repeat:no-repeat;
	height:94px;
	width:241px;
}

#identifie a.btcompte {
	background-image:url('img/bt_compte.gif');
	background-repeat:no-repeat;
	float:left;
	margin-left:70px;
	margin-right:0px;
	margin-bottom:1px;
	background-position:0px 0px;
}
#identifie a.btcompte:hover {
	background-position:0px -26px;
}

#identifie a.btparrain {
	background-image:url('img/bt_parrain.gif');
	background-repeat:no-repeat;
	float:left;
	margin-left:70px;
	margin-right:0px;
	background-position:0px -26px;

}
#identifie a.btparrain:hover {
	background-position:0px 0px;
}

#identifie a.btarchive {
	background-image:url('img/bt_archive.gif');
	background-repeat:no-repeat;
	float:left;
	margin-left:70px;
	margin-bottom:1px;
	margin-right:0px;
	background-position:0px 0px;
}

#identifie a.btarchive:hover {
	background-position:0px -32px;
}
/* Abonnement */

.titreForm {
	font-size:14px;
	margin-top:20px;
	padding-bottom:7px;
	padding-left:10px;
	text-align:left;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #666;
}


#reponse {
	width:750px;
	text-align:center;
}

#reponse p {
	font-size:11px;
	font-weight:bold;
}
#reponse a.btn {
	text-decoration:none;
	color:#000;
	padding:2px;
}

.messerreur {
	background-color:#ff9393;
	color:#FFF;
	border:2px solid #ff0000;
	font-size:12px;
	font-weight:bold;
}
.invisible{
	display:none;
}
.visible{
	display:run-in;
}

#abonnement {
	padding-top:10px;
	width:400px;
	padding:1px;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #dbdbdb;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#E7E7E7;

}
#abonnement TD{
	padding:5px;
}
#abonnement TR {
	border-bottom:1px dotted #CCC;
}
#abonnement  h1{
	font-size:15px;
}
#abonnement .etiquette{
	font-size: 11px;
	text-align:right;
}
#abonnement .petiteetiquette{
	font-size: 10px;
	text-align: left;
	padding: 2px;
	width: 180px;
	display: block;
	float: left;
	margin-left: 15px;
}

#abonnement .erreur{
	background-image:url(img/bg_erreur.gif);
	color:#FFF;
}
.stitreform{
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding-bottom:1px;

}
a.moncompte {
	text-decoration: none;
	color: #efefef;
	font-size: 14px;
}

#icone {
	border-top:1px dotted #CCC;
	width:500px;
	padding:5px; margin:5px;
}

#articleContent {
	width:100%;
	height:100%;
}


.boutonArticle {
	margin: 0px 10px 0px 10px;
	background-color: #ededed;
	border-width: 1px 1px 0px 1px;
	border-color: #cccccc;
	padding: 5px 5px 5px 5px;

}

.themepreferres {
	float: left;
	font-size: 11px;
	font-weight: bold;
}

a.lienArticle {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	margin-right:10px;
}

a.lienArticle:hover{
	text-decoration: underline;
}
#contenuarticle {
 		padding-left:15px;
 	}
#contenuarticle a {
 	  color: #000;
		text-decoration: none;
 	}
#contenuarticle a:hover {
		text-decoration: underline;
	}

#contenuUne {
	 background-color:  #eef5f9;
	 padding-left:15px;
	 border-top:1px solid #1370ab;
	 border-left:1px solid #1370ab;
	 border-bottom:1px solid #1370ab;
	}
#contenuUne a {
	color: #000;
	text-decoration: none;
}
#contenuUne a:hover {
	text-decoration: underline;
}
#contenuUne .suite a {
	color: #666;
}


.showimage {
	float: right;
	margin: 0px 0px 2px 10px;
}
.showimage p{
	font-size: 10px;
	color: #999;
	margin: 0px 0px 5px 0px;
}

.showimage .showliste {
		/*width: 100px;*/
		border: 1px solid #ccc;
}

.showimage .showune {
		/*width: 175px;*/
		padding: 10px;

}

.showimage .showarticle {
		/*width: 300px;*/
}

#documents {
	margin-top: 20px;
	background-color: #fdfdcd;
	border: 1px dotted #f0f0f0;
	padding: 8px;
	font-size: 10px;
}
#documents a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#documents a:hover{
	text-decoration: underline;
	color: #000;
}
.titreDroite {
	text-align: center;
	width: 210px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color:#CCC;
	border:1px solid #d0d0d0;
}
#formDoc {
	background-color:#ECECEC;
	font-size:11px;
	margin:auto;
	width:90%;
}
#formDoc input,select{
	font-size: 10px;
}
.aboTitle {
  font-size: 14px;
}

.liste1 {
  font-size: 11px;
  text-align:left;
  margin-left:100px;
}

.autreSujet {
	font-style: italic;
	font-weight: normal;
}

#pagination {
	margin: 2em;
	font-size: 11px;
	text-align: center;
}
#pagination a {
	text-decoration: none;
	font-size: 11px;
	color: #666;
	margin: 0 3px 0 3px;
}
#pagination a:hover {
	color: 000;
	font-weight: bold;
}
.search {
	background-color: #f0e0ca;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #red;
}