
 
body {
  font:15px arial,sans-serif;
  background-image:url(images/grad.jpg);
  background-repeat:repeat-x;}

#nav {
	margin: 0;
	padding: 0px 2px 0;
	position: absolute;
	bottom: 0px;
	left: 213px;
	width: 745px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#838382), to(#4E4E4E));
	background: -moz-linear-gradient(top, #838382, #4E4E4E);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838382', endColorstr='#4E4E4E');
	line-height: 100%;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:0px 2px 5px 1px #4E4E4E;
   -o-box-shadow:0px 2px 5px 1px #4E4E4E;
  -webkit-box-shadow:0px 2px 5px 1px #4E4E4E;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* font premier menu */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);

}
/* first links font hover*/
#nav a:hover {
	color: #7FD2FB;

}

/* main level link hover;*/
#nav .current a, #nav > a {
	background: #000 url(img/gradient.png) repeat-x 0 -40px;
	color: white;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);


}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: black;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	background: lightgrey !important; 
	color: black !important;
        border: solid 1px darkgrey;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .2);
	box-shadow: 0 1px 3px rgba(0,0,0, .2);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}
 
/* Sous-menu tous les niveaux */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0; 
	background: #fff; /*#EDEDED url(img/gradient.png) repeat-x 0 0;*/
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

/*removed text-shadow: 0 1px 0 #fff;*/
#nav ul a {
	font-weight: normal;	
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

a:link {
  color:#0582F0;
  text-decoration: none;
}    /* unvisited link menu & news*/

a:hover {/* mouse over link */
  color:#0582F0;
  text-decoration: underline;
}   

a:active {/* selected link */
  color:#0582F0;
  text-decoration: underline;
}  

a:visited { /* visited link */
  color:green;
  text-decoration: none;
}

/*links inside fixa table. Must be white or don't show on bkg */
a.downl:link {
  font-weight: bold;
  color:#FFF;

a.downl:hover {
  font-weight: bold;
  color:#fff;
  text decoration:underline;
}   /* mouse over link */

a.downl:active {
  color:#fff;
}  /* selected link */
} 
a.downl:visited {
  color:yellow;
} /* visited link */

/*links inside text. underlined*/

a.und:link {
  color:##0582F0;
  text-decoration: none;}   

a.und:hover {
  color:#0582F0;
  text-decoration: underline;
}
a:active {
  color:#0582F0;
  text-decoration: underline;
}
a.und:visited {
  color:green;
  text-decoration: underline;
} 

.header {
  color: #ff00ff;
/*  border-bottom:1px solid #4E4E4E;  */
  border-radius:10px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
  background: #ffffff;

	/*background: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#838382));
	background: -moz-linear-gradient(top, #4E4E4E, #838382);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#838382');*/
  text-align:left;
  top:0;
  padding-top:2px;
  padding-bottom:0px;
  height:77px;
  width:960px;
  min-width:760px;
  font-size:17px;
  line-height:25px;
  position:fixed;
  z-index:4;
}


.container {
  background: white;
  margin:0 auto;
  padding-top:0;
  margin-top:0;  
  width:960px;
  max-width:960px;
  min-width:760px;
  height:1000px; 
  z-index: 30;
}


.logo {
}

.menu {
  background-color:#FFF;
  height:630px;
  padding-top:40px;
  padding-left:0px;
  width:200px;
  float:left;
  text-align:center;
  top:80px;
  position:fixed;
  z-index: 3;
  }

.news {
  font:12px arial,sans-serif;
  padding: 3px; 
  margin-left:5px;
  border: 1px solid #E3E2E2;
  background-color:#F8F8F8; 
    border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

  box-shadow:2px 4px 6px 2px #ADADAD;
  -moz-box-shadow:2px 4px 6px 2px #ADADAD;
  -o-box-shadow:2px 4px 6px 2px #ADADAD;
  -webkit-box-shadow:2px 4px 6px 2px #ADADAD;

  width: 200px; 
  min-width: 200px; 
  height: 255px;
  Max-height: 255px;
  bottom:10px;
}

.newsa {
  margin-left:5px;
  padding: 3px; 
  border: 1px solid #E3E2E2;
  background-color:#F8F8F8; 
    border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

  box-shadow:2px 4px 6px 2px #ADADAD;
  -moz-box-shadow:2px 4px 6px 2px #ADADAD;
  -o-box-shadow:2px 4px 6px 2px #ADADAD;
  -webkit-box-shadow:2px 4px 6px 2px #ADADAD;

  width: 465px; 
  min-width: 465px; 
  height: 210px;
  Max-height: 210px;

}

.content {

  padding: 0px; 
  border: 1px solid darkgrey;
    border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

  box-shadow:2px 4px 6px 2px #ADADAD;
  -moz-box-shadow:2px 4px 6px 2px #ADADAD;
  -o-box-shadow:2px 4px 6px 2px #ADADAD;
  -webkit-box-shadow:2px 4px 6px 2px #ADADAD;

  /*box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.25);*/

  background-color:white; 
  width:740px; 
  min-width:740px; 
  top:75px;
  height:620px;
  max-height:620px;
  overflow-y:scroll;
  overflow: visible;
  float:right;
  display: inline;
  margin-left:200px;
  position:relative;
  z-index: 2;
}

.contenta {
  text-align:justify;
  padding: 10px; 
  border: 1px solid darkgrey;
    border: 1px solid darkgrey;
    border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

  box-shadow:2px 4px 6px 2px #ADADAD;
  -moz-box-shadow:2px 4px 6px 2px #ADADAD;
  -o-box-shadow:2px 4px 6px 2px #ADADAD;
  -webkit-box-shadow:2px 4px 6px 2px #ADADAD;
  width:720px; 
  min-width:720px; 
  top:75px;
  float:right;
  display: inline;
  margin-left:220px;
  min-width:500px;
  position:relative;
  z-index: 2;
}
#wrap 
  {
      color:blue;
      margin: 0;
      padding: 0px;
      background-color: #fff; 
      padding-top: 0px;

  }
.more {
      color:black;
      display: none;
      padding-top: 0px;
      padding-bottom: 0px;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666;
       
       }

 a.showLink, a.hideLink 
      {
      text-decoration: none;
      color: #36f;
      padding-left: 8px;
      }

 a.hideLink
     {
      background: transparent url(up.gif) no-repeat left; 
     }

 a.showLink:hover, a.hideLink:hover 
     {
      border-bottom: 1px dotted #36f; 
     }

.topp {
  background:#fff;
  padding: 0px; 
  border: 0px solid #E3E2E2;

   -webkit-border-top-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px; 

  width:740px; 
  min-width: 740px; 
  height: 160px;
  min-height:160px;
  Max-height:160px;
  z-index:1;
}

.centp {
 background:#fff;
  padding: 0px; 
  border: 0;
  width:740px; 
  min-width: 740px; 
  height: 250px;
  Max-height:250px;

}

.bottp {
  padding: 0px; 
  border: 0;

   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;

   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-bottomright: 10px;
   border-bottom-right-radius: 10px;
  background-color:white; 
  width:740px; 
  min-width: 740px; 
  height: 202px;
  Max-height:202px;
  position: relative;
}

.boxa {
  padding: 0px; 
  border: 1px solid #E3E2E2;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;

  background-color:#F8F8F8; 
  width: 240px; 
  min-width: 220px; 
  height: 202px;
  Max-height: 202px;
  margin-left:5px;
  display: inline-block;
}

.boxc {

  padding: 0px; 
  border: 1px solid #E3E2E2;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px; 
  background-color:#F8F8F8; 
  width: 234px; 
  min-width: 234px; 
  height: 202px;
  Max-height: 202px;
  display: inline-block;
  margin-right: 5px;
}

.boxb {

  padding: 0px; 
  border: 1px solid #E3E2E2;
  width: 240px; 
  min-width: 240px; 
  height: 202px;
  Max-height: 202px;
  /*Float:right;*/
  display: inline-block;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
.longb {
  float:left;
  padding: 0px; 
  border: 1px solid #E3E2E2;
  border-radius:15px;
  -moz-border-radius:25px; /* Old Firefox */
  width: 475px; 
  min-width: 475px; 
  height: 2400px;
  Max-height: 240px;
  Margin-left:5px;
}

.smallb {
  Float:right;
  padding: 0px; 
  border: 1px solid #E3E2E2;
  border-radius:15px;

  -moz-border-radius:25px; /* Old Firefox */
  background-color:#F8F8F8; 
  width: 240px; 
  min-width: 240px; 
  height: 240px;
  Max-height: 240px;
 margin-right: 5px;
}

img.topb
{
position:absolute;
left:0px;
top:0px;
z-index:-1;
}

.footer {
  border-top:1px solid #4E4E4E;
  border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:0px 2px 5px 1px #777777;
   -o-box-shadow:0px 2px 5px 1px #777777;
  -webkit-box-shadow:0px 2px 5px 1px #777777;
  background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#838382), to(#4E4E4E));
	background: -moz-linear-gradient(top, #838382, #4E4E4E);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838382', endColorstr='#4E4E4E');
  text-align:center;
  bottom: 0;
  Margin-bottom:0;
  padding-bottom:0;
  height:25px;
  position:fixed;
  width:960px;
  z-index: 5;
}

table {
  font:12px arial,sans-serif;
  color:#424242;
  border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
}
table.applic {
  font:12px arial,sans-serif;
  color:#424242;
  text-align: left;
  border:0px;
  padding: 8px;
}

h2.happ {
   color:#0582F0;
   margin:0px;
}

h2.cent 
{
 color:white;
   margin:0px;
}

table.fix {
  color:white;
  text-align: left; 
  border:0x solid #ddd;
  border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;

  box-shadow:7px 9px 11px 0px #777777;
  -moz-box-shadow:7px 9px 11px 0px #777777;
  -o-box-shadow:7px 9px 11px 0px #777777;
  -webkit-box-shadow:7px 9px 11px 0px #777777;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838382', endColorstr='#4E4E4E');
	background: -webkit-gradient(linear, left top, left bottom, from(#838382), to(#4E4E4E));
	background: -moz-linear-gradient(top, #838382, #4E4E4E);	
  padding: 0px;
}

table.fixa {
  color:white;
  text-align: left; 
  border:0x solid #ddd;
  border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;

  box-shadow:2px 4px 6px 0px #777777;
  -moz-box-shadow:2px 4px 6px 0px #777777;
  -o-box-shadow:2px 4px 6px 0px #777777;
  -webkit-box-shadow:7px 9px 11px 0px #777777;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838382', endColorstr='#4E4E4E');
	background: -webkit-gradient(linear, left top, left bottom, from(#838382), to(#4E4E4E));
	background: -moz-linear-gradient(top, #838382, #4E4E4E);	
  padding: 4px;
}

#longb a:visited {
     color:rgb(255,130,0);
}

#longb a:link {
     color:rgb(255,130,0);
}


th.fix {
  color: darkgrey;
  text-align: center;
  border: 1px solid rgb(221, 221, 221);
  border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D2D2D2');
  background: -moz-linear-gradient(center top , rgb(255, 255, 255), rgb(210, 210, 210));
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D2D2D2));
  padding: 5px;

}

td.critic {
  color:white;
  text-align: center;
  border: 0px solid rgb(221, 221, 221);
  border-radius: 5px 5px 5px 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#A50A0A');
  background: -moz-linear-gradient(center top , rgb(255, 0, 0), rgb(165, 10, 10)) repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#A50A0A));
  padding: 0px;
}

td.imp {
  color:white;
  text-align: center;
  border: 0px solid rgb(221, 221, 221);
  border-radius: 5px 5px 5px 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82E600', endColorstr='#64A000');
  background: -moz-linear-gradient(center top , rgb(250, 250, 0), rgb(200, 200, 0)) repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#82E600), to(#64A000));
  padding: 0px;
}

td.min {
  color:white;
  text-align: center;
  border: 0px solid rgb(221, 221, 221);
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFA00', endColorstr='#C8C8002');
  background: -moz-linear-gradient(center top , rgb(130, 230, 0), rgb(100, 160, 0)) repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFA00), to(#C8C800));
  padding: 0px; 
}

td.enh {
  color:white;
  font-color: #fff;
  text-align: center;
  border: 0px solid rgb(221, 221, 221);
  border-radius: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02B0FF', endColorstr='#0669C0');
  background: -moz-linear-gradient(center top , rgb(5, 200, 250), rgb(5, 140, 230)) repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#02B0FF), to(#0582F0));
  padding_bottom:2px;
}

td.lbor {
padding:10px;
border-left:medium double grey;
}

.contop {
  background:#fff;
  margin-left:10px;
  margin-top:10px;
  border: 0px solid #E3E2E2;

   -webkit-border-top-left-radiu;s: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px; 

  width:720px; 
  min-width: 720px; 
  height: 290px;
  min-height:290px;
  Max-height:290px;
  z-index:1;
}
.conbott {
  margin-left:10px;
  margin-top:10;
  border: 0;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;

   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-bottomright: 10px;
   border-bottom-right-radius: 10px;
  background-color:white; 
  width:720px; 
  min-width: 720px; 
  height: 250x;
  Max-height:250px;
  position: relative;
}


.contactl {
  padding: 0px; 
  border: 1px solid #E3E2E2;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
  background-color:#F8F8F8; 
  width: 350px; 
  min-width: 350px; 
  height: 280px;
  Max-height: 280px;
  display: inline-block;
}

.contactlb {
  padding: 0px; 
  border: 1px solid #E3E2E2;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
  background-color:#F8F8F8; 
  width: 350px; 
  min-width: 350px; 
  height: 255px;
  Max-height: 255px;
  display: inline-block;
}

.contactr {
  margin-left: 10px;
  padding:0;
  margin right:0;
  border: 1px solid #E3E2E2;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px; 
  background-color:#F8F8F8; 
  width: 350px; 
  min-width: 350px; 
  height: 280px;
  Max-height: 280px;
  display: inline-block;
}
.contactrb {
  margin-left: 10px;
  padding:0;
  margin right:0;
  border: 1px solid #E3E2E2;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px; 
  background-color:#F8F8F8; 
  width: 350px; 
  min-width: 350px; 
  height: 255px;
  Max-height: 255px;
  display: inline-block;
}


hr.stgrad { 
  border: 0;
  height: 1px;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType =1, startColorstr=#000000,endColorstr=#000000);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

p.rel {
  text-align:left;
  padding:0;
  padding-bottom:0;
  Padding-top:0;
 }

table.dl_req {
  text-align: right;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.right {
  float: right;
  padding: 10px;
}

img.left {
  float: left;
  padding: 10px;
}

BR.clr {
   clear: right;
}
BR.cll {
  clear: left;
}

a.noul {
   text-decoration:   none;
}

ul.nosp {
  padding-left: 14px;
}

.boxno {
   resize:none;
}
