html
{
	background-color:#FFFFFF;
    font-family:"Dauphinn","Arial","Verdana","sans-serif";
    text-rendering: optimizeLegibility;
}

body
{
	width:100%;
	margin:auto;
}

p
{
    font-size:24px;
    font-family:"Dauphinn";
    text-align:justify;
}

h1
{
    font-size: 52px;
    line-height: 1.0865;
    font-weight: 200;
    font-family:"LithoGrb";
    margin-top:0px;
}

h2
{
    font-size: 20px;
    line-height: 1.0865;
    font-weight: 200;
    font-family:"LithoGrb";
}

ul
{
    padding:0px;
    margin:0px;
    margin-top:2px;
    margin-bottom:20px;
}

li
{
    list-style:none;
    cursor:pointer;
}

li a:hover
{
    color:#900000;
}

li a
{
    color:#666666;
}

label
{
    
}

a, a:visited
{
    text-decoration:none;
    color:initial;
}

.rouge_au_passage:hover
{
    color:#900000;
}

.bannier
{
	width:100%;
    text-align:center;
    margin-bottom:50px;
}

.bannier_small
{
    display:none;
}

.rouge
{
    color:#900000;
}

.toolbar
{
	width:100%;
	border:1px black solid;
	height:40px;
	margin-bottom:10px;
}

.main
{
	width:100%;
	min-height:400px;
	margin-bottom:10px;
    background-color:#FFFFFF;
}

.frame
{
	float:left;
	width:330px;
	height:336px;
	border:1px black solid;	
	margin-bottom:11px;
	margin-left:14px;
}

.frameL
{	
	width:330px;
	height:335px;
	border:1px black solid;	
    
    /*
    float:left;    
	margin-bottom:10px;
    */
}

.frameR
{
	float:right;
	width:330px;
	height:335px;
	border:1px black solid;	
	margin-bottom:10px;
}

.block_gris
{
    /*width:100%;*/
    Background-color:#CCCCCC;
    padding-top:50px;
    padding-bottom:50px;
}

.block_blanc
{
    /*width:100%;*/
    Background-color:white;
    padding-top:50px;
    padding-bottom:50px;
}

.fin
{
    padding-top:20px;
    padding-bottom:0px;
}


.block_interieur
{
    width:80%;
    margin:auto;
}

.block_plan_site
{    
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block_pour_pub
{    
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pub_200
{
    width:200px;
    border:1px black solid;
    margin-bottom:20px;
}