/* CSS Document */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	padding: 5px 0px 3px 0px;
	margin: 0px;
}
ol {
	margin: 0px 0px 0px 63px;
	padding: 5px 30px 3px 0px;
}
ul {
	list-style-type :  disc;
	margin: 0px 0px 0px 63px;
	padding: 5px 30px 3px 0px;
}
li {
	padding: 5px 35px 5px 0px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #88628E;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #8b8bd1;
	scrollbar-highlight-color: #b7b7d1;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #b7b7d1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #b7b7d1;
	scrollbar-darkshadow-color: #b7b7d1;
}
body.accueil {
  	background: url(images/fondgauche.jpg) no-repeat;
        background-position: 15px 350px;
}
a:link    {text-decoration: none; color: #404040; font-weight: bold;}
a:visited {text-decoration: none; color: #404040; font-weight: bold;}
a:hover   {text-decoration: none; color: #FEFEB6; font-weight: bold;}

a.leger:link    {color: #000000; font-weight: normal; font-size: 10px;}
a.leger:visited {color: #333333; font-weight: normal; font-size: 10px;}
a.leger:hover   {color: #FBCB51; font-weight: normal; font-size: 10px;}

a.bkjaune:link    {color: #000000; font-weight: normal;}
a.bkjaune:visited {color: #333333; font-weight: normal;}
a.bkjaune:hover   {color: #FBCB51; font-weight: normal; background: #000000;}

a.jaune:link    {color:#FBCB51;}
a.jaune:visited {color:#FBCB51;}
a.jaune:hover  {color:#FEFEB6;}

a.fdblanc:link    {color: #000000; font-weight: normal;}
a.fdblanc:visited {color: #333333; font-weight: normal;}
a.fdblanc:hover   {color: #FBCB51; font-weight: normal;}

/* Conteneurs */
#banniere {
	width: 1000px;
	height: 150px;
}
#bas {
	width: 995px;
}
#blocgauche {
	float: left;
	width: 185px;
	min-height: 1000px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	margin-left: 5px;
}
.titre {
	overflow: hidden;
	background: #FFF url(images/1x22.gif) repeat-x;
	height: 22px;
	cursor: pointer;
	margin-bottom: 15px;
}
.ftitre {
	overflow: hidden;
	background: #FFF url(images/1x22.gif) repeat-x;
	height: 22px;
	display: none;
	cursor: pointer;
}
.txttitre {
	float: left;
	padding: 0px;
	font-weight: bold;
}
.bouton {
	width: 22px;
	float: right;
}
.article {
	padding: 10px;
	display: none;
	/*background: #EEEEEE;
        filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;  */
	margin-bottom: 10px;
}
.cartouche {
	margin-top: 20px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	text-align: center;
	font-weight: bold;
}
.contact {
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	text-align: center;
	/*font-family: 'Comic sans MS', Impact, Arial, sans-serif;*/
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}
.contact a:link    {text-decoration: none; color: #FBCB51;}
.contact a:visited {text-decoration: none; color: #FBCB51;}
.contact a:hover   {text-decoration: none; color: #FEFEB6;}
#blocmilieu {
	float: left;
	width: 570px;
	margin-left: 20px;
}
/* ---------- menu ---------- */
#mvhaut {
	float: left;
	width: 560px;
	margin-top: 18px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.menubarg {
	overflow: hidden;
	background-image: url(images/1x22.gif);
	text-align: left;
	height: 22px;
	width: 150px;
	background-repeat: repeat-x;
	float: left;


}
.menubarc {
	overflow: hidden;
	background-image: url(images/1x22.gif);
	height: 25px;
	width: 260px;
	background-repeat: repeat-x;
	float: left;
	line-height: normal;
	text-align: center;
}
.pagesel {
	text-decoration: underline;
}
#barDemasq {
	cursor: pointer;
}
#barMasq {
	cursor: pointer;
	display: none;
}
.menubard {
	overflow: hidden;
	background-image: url(images/1x22.gif);
	text-align: right;
	float: left;
	height: 22px;
	width: 150px;
	background-repeat: repeat-x;

}
/* ---------- onglet ---------- */
.marge {
	/*background-color: green;*/
	float:clear;
	display: block;
}
.photoliste {
	float: left;
	width: 125px;
	height: 88px;
    	margin-top: 20px;
}
.descriptif {
	overflow: hidden;
	float: left;
	width: 435px;
	height: 66px;
   	margin-top: 20px;
}
.descnom {
	overflow: hidden;
	float: left;
	width: 210px;
	height: 20px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	}
.descico {
	overflow: hidden;
	float: left;
	width: 70px;
	height: 20px;
	text-align: right;
	}
.desclibduree {
	overflow: hidden;
	float: left;
	width: 40px;
	height: 20px;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	}
.desctemps {
	overflow: hidden;
	float: left;
	width: 40px;
	height: 20px;
	padding-left: 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	}
.descpoids {
	overflow: hidden;
	float: left;
	width: 60px;
	height: 20px;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	}
.desctexte {
	overflow: hidden;
	float: left;
	width: 420px;
	height: 40px;
	padding-left: 10px;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	}
.barre {
	cursor: pointer;
	overflow: hidden;
	float: left;
	width: 435px;
	height: 22px;
	text-align: right;
	background-image: url(images/1x22.gif);
	background-repeat: repeat-x;
}
.barre2 {
	cursor: pointer;
	overflow: hidden;
	display: none;
	float: left;
	width: 435px;
	height: 22px;
	text-align: right;
	background-image: url(images/1x22.gif);
	background-repeat: repeat-x;
}
.onglet {
	float: left;
	display: none;
	overflow: hidden;
	width: 560px;
	height: 225px;
	background-image: url(images/onglet.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.ongletsmart {
	display: none;
	overflow: hidden;
	float: left;
	padding-top: 5px;
	text-align: center;
	width: 560px;
	height: 270px;
	background-image: url(images/ongletsmart.jpg);
	background-repeat: no-repeat;
}
.onglistphoto {
	float: left;
	width: 345px;
	height: 193px;
	padding-top: 15px;
}
.onglistemarge {
	float: left;
	width: 345px;
	height: 17px;
	text-align: center;
}
.ongcolone {
	float: left;
	width: 195px;
	height: 210px;
	padding-left: 5px;
}
.ongfermer {
	float: left;
	text-align: right;
	width: 190px;
	height: 22px;
}
.ongtext {
	float: left;
	text-align: center;
	width: 185px;
	padding-top: 0 px;
}
.ongphoto {
	float: left;
	width: 115px;
	height: 88px;
}
/* ---------- pub ---------- */
#blocdroite {
	float: right;
	width:180px;
	min-height: 500px;
	text-align: center;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 15px;
	margin-left: 0px;
}
#basdepage {
	float: left;
	text-align: center;
	width: 560px;
	min-height: 225px;
	padding-bottom: 10px;
	padding-top: 25px;
	margin-top: 20px;
	background-color: #FFFFFF;
}
body.accueil .bas{
	background: #AFACB7;
	color: #FFF;
	margin: 0px 0px 25px 0px;
	padding: 5px;
}
body.accueil .bas a:link    {color: #FFF;}
body.accueil .bas a:visited {color: #FFF;}
body.accueil .bas a:hover   {color: #212E68;}

.lien1 :link     {
	color: #CCCCCC;
	text-decoration: none;
}
.lien1 :visited  { color: #000000; }
.lien1 :active   { color: #FFFFFF; }
.lien1 :hover    { color: #FFFFFF; }
.lien1 :focus    { color: #FFFFFF; }


.petit {
	font-size: 10px;
	}

.moyen {
	font-size: 12px;
	}
.gros {
	/*color: #FFOOOO;*/
	font-size: 14px;
	font-weight: bold;
}
#blocallo {
	/*width: 384px;
	min-height: 350px;*/
	text-align: center;
	padding: 10px;
	background-color: #DDDDDD;
	border: solid black 1px;
	margin: 10px;
}
.allonom {
	overflow: hidden;
	/*float: left;
	width: 200px;*/
	font-size: 16px;
	font-weight: bold;
}

.bttelche{
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	text-align: center;
}
.textetelech {
	width:300px;
	text-align: center;
}
table.pub {
	width: 99%;
}
table.pub td {
	width: 33%;
	text-align: center;
}
/************************************/
/****************** page affiliation */
/************************************/
body.affil {
  	background: url(images/banniere3.jpg) no-repeat;
	padding: 18px;
	text-align: left;
}

body.affil a:hover   {background: #000;}
#retour {
	float: left;
	padding: 1px 8px 3px;
	background: #9E77A4;
	border: 2px outset #CCA1D3;
	margin: 13px;
	float: right
}
#retour a:link    {color: #000;}
#retour a:visited {color: #000;}
#retour a:hover   {color: #FEFEB6;background: none;}

body.affil p{
	padding: 5px 30px 3px 40px;
}
body.affil p{
	padding: 5px 35px 3px 35px;
}
body.affil  h1 {
	padding: 90px 0px 0px 0px;
}
body.affil  h2 {
	padding: 25px 0px 5px 35px;
}
body.affil  h3 {
	color: #FFF;
	background: #9E77A4;
	padding: 0px 0px 2px 5px;
	margin: 15px 25px 0px 35px;
}
body.affil .centre{
	width: 735px;
	text-align: justify;
}
body.affil table {
	text-align: center;
	width: 679px;
	margin: 0px 0px 0px 33px;
}

body.affil table td{
	vertical-align: top;
}
body.affil table td.titre3{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background: #9E77A4;
}
body.affil table td img{
	border: 1px #9FA9D4 solid;
}
/*
// --- page support
*/
.erreur {
	background: #E61C01;
}
body#support {
	background: url(images/banniere3.jpg) top left no-repeat;
}
body#support #banniere {
	height: 40px;
}
body#support #haut {
	height: 40px;
}
body#support td#marge_gauche {
	width: 18px;
}
body#support td#marge_droite {
}
body#support  td {
	text-align: left;
}
body#support table#mep {
	width: 780px;
}
body#support table#fsupport td {
	text-align: right;
}
body#support td.interloc {
	padding-top: 15px;
	text-align: center;
}
body#support td p {
	margin: 2px 0px 0px 104px;
	text-align: center;
}
body#support div.message {
	background: #FDFAE7;
	color: #000;
}
body#support div#email {
	background: #88628E;
	color: #FFF;
}
body#support  p.erreur {
	color: #FFF;
}
body#support select{
	width: 600px;
}
body#support input#email {
	width: 540px;
}
body#support input#email2 {
	width: 540px;
}
body#support input#sujet {
	width: 540px;
}
body#support textarea {
	width: 540px;
}
