html {
    height: 100%;
}
body { 
    font: 12px/15px Arial,sans-serif; 
    color: #333; 
    text-align: left; 
    background: #eee;
    margin: 0;
    -webkit-text-size-adjust: none;
}


a { color: #35d; text-decoration: underline; }
a:hover { cursor: pointer; text-decoration: underline; }
a img { border: 0; }

h1, h2, h3 {
    margin: 0 0 10px;
    text-align: left;
}

h1 {
    font-size: 3em;
    font-family: "Copperplate", verdana;
    color: #000;
    font-weight: 400;
}
h2 {
    font-size: 1.6em;
    color: #000;
    font-family: "Copperplate", verdana;
}
h3 {
    font-size: 1.4em;
    font-family: "Copperplate", verdana;
    font-weight: 500;
    color: #000;
}
h3, b {
    color: #444;
}

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   */

.page {
    text-align: center;
    line-height: 150%;
}

.head {
    padding: 20px 25px 10px;
    margin: auto;
    background: #fff;
    text-align: left;
    border-bottom: 2px solid #e0e0e0;
}

.illustration {
    width: 900px;
    margin: 15px auto 0;
    background: #fff;
    padding: 10px 0;
}

.menu {
    width: 860px;
    height: 20px;
    /* border-bottom: 1px solid #ccc; */
    margin: 20px auto 20px;
    padding: 4px 20px 2px;
    text-align: left;
    background: #fff; 
}

.global {
    width: 900px;
    padding: 20px 0 5px;
    margin: auto;
    text-align: justify;
    background: #fff;
}

.bas {
    width: 850px;
    clear: both;
    padding: 20px 25px 30px;
    margin: 20px auto 0;
    font-size: 0.9em;
}


/*   PETITES ZONES   */

.head_droite {
    float: right;
    width: 145px;
    padding: 2px 15px;
    Text-Transform: uppercase;
    text-align: center;
    color: #008;
    font-size: 0.8em;
}
.head_droite A {
    color: #000;
    text-decoration: none;
}
.col_tiers {
    width: 258px;
    padding: 20px;
    float: left;
    border-left: 1px solid #eee;
}
.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 #000;
}
.chapeau {
	color: #000;
	letter-spacing: -1px;
    font-weight: 200;
    font-size: 24px;
}
.pied2 {
    visibility: hidden;
}


/*   MENU   */

.menu A {
    text-decoration: none;
    color: #aaa;
    font-weight: 600;
}
.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:5000px; 
} 
.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;
}