/*Prémaman CSS Document */

/*------------------------------------------------------------------------------------------------------------*/
/*-----Global site--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
BODY{
background-color:#e9e7d9;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#4b5281;
margin:0px;
padding:0px;
overflow:-moz-scrollbars-vertical;
}
TEXTAREA{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#4b5281;
}
A:link    {color:#7e8ad6; font-weight:bold;}
A:visited {color:#7e8ad6; font-weight:bold;}
A:active  {color:#7e8ad6; font-weight:bold;}
A:hover   {color:#4b5281; font-weight:bold;}
H1{
/*color:*/
font-weight:normal;
font-size:27px;
margin:0px;
text-transform:uppercase;
}
H2{
/*color:*/
font-weight:normal;
font-size:19px;
margin:0px 0px 10px 0px;
text-transform:uppercase;
}
H3{
/*color:*/
font-weight:normal;
font-size:19px;
margin:0px 0px 10px 0px;
}
H4{
/*color:*/
font-weight:normal;
font-size:14px;
font-weight:bold;
margin:0px 0px 5px 0px;
}
H5{
/*color:*/
font-weight:normal;
font-size:13px;
font-weight:bold;
margin:0px 0px 0px 0px;
}
H6{
font-weight:normal;
font-size:13px;
font-weight:bold;
margin:0px 0px 0px 0px;
}
UL{
margin:2px;
padding:0;
}
UL LI, OL UL LI {
margin:3px 0px;
padding: 0px 0 0px 10px;
display:block;
background:url(/wapr/img/ml/m2purple.gif) 0px 7px no-repeat;
list-style:none;
}
OL LI{
background:none;
}
.subtitle{
margin-left:40px;
}
#container{
width:984px;
margin:auto;
}
#overtop{
position:relative;
font-size:11px;
margin-top:5px;
height:15px;
}
#overtop #right{
text-align:right;
position:absolute;
right:18px;
top:0px;
width:400px;
}
#overtop #left{
position:absolute;
left:18px;
top:0px;
width:400px;
}
#overtop a{
font-weight:normal;
color:#4b5281;
}
#overtop a:hover{
	color:#7e8ad6;
}

#top{
	height:247px;
	background-image:url(/wapr/img/ml/bg.gif);
	position:relative;
}
#top #lg{
	position:absolute;
	right:17px;
	text-align:right;
	width:200px;
	top: 15px;
}
#top #lg A{
	font-weight:normal;
	text-decoration:none;
}
#top #topMenu{
	position:absolute;
	right:17px;
	text-align:right;
	width:200px;
	bottom: 4px;
	overflow:visible;
	height:23px;
	padding-top:5px;
	
	
}
#top #topMenu A{
	font-weight:normal;
	text-decoration:none;
	background:#FFFFFF;
	/*opacity:.8;*/
	padding:0px 5px;
	border:5px solid #fff;
	
}
#top #topImage{
	margin:0 12px 0px 12px;
}

#main{
background-image:url(/wapr/img/ml/bg.gif);
background-repeat:repeat-y;
padding-left:12px;
padding-right:12px;
}
#pageContent{
float:left;
width:690px;
}
#footer{
text-align:center;
border-bottom:1px solid #e1e3f4;
margin:0px 10px;
height:10px;
}
#footer A:link{color:#4b5281;text-decoration:none; font-weight:normal;}
#footer A:visited{color:#4b5281;text-decoration:none; font-weight:normal;}
#footer A:active{color:#4b5281;text-decoration:none; font-weight:normal;}
#footer A:hover{color:#7e8ad6; text-decoration:none; font-weight:normal;}
#bottom{
height:10px;
background-image:url(/wapr/img/ml/bottom.gif);
background-repeat:no-repeat;
background-position:top;
padding-top:10px;
text-align:center;
}
#left{
float:left;
margin-right:20px;
}
.clearBoth{
clear:both;
/*position:relative;*/
}
.textContent{
/*padding-left:10px;*/
margin-bottom:10px;
}
.small{
	font-size: 10px;
}
.hidden{
display:none;
}

.colorBorder{
border:1px solid #d1d6f4;
padding:4px;
background-color:#ffffff;
margin-bottom:10px;
}
.colorBg{
background-color:#f5f6fd;
padding:8px;
text-align:left;
}

#sendPage{
text-align:right;
padding:10px;
}
#bannerLeft a, #bannerRight a{
display:block;
margin:5px 0 ;
}
.blocLeft{
width:370px;
float:left;
}
.blocRight{
width:300px;
float:left;
margin-left:20px;
}
/*pour aligner une image ŕ droite alors que blocRight (ci-dessus) pour faire une colonne ŕ droite*/
.alignRight{
float:right;
margin-left:10px;
}
/*pour aligner une image ŕ gauche */
.alignLeft{
float:left;
margin-right:10px;
}



/*-----Menu---------------------------------------------------------------------------------------------------*/
/*menu generic*/
#menu{
width:208px;
}
#menu a {
font-size:17px;
color:#FFFFFF;
padding:5px 0px 5px 16px;
margin:2px 0px;
display:block;
text-decoration:none;
font-weight:normal;
}

/*menu green*/
.m1Green a{
background-color:#8bbf0c;/* 91c611*/
}
/*menu orange*/
.m1Orange a{
background-color:#f8c016;
}
/*menu purple*/
.m1Purple a{
background-color:#97a2e7;
}
/*menu pink*/
.m1Pink a{
background-color:#f272ad;
}
/*menu blue*/
.m1Blue a{
background-color:#51c6e9;
}
/*menu Brown*/
.m1Brown a{
background-color:#aa7889;
}
/*menu grey*/
.m1Grey a{
background-color:#c0bca2;
}
/*-----END Menu-----------------------------------------------------------------------------------------------*/

/*-----COLOR CONTENT------------------------------------------------------------------------------------------*/
.green{}
.green h1 ,.green h2, .green h3, .green h4, .green h5{
color:#83b509;
}
.green .colorBorder{
border-color:#91c611;
}
.green .colorBg{
background-color:#edf6d8;
}
.green UL LI{
background-image:url(/wapr/img/ml/m2green.gif);
}

.orange{}
.orange h1 ,.orange h2, .orange h3, .orange h4, .orange h5{
color:#f8a900;
}
.orange .colorBorder{
border-color:#f8c016;
}
.orange .colorBg{
background-color:#fff4d4;
}
.orange UL LI{
background-image:url(/wapr/img/ml/m2orange.gif);
}

.purple{}
.purple h1 ,.purple h2, .purple h3, .purple h4, .purple h5{
color:#98a2e9;
}
.purple .colorBorder{
border-color:#d1d6f4;
}
.purple .colorBg{
background-color:#f5f6fd;
}
.purple UL LI{
background-image:url(/wapr/img/ml/m2purple.gif);
}

.pink{}
.pink h1 ,.pink h2, .pink h3, .pink h4, .pink h5{
color:#f272ad;
}
.pink .colorBorder{
border-color:#fbc9e0;
}
.pink .colorBg{
background-color:#fef4f8;
}
.pink UL LI{
background-image:url(/wapr/img/ml/m2pink.gif);
}

.blue{}
.blue h1 ,.blue h2, .blue h3, .blue h4, .blue h5{
color:#40b0d2;
}
.blue .colorBorder{
border-color:#cef0fa;
}
.blue .colorBg{
background-color:#f1fafd;
}
.blue UL LI{
background-image:url(/wapr/img/ml/m2blue.gif);
}

.brown{}
.brown h1 ,.brown h2, .brown h3, .brown h4, .brown h5{
color:#aa7889;
}
.brown .colorBorder{
border-color:#aa7889;
}
.brown .colorBg{
background-color:#ece5e7;
}
.brown UL LI{
background-image:url(/wapr/img/ml/m2brown.gif);
}

.grey{}
.grey h1 ,.grey h2, .grey h3, .grey h4, .grey h5{
color:#c0bca2;
}
.grey .colorBorder{
border-color:#c0bca2;
}
.grey .colorBg{
background-color:#f8f7f1;
}
.grey UL LI{
background-image:url(/wapr/img/ml/m2grey.gif);
}

/*-----FORM----------------------------------------------------------------------------------------*/

INPUT, SELECT, TEXTAREA {
border: 1px solid #aab09b;
font-size:11px;
}
FORM {
margin:0;
}
INPUT.inputNoBorder{
	border:none;
}

.inputLarge{
width:250px;
}

.btn2 a{
padding:2px 5px;
/*border:1px solid #aab09b;*/
display:block;
color:white;
text-decoration:none;
text-align:center;
}
.green .btn2{
background-color:#91c611;/* 91c611*/
}
/*menu orange*/
.orange a{
background-color:#f8c016;
}
/*menu purple*/
.purple a{
background-color:#d1d6f4;
}
/*menu pink*/
.pink a{
background-color:#fbc9e0;
}
/*menu blue*/
.blue a{
background-color:#cef0fa;
}
/*menu Brown*/
.brown a{
background-color:#aa7889;
}
/*menu grey*/
.grey a{
background-color:#c0bca2;
}


/*-----NoFlashDetected----------------------------------------------------------------------------------------*/
.noFlashBg{
position:relative;
top:207px;
left:5px;
background-color:white;
filter:Alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
width:973px;
height:35px;
}
.noFlash{
position:relative;
top:180px;
right:35px;
text-align:right;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#4b5281;
text-align:right;
}
/*---END Global site------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
@media print {
	BODY{
		overflow:visible !important;
	}
	.break{
		clear:both;
		display:block;
		page-break-after:always;
	}
}
