/* généralités */

html {
    font-size: 62.5%;
}
body {
    margin: 0;
    padding: 0 ;
    font-size:1.5em;
    
    color: #003366;
}        
p, span, h1, h2{
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    color:#003366;
    margin:0;
    margin-left: 2em;
    margin-right: 2em;
    line-height: 1.4em;
}
.titrebig{
    font-family: 'DancingScriptOTRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size:4em;
	color:#003366;
	letter-spacing:1px;
	margin-top:0.2em;
}
.titre{
	font-family: 'DancingScriptOTRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:normal;
	color:#003366;
}
.soustitre{
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	color:#003366;
	letter-spacing:6px;
}  
.justify{
	text-align:justify;
	}

div#content {
    position: absolute; 
    width: 60%;
    /*height:100%;*/
    min-height:100%;
    margin:0;
    margin-left:20%;
    padding: 0px;
    background: url('../images/png_mediumww.png');
    border-left: 2px solid #003366;
    border-right: 2px solid #003366;
}



		/* Easy Slider */

#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider{
    margin:0 auto;
    margin-bottom:1.4em;
}
#slider li{ 
    width:696px;
    height:281px;
    overflow:hidden; 
}	
#slider li img{
    width:696px;
}
/* // Easy Slider */
  
/* image de fond plein ecran */
img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    /*height: auto;*/		
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1024px){
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}   
/* // image de fond plein ecran */
/** effets **/
.ombrage {
  text-shadow: 3px 3px 4px #666;
} 

.box{
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #666;
  border-right-color: #bbb;
  border-bottom-color: #ddd;
  border-left-color: #aaa;
}        

@media (max-device-width:320px) {
}
@media (max-device-width:768px){
    html {
            -webkit-text-size-adjust: 100%;
    }
    body {
            font-size:1.5em;
        }
    div#content {
        position:absolute;
        min-height:416px;
    }
    .titrebig{
        font-size:1.6em;
        margin:0;
        margin-top:0.2em;
    }
    .soustitre{
        font-size:0.8em;
        letter-spacing:0.1em;
    }
    p, span, h1, h2{
    margin:0;
			margin-left: 0.5em;
			margin-right: 0.5em;
			font-size:0.8em;
		}
	div#content {
			width: 80%;
			margin-left:10%;
		}
	
	
	#slider li{  
		width:240px;
		height:97px;
		}
	#slider li img{
	    width:240px;
	}		
	#slider{
	    margin-bottom:1em;
	}
	
}