/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
        font-family:'Arial';
        color:#333333;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	display: block;
}
body {
    line-height: 22px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1{
    color:#0072B8;
    font-size:26px;
    line-height:28px;
    font-family: 'Londrina Solid', cursive;    
}
h2{
    font-family: 'Arial';
    font-weight: bolder;
    letter-spacing: -0.1em;
    font-size:17px; 
}
h3{
    color:#0072B8;
    font-size:36px;
    line-height:28px;
    font-family: 'Londrina Solid', cursive;
}
h4{
    font-size:22px;
    line-height:30px;
    font-family: 'Londrina Solid', cursive;
}
p{
    font-family:'Arial';
    margin-bottom: 7px;
}
ul{
    font-family:'Arial';
}
a{
    font-family: Arial;
    font-size:14px;
    text-decoration:none;
    color: #2C5976;
}
a:hover{    
    color:#FFB73E;
	text-decoration:none;
}

.redLink{
    color: #E10216;
	font-size: 13px;
}
#calcul-link{
	font-size:11px;
}

.underline{
    text-decoration: underline;
}
.big{
    font-size:45px;
}
.space{
    margin-top:20px;
}
.leftSpace{
    margin-left:10px;
}
.bleu{
    color:#0072B8;
    margin-top:10px;
}
.thickbox :hover{
    opacity : 0.3;
    -moz-opacity : 0.3;
    -ms-filter: "alpha(opacity=30)"; /* IE 8 */
    filter : alpha(opacity=30); /* IE < 8 */
}

.thickbox{
	cursor:url(/static/img/zoom.png),auto;
}
/* Header + menu */
#Header{ 
    position:relative;
    margin:0;
    width:950px;
    height:498px;
    margin-right:auto;
    margin-left:auto;
}

.slider{
    position:absolute;
    z-index:-1;
}
.slide-btns{
    position:absolute;
    bottom:50px;
    right:40px;
    height:40px;
    font-size:12px;
    z-index:3;
}
.slide-btn{
    float:left;
    margin:5px;
    padding:1px 6px;
    background-color:#FFFFFF;
    cursor:pointer;
}
.slide-btn-over{
    float:left;    
    color:#FFFFFF;     
    text-shadow:
    #000000 1px 1px 1px,
    #000000 -1px 1px 1px,
    #000000 -1px -1px 1px,
    #000000 1px -1px 1px; 
    margin:5px;  
    padding:0px 5px;
    border:1px solid #000000;
    background-color:#4C7FA3;
}
.arrow{
    float:left;
    height:21px;
    width:15px;
    margin-top:7px;
    cursor:pointer;
}
.arrowLeft{
    background-image:url('/static/img/fleche-gauche.png');
    background-repeat:no-repeat;
}
.arrowRight{
    background-image:url('/static/img/fleche-droite.png');
    background-repeat:no-repeat;
}
#logoBar{
    position:relative;
    top:16px;
    left:-15px;
    background-image: url('/static/img/header.png');
    width:980px;
    height:103px;
}
#logoBar img{
    margin-top:13px;
    margin-left:10px;
}

#logoBar img.logoAns{
    float:right;
    margin-top:7px;
    margin-right:5px;
    width:300px;
}

.blocTransp{
    position:relative;
    top:20px;
    left:15px;
    background-image:url('/static/img/transparenceboite.png');
    height:180px;
    width:250px;
    padding:20px 15px 10px 15px;
}

.titleBloc, .textBloc{
    margin-bottom:5px;
	font-size: 13px;
	font-weight:bold;
}

#menu{
    position:relative;
    left:-25px;
    top:128px;
    background-image:url('/static/img/menu.png');
    background-repeat:no-repeat;
    width:1003px;
    height:114px;
}

#menu .menuItem{
    position:relative;
    top:11px;
    float:left;
    font-weight:bold;
    padding:20px 0px;
}
.headerMenuItem{
    color:#FFFFFF;
    font-size:18px;   
    padding:20px 30px;
    text-transform:uppercase;
}
.subMenu{
    display:none;
    position:absolute;
    top:50px;
    width:180px; 
    z-index:10;
}
.icone{  
    display:none;
    position:relative;
    top:3px;
    background-image:url('/static/img/bouton-bleu.png');
    background-repeat:no-repeat;
    background-position:bottom center; 
    width:auto;
    height:6px;
    z-index:11;
}
.subMenuItem{
    padding-top:7px;
    background-color:#5288AB;    
    width:220px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5288AB), to(#255468) ); /* for Chrome + Safari */
    background-image: -moz-linear-gradient(top, #5288AB, #255468 ); /* for Firefox */    
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#5288AB', endColorstr='#255468');
    border:1px solid black;   
}
 .menuItem:hover .subMenu, .menuItem:hover .icone{
    cursor:pointer;
    display:block;
}
.sousMenu{
    position:relative;
    padding:3px 0px 3px 8px;
    font-size:12px;
    font-weight:normal;
    color:#FFFFFF;
    text-transform:uppercase;
}
.sousMenu a{
    color:#FFFFFF;
}

.sousMenu:hover,a .sousMenu:hover,.subMenuItem a:hover{
    background-color:#3E5867;
    color:#FFFFFF;
}

.subSubMenu{
    display:none;
    position:absolute;
    left:220px;
    z-index:1;
}
.icone2{
    display:none;
    position:absolute;
    top:4px;
    right:-1px;
    width:8px;
    height:12px;  
    padding-top:4px;
    z-index:2;
}
.subSubMenuItem{
    position:relative;
    top:-33px;
    padding-top:7px;
    width:220px;
    background-color:#FFFFFF;    
    border:1px solid #000000;
    z-index:10;
}
.sousSousMenu{  
    display:block;
    padding:3px 5px 3px 8px;   
    width:auto;
    z-index:15;
}
.menuItem .sousMenu .subSubMenu .subSubMenuItem .sousSousMenu{
    color:#4C7FA3;
    font-size:12px;
    font-weight:normal;
    text-transform:uppercase;
}
.sousMenu:hover .subSubMenu, .sousMenu:hover .icone2{
    display:block;
}
.menuItem .sousMenu .subSubMenu .subSubMenuItem .sousSousMenu:hover{
    background-color: #FFB73E;
    opacity:0.5;
}
#core{    
    width:984px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;    
}

.rightSide{  
    font-family:'Arial';
    float:right;
    margin-right:40px;
    margin-top:60px;
    width:660px;
}
.componentZone{
    width:630px;
    float:left;
    margin-left:30px;
    margin-top:50px;
}
.componentZoneHome{
    float:left;
    background-image:url('/static/img/bloc.png');
    width:300px;
    height:332px;
    margin-left:30px;
    margin-top:30px;
}
.componentZoneHome:hove{
    background-image:url('/static/img/calculatrice.jpg');
}
#leftMenuBox{
    float:left;
    width:280px;
}
.leftMenu{
    float:left;
    background-image:url('/static/img/fond-blocgauche.png');
    margin-left:28px;
    height:auto;
    width:250px;    
    font-size:12px;
}
.leftMenuCalc{
    float:left;
    margin-left:28px;
    height:auto;
    width:250px;    
    font-size:12px;
    
}
#topComment{
    padding:30px 0px 10px 18px;
    font-weight:bold;
    font-size:15px;
    color:#2C5976;
    
}
.leftMenuItem{
    position:relative;
    left:-22px;
    width:280px;
    height:auto;    
    text-transform:uppercase;
    
}
.leftMenuTitle{
    font-family: 'Londrina Solid',cursive;
    background-image:url('/static/img/menu-gauche.png');
    background-repeat:no-repeat;
    height:43px;
    color:#FFFFFF;
    font-size:14px;
    padding-top:5px;
    padding-left:30px;
        
}
.leftMenuText{
    padding:0px 0px 10px 47px; 
    line-height:15px;
}
.leftMenuText a{
}
.leftMenuText a{
    color:#2C5976;
    font-size:12px;
}
.leftMenuText a:hover{
    color:#FF8633;
}
.calcTitle{
    text-shadow:
    #FFFFFF 1px 1px 1px,
    #FFFFFF -1px 1px 1px,
    #FFFFFF -1px -1px 1px,
    #FFFFFF 1px -1px 1px; 
    color:#000000;
}
.calculette{
    margin-top:135px;
    margin-left:30px;
    width:600px;
    
}
.smallCalc{    
    font-style:italic;
    font-size:14px;
}
.calcul{
    width:630px;
}

.leftMenuCalc .calcLink{
    margin-left:15px;    
    text-transform:lowercase;
    text-decoration:underline;
    color: #e10216;
}
.values{
    float:left;
    margin-left:30px;
    width:250px;
}
.values input{
    margin-top:5px;
}
.result{
    float:left;
    margin-top:10px;
    width:300px;
}
#footerField{
    background-image:url('/static/img/footer.png');
    background-repeat: repeat-x;
    background-color:#427392;
    height:476px;
    margin:0 auto;
    margin-top:40px;
    padding-bottom:20px;
}

#footer{
    position:relative;
    top:35px;
    width:961px; 
    margin-left:auto;
    margin-right:auto;
}
#footerBox{      
    width:1000px;
    height:403px;
}
#footerLeft{
    float:left;
    width:275px;
}
#footerLeftTitle, #footerRightTitle {
    background-image:url('/static/img/separation.png');
    background-position:bottom;
    background-repeat:no-repeat;
    font-family: 'Londrina Solid', cursive;
    font-size:26px;
    line-height:32px;
    color:#FFFFFF;
    min-height:30px;
    
}
#footerLeftTitle{
    width:265px;
}
.footerText{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#333333;
    margin-top:15px;
}

#footerLeft img{
    padding-top:5px;
}

#footerRight{
    float:left;
    margin-left:20px;
    width:700px;    
}
#footerRightTitle{
    width:631px;
}
#footerRight .width{
    width:300px;
}
.bottomLinks{
    margin-top:10px;
}
.navRapide2{
    float:left;
    width:200px;
}
.navRapide{
    font-weight:bold;
}
.navRapide:hover, .sousLink:hover{
color:#FFB73E;
}
.sousLink {
    font-size:10px;
    color:#333333;
    
}
#footerBottom{    
    float:left;
    width:100%;
    height:15px;
}
#footerBottom, #footerBottom a, #connexion a{
    font-size:10px;
    color:#333333;
}
#floatLeft{
    float:left;
}
#floatRight{
    float:right;
}

#connexion a:hover,#footerBottom a:hover {
    color:#FFB73E;
}
#connexion{
    float:left;
}
/* Page de contact */

#contact{
    width:620px;
    float:left;
    margin-top:50px;
    margin-left:30px;
}

#joindre{
    float:left;
    width:307px;
}
.visit{
    float:left;
    width:307px;
}
.top{
    margin-top:30px;
}
#map{
    width:300px;
    height:190px;
    border:5px solid #255468;
    -moz-box-shadow:    5px 5px 5px -1px #ccc;
    -webkit-box-shadow: 5px 5px 5px -1px  #ccc;
    box-shadow:         5px 5px 5px -1px  #ccc;
}
#generalInfo{  
    float:left;
    width:631px;  
    height:auto;
    margin:50px 0px 20px 30px;
}
#titre{
   background-image:url('/static/img/separation-contact.png');
    background-position:top;
    background-repeat:no-repeat;
    padding-top:10px;
}
#left{
    float:left;  
    width:290px;
    margin-left:20px;
}

#right{    
    float:left;
    width:210px;
    margin-left:100px;
}

#generalInfo p{
    color:#4C7FA3;
}

.ostiguy{    
    padding-bottom:14px;
}
.excavations{
    padding-top:4px;
    padding-bottom:15px;
}

/* Page ouverture de compte */
.formulaire{
    width:720px;
    float:left;
    margin-bottom:20px; 
    margin-left:30px;
}

.formulaire h1{    
    margin-bottom:10px;
}
.form{
    margin-top:50px;   
    width:720px;
    overflow:hidden;
}

.leftForm, .rightForm{
    float:left;
}
.wrap{    
    width:310px;
    height:30px;
}
.top2{
    margin-left:130px;
}
.top2 input[value="excavation"]{
    margin-left:70px;
}
.bloc{
    float:left;
    margin:10px 0px;
}

.left{
    float:left;
    text-align: right;
    padding-right:10px;
    width:140px;  
}
.checkbox{
    margin-left:100px;
}

.right{   
    float:left; 
    text-align:left;
    width:160px;
}
.double{ 
    float:left;
    width:720px;
    margin:10px 0px;
}
.double div .wrap {
    width:680px;
    height:30px;
}
.double div .wrap .left{
    width:485px;
}
.double div .wrap .right{
    width:160px;
}
.ans{
    color:#2C5976;
}
.space2{
    margin-top:60px;
}

.cond{
    width:660px;
}

.acceptCond{
    margin-top:10px;
    margin-left:-145px;
}

.ok{
    float:left;
}
.ok input{
    margin-top:20px;
    width:100px;
}

/* Page sondage */
.rightSondage{    
    width:160px;
}

.largeur{
    width:600px;
}
.alinea{
    margin-left:15px;
}
.small{
    font-style:italic;
    font-size:12px;
}

textarea{
    width:500px;
    height:150px;
    resize: none;
}

.droite{
    text-align:right;
   padding-right:8px;
}
.langue{
    width:600px;
    
}
.check{
    float:left;  
    width:200px;
}

div.lang{
    float:left;
    width:140px;
}

.sante{
    float:left;    
    width:400px;
    height:50px;
}

.courriel{
    color:#0072b8;
}