@font-face { font-family:teamspirit; src:url(inc/teamspirit.ttf); }
@font-face { font-family:julies; src:url(inc/julies.ttf); }
@font-face { font-family:jelly; src:url(inc/jelly.ttf); }
@font-face { font-family:basif; src:url(inc/basif.ttf); }


html {
    height: 100%;
    margin: 0;
	padding: 0;
}
body { 
    font: 12px/15px Arial,sans-serif; 
    font-family: 'century gothic', Helvetica, arial;
    color: #333; 
    text-align: left; 
    background: #2F2D34;
    margin: 0;
	padding: 0;
    -webkit-text-size-adjust: none;
    line-height: 140%;
}


a { color: #007A99; text-decoration: underline;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
h2 a { text-decoration: none; }
a:hover { cursor: pointer; text-decoration: none; color: #FF5050; }
a img { border: 0; }

h1, h2, h3, h4 {
    margin: 0 0 10px;
    text-align: left;
    line-height: 120%;
    font-family: 'century gothic', Helvetica, arial;
}

h1 {
    font-size: 3em;
    color: #000;
    font-weight: 400;
}
h2 {
    font-size: 1.8em;
    color: #000;
}
h3 {
    font-size: 1.4em;
    font-weight: 500;
    color: #000;
}
h3, b {
    color: #444;
}
h4 {
	margin: 10px 0 0;
    font-size: 1em;
}

ul, menu, ol, li {
    margin: 0 0 5px 5px;
    padding: 0;
    text-align: left;
}
hr {
    height: 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
}


/*   ZONES PRINCIPALES   */
.head { width: 950px; height:359px; margin: 60px auto 0; background: url(img2/barre.jpg) }
.page { width: 700px; margin: 50px auto; text-align: center; color: white } 
    .page H2 { color: white; text-align: center; }
.feuille { width: 802px; margin: -23px auto 40px; background: Aliceblue; color: #005; padding: 25px 25px 25px 65px;
    background-image: url(img2/trame.gif);
    box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
	border-bottom-left-radius: 50px;
	-moz-border-bottom-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	-moz-border-top-left-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	}
    .feuille H2 { color: black; text-align: left; font-variant: small-caps; }
.bas { position: relative; width: 100%; bottom: 20px; text-align: center; color: #aaa; font-size: 10px }
    .bas A { color: white;text-decoration: none }

/* Variantes */
.partenaire h3 { border-bottom: 5px solid #9ACE68; line-height: 0.9em; text-decoration: none; margin: 20px 0 10px 40px; font-variant: small-caps; font-size: 2.4em; }
.partenaire h3 a { text-decoration: none }
.partenaire p { margin: 0 0 0 200px; text-align: justify }

/*  Barre des menus   */
.logo { position: absolute; margin: 37px 0 0 37px; z-index: 3; }
.trois_menu { position:absolute; margin: 6px 0 0 212px; z-index: 2; }
.illustration { position: absolute; margin: 94px 0 0 550px; }


/* Sous menu */
.smenu { position:absolute; line-height: 25px; margin: 170px 0 0 42px; width: 250px }
.smenu A { display: block; color: #aaa; font-variant: small-caps; font-size: 12px; text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
.smenu A:hover { padding-left: 10px; font-weight: bold; background: #000067; color: white }
.contact { position: absolute; margin: 300px 0 0 860px; color: white; text-decoration: none; font-variant: small-caps; font-size: 12px; }





/*   PETITES ZONES   */

.zone { margin: 20px 10px 10px; padding: 10px 20px 20px; background: #fff;
    box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
	-moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px; }
.zone H2 { color: #003D3D; }
.zone H3 { color: #000; }
.zone b { color: #003D3D; }
.bleu { background: #fff }

.zone_acc { background: #26232A; width: 1000px; height: 240px; margin: auto; padding: 10px; text-align: left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; }
.vign_acc { position: relative; display: inline-block; text-align: center; background: #000; float: left; width: 230px; height: 220px; margin: 5px; padding: 5px; color: #3C393F;
    opacity: 0.8; 
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    -webkit-transition: .2s all .1s ease-in-out;
    -moz-transition: .2s all .1s ease-in-out;
    -o-transition: .2s all .1s ease-in-out;
    transition: .2s all .1s ease-in-out;
    }
.vign_acc:hover { margin-top: -15px; -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; opacity: 1; color: yellow; z-index: 100;
    -moz-transform: scale(1.2) rotate(-2deg);  
    -webkit-transform: scale(1.2) rotate(-2deg);
    transform: scale(1.2) rotate(-2deg);  }
.vign_acc:active { 
    -moz-transform: rotate(10deg);  
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);  }
.vign_acc h4 { text-align: center; font-weight: normal; line-height: 1.1em; margin: 5px 0; }
.vign_acc img { margin: 10px 0; width: 200px; height: 150px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }
.vign_acc a { text-decoration: none; color: inherit; }
.head_droite {
    float: right;
    width: 145px;
    padding: 2px 15px;
    Text-Transform: uppercase;
    text-align: right;
    color: #008;
    font-size: 0.8em;
}
.head_droite A {
    color: #000;
    text-decoration: none;
}
.col_tiers_acc {
    width: 257.8px;
    padding: 20px;
    float: left;
	margin: 1px;
	background: #70DBDB;
	color: black;
}
.col_tiers {
    width: 236px;
    padding: 13px;
    float: left;
    border-left: 1px solid #eee;
    text-align: justify;
}
.col_tiers1 {
    width: 236px;
    padding: 13px;
    float: left;
    text-align: justify;
}
.col_tiers h4 {
	background: url(img/art.gif) left center no-repeat;
	padding-left: 22px;
}
.col_tiers_h {
	margin: 2px 0 7px;
	color: #000;
	letter-spacing: -1px;
	font-weight: 100;
	font-size: 16px;
	padding: 6px 0;
	border-bottom: 8px solid #000;
}
.col_cinq {
    width: 165px;
    padding: 5px;
    float: left;
    background: transparent url(img/b_col_cinq.gifXXX) repeat-x;
    margin: 2px 2px 2px 10px;
    text-align: left;
    font-size: 0.9em;
    color: #333;
}
.col_cinq_h {
	margin: 2px 0 7px;
	color: #000;
	letter-spacing: -1px;
	font-weight: 100;
	font-size: 20px;
	padding: 6px 0;
	border-bottom: 8px solid #47008F;
}
.chapeau {
	color: #47008F;
	letter-spacing: -1px;
    font-weight: 200;
    font-size: 18px;
}
.pied2 {
    visibility: hidden;
}


/*   MENU   */

.menu A {
    text-decoration: none;
    color: #E62E00;
    font-weight: 600;
	padding-left: 24px;
	/* background: url(img/art.gif) left center no-repeat; */
}
.menu A:hover {
    color: #000;
}


/*   CSS ANIMATIONS   */


#conteneur 
{ 
    margin: auto;
    height: 350px; 
    width: 700px; 
    overflow:hidden; 
    position:relative; 
    border: 1px solid #ddd;
    /*
    box-shadow: 2px 2px 50px #888;
    -webkit-box-shadow: 2px 2px 50px #888;
    border-bottom: 5px solid #eee;
    */
} 
#slidebox 
{ 
position:relative; 
width:6400px; 
} 
.cell {
    width:700px; 
    height: 350px; 
    float: left; 
    text-align: center; 
    background: #fff;
    line-height: 140%;
    font-size: 11px;
    color: #666;
}
.cell h3 {
    margin-bottom: 5px
}
.oreille {
    opacity : 0.9; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    width: 40px;
    height: 350px;
}


/*  POPOVER */
.MB_popup {
    position: absolute; 
    display: none; 
    z-index: 1000; 
    border: 10px solid #fff;
}
.MB_popup_in {
    filter: progid:DXImageTransform.Microsoft.shadow ( color=#555555,direction=135 ); 
    box-shadow: 4px 4px 20px #000;
    -webkit-box-shadow: 4px 4px 20px #000;
    -moz-box-shadow: 4px 4px 20px #000;
    position: absolute; 
    display: none; 
    z-index: 1000; 
    border: 10px solid #fff;
    background: #eee;
    color: #000;
}
.MB_popup img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.MB_popup_in img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.MB_total {
    padding: 0;
}
.translucide {
    opacity: 0.7; 
    -moz-opacity: 0.7; 
    filter: alpha(opacity=70);
}
.zone_command {
    background: #000; 
    padding: 2px 0; 
    width: 80px; 
    height: 0px; 
    margin: auto; 
    text-align: center; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

/* Interface */

.lien_rot { width: 200px;
    display: inline-block; }
.lien_rot:hover {  
    background: #FFD635;  }
    
.date { border: 1px solid #9ACE68; text-align:center; width: 40px; padding-top: 4px; float:left; margin: 5px 10px 5px 0; color: #9ACE68; line-height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px; }
.jour { font-size: 20px; font-weight: bold; }
.jour div { font-size: 8px; font-weight: normal; line-height: 12px }
.annee {    font-size: 10px; background: #9ACE68; padding: 2px; color: white; font-weight: bold }

.presse { display: block; background-position: top center; cursor: pointer; 
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }
.presse:hover { background-position: 100% center; }
.ft_part { opacity: 0.3; -moz-opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;  }
.ft_part:hover { opacity: 1; -moz-opacity: 1; -ms-filter: "alpha(opacity=10)"; filter: alpha(opacity=10); }



/* Couleurs */
.altc { background:lawngreen; color: black }
.altc a { color: black }










