/* CSS Document */
*{
  font-family: Helvetica, Arial, sans-serif;
}

.tunnel_achat
{
   border-collapse: collapse;
	 width:730px;
	 /*margin-left:0px;
	 margin-top:10px;
	 margin-bottom:10px; */
}

.tunnel_achat td, th /* Mettre une bordure sur les td ET les th */
{
   padding:2px;
   border-bottom:2px #707173;
}

.gras{font-weight:bold;}

.titre-gris-clair{color:#c6c7c8;font-weight:bold;font-size:12px;}
.titre-gris-moyen{color:#707173;font-size:12px;font-weight:bold;}
.titre-gris{color:#3e3d40;font-weight:bold;font-size:12px;}
.titre-livre{font-size:12px;color:#fff;margin-left:12px;font-weight:bold;}

header
{
   max-width: 1200px;
   width:90%;
   /* background: url('images/separateur.png') repeat-x bottom;*/
   /*border:solid;*/
}
#logo{
  margin:10px 50px 0 40px;
  float:left;  
  /*border:solid;*/ 
}
#titre_banniere{
  width:1200px;
  height:120px;   
}
body{
  width:90%;
  max-width: 1200px;
  /*min-width: 900px;*/   
  margin:auto;
      /*border:solid;*/
  
  /*background: url('images/bg_math.jpg') repeat;*/     
}


 
header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.8em;
    font-weight: bold;
    /*display: inline-block;*/
    margin:0 0 0 0;
}
header h2
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.2em;
    font-weight: bold;
    /*display: inline-block;*/
    margin:0 0 0 0;
}
header h3
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.0em;
    font-weight: normal;
    margin: 0 0 0 0;
}

/* Navigation */
 
.menu,
.menu ul,
.menu li,
.menu a {
    margin-left: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 40px;
    width: 96%;
    margin-bottom:20px;
    margin-left:35px;
    background: #004891;
    background: -webkit-linear-gradient(top, #4169E1 0%,#004891 100%);
    background: -moz-linear-gradient(top, #4169E1 0%,#004891 100%);
    background: -o-linear-gradient(top, #4169E1 0%,#004891 100%);
    background: -ms-linear-gradient(top, #4169E1 0%,#004891 100%);
    background: linear-gradient(top, #4169E1 0%,#004891 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}


/*2*/
.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
    /*border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;*/
    border-left: 2px solid firebrick;
    border-right: 3px solid yellow;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { /*color: #ADCF4F;*/ color:yellow; }


/*3*/
.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
 
    opacity: 0;
    /*background: #1f2024;*/
    background:#4169E1;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1;  z-index:10; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
    z-index:10;
}

.menu ul li a {
    width: 250px;
    padding: 4px 0 4px 40px;
    margin: 0; 
    border: none;
    /*border-bottom: 1px solid #353539;*/
    border-bottom: 1px solid firebrick;
}
 
.menu ul li:last-child a { border: none; }

/**/ 

/*** Fin Menu Navigation ***/

#conteneur{
     width : 700px;
     margin : 50px; 0 0 40px;
     font-family: 'BallparkWeiner', serif;
     font-size: 18px;
     font-weight: bold;           
     color:#2B3856;
     height:450px;

}

#contenu{
   margin-bottom:20px;
}

#contenu h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 3.2em;
    font-weight: bold;
    text-align:center;  
    margin:0 0 0 0;
    color:#2B3856;
}

#contenu h2
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.2em;
    font-weight: bold;
    text-align:center;  
    margin:0 0 0 0;
    color:#2B3856;
}

#div_form{
    width : 650px;
    height: 450px;
    margin-top:20px;
    margin:auto;
    font-family:Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color:#2B3856;  
}

input[type="text"], input[type="email"], textarea{
  width:450px; float:right;margin-right:30px;
  font-size:18px;
}
input[type="submit"]{width:100px; height:30px; margin:auto; margin-top:20px; margin-bottom:20px;font-weight:bold; font-size:17px;border-radius:10px;}

.bloc_desc{
   float:left;
   width:490px;
   /*width:40%;*/                                                                 
   border:solid 1px;
   margin:0 0 15px 35px;   
   min-height:480px;
   font-size:20px;  
   border:1px solid #004891;   
}

.bloc_desc strong, .bloc_collection strong{
   color:#2B3856;
}

.titre_bloc{       
   width:478px;           
   font-size:30px;
   /*width:97.5%;*/ 
   font-weight:bold;
   /*background-color:#2C2D33;*/
   background-color:#2B3856;/*#004891;*/
   border:1px solid #2B3856;
   color:#ffffff; 
   height:55px;
   padding:10px 0 0 10px;
}

.titre_bloc > a, .titre_bloc_droit > a {
   color:#FFF;
   text-decoration:none;
}

.titre_bloc > a:hover, .titre_bloc_droit > a:hover {
   color:Yellow;
   text-decoration:underline;
}


.titre_bloc_logo{
   font-size:30px;
   font-weight:bold;
   background-color:#ADCF4F;/*#A35252;*/
   color:#ffffff; 
   height:130px;
   padding:10px 0 0 10px;
}

.bloc_desc p{
   padding: 7px;   
}
.bloc_hs{          
   border:solid 1px;
   margin:10px 0 10px 560px;
   /*padding:5px;*/   
   font-size:20px;
   width:625px;
}

.bloc_hs p{
 padding: 7px;
} 

.bloc_droit{     
   border:none;
   margin:15px 0 10px 555px;
   width:655px;               
   font-size:20px; 
}

.bloc_collection_droit{          
   border:solid 1px;
   margin:0 0 10px 0;
   padding:0px;   
   font-size:20px;
   width:630px;
}

.bloc_collection_droit p{             
   padding:7px;      
}

.bloc_collection_droit a{             
   text-decoration:none;        
}

.bloc_collection_droit a:hover{             
   text-decoration:underline;        
}


.bloc_collection p{             
   padding:7px;      
}

.bloc_collection a {
   text-decoration:none;     
}

.bloc_collection a:hover{             
   text-decoration:underline;        
}



.titre_bloc_droit{                     
   font-size:30px;
   width:620px; 
   font-weight:bold;
   background-color:#2C2D33;
   color:#ffffff; 
   height:55px;
   padding:10px 0 0 10px;
}

.bloc_gauche{  
   float:left;
   width:500px;   
   border: none;
   margin:0 0 0 35px;   
   min-height:480px;
   font-size:20px; 
}  

.bloc_collection{          
   border:solid 1px;
   margin:0 0 10px 0;
   padding:0px;   
   font-size:20px;
   width:490px;
   border:1px solid #004891;
}

.bloc_collection p{             
   padding:7px;      
}

.bloc_info{
   float: right;
   width:250px;
   border:solid;
   margin:0 20px 0 20px;
   padding:5px;
   height:450px;
}
/*Slide show*/
.slideshow {  
   float:left  ;
   width: 340px;  
   height: 450px;  
   overflow: hidden;  
   border: 3px solid #F2F2F2;  
   margin : 0 0 0 20px;
   
}  
.slideshow  ul {  
    /* 4 images donc 4 x 100% */  
   width: 800%;  
   height: 300px;  
   padding:0; margin:0;  
   list-style: none;  
}  
.slideshow li {  
   float: left;  
   margin:5px;
}  
/**/

footer{
clear:both;
/*background: #2c2d33;*/
background:#4169E1;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 18px;
color: white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:10px;
width:97%;  
margin-left:35px;
margin-top:50px;
height:300px;
}

hr{
    clear:both;
    margin-top:40px;width:90%; color:yellow; background-color:yellow; height:3px;
}

footer a {
clear:both;
color: white;
text-decoration:none; 

}

footer a:hover{
color: yellow;
text-decoration:underline; 
}

.menu_footer{
   float:left;
   width:18%;
}
.menu_footer_site{
   float:left;
   width:25%;
   /*margin-right:1%;*/
}
.menu_footer >a {color:yellow; font-weight:bold;}
.menu_footer >a:hover {color:#FFF;}

.sous_menu_footer {   
   margin-left:25px;
   margin-bottom: 30px;
}

.cadre_bleu{
border:1px solid #00BBBB;
}

.fond_bleu{
background:#00BBBB;
}

.cadre_bleu strong a{
    color:#00BBBB;
}


.cadre_bleu_fonce{
border:1px solid #004891;
}

.fond_bleu_fonce{
background:#004891;
}

.cadre_bleu_fonce strong a{
    color:#004891;
}

.cadre_violet{
border:1px solid #9F0050;
}

.fond_violet{
background:#9F0050;
}

.cadre_violet strong a{
    color:#9F0050;
}

.cadre_rouge{
border:1px solid #FF0000;
}

.fond_rouge{
background:#FF0000;
}

.cadre_rouge strong a{
    color:#FF0000;
}


.cadre_orange{
border:1px solid #ED7F10;
}

.fond_orange{
background:#ED7F10;
}

.cadre_orange strong a{
    color:#ED7F10;
}

.cadre_vert{
border:1px solid #00FF00;
}

.fond_vert{
background:#00FF00;
}

.cadre_vert strong a{
    color:#00FF00;
}

.cadre_vert_fonce{
border:1px solid #096A09;
}

.fond_vert_fonce{
background:#096A09;
}

.cadre_vert_fonce strong a{
    color:#096A09;
}

/*Style popin */

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 0px solid #fff;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  height:500px;
  overflow: scroll;
}
img.btn_close {
	float: right;
	margin: -20px -20px 0 5px; 
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
   position: absolute;
} 
/*Fin Style popin   */

.titre_video {
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: bold;   
    text-align:center;
}

video{    
    width:600px;
    margin-left:100px;
}

.abo{
   width:150px; 
   height:25px; 
   margin:auto; 
   font-weight:bold; 
   font-size:17px;
   background-color :red;     
   border-radius:10px;
   text-align:center;     
}

a .abo{ 
 color:#FFF;
}

.cmd{
   width:210px; 
   height:20px; 
   padding : 5px;
   margin:auto; 
   font-weight:bold; 
   font-size:15px;
   background-color :red;     
   border-radius:10px;
   text-align:center;     
}

a .cmd{ 
 color:#FFF;
}