#document {
	width:100%;
	margin : 0;
	padding : 0;
	text-align: left;
	position: absolute;
}

a { -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 400; }
			
a:link          {
    color: #EBE4CF;
    font-weight: normal;
    text-decoration: none
}
a:visited         {
    color: #C0903D;
    font-weight: normal;
    text-decoration: none
}
a:hover       {
    color: #C0903D;
    font-weight: bold;
    text-decoration: none
}

img { border: 0; vertical-align: middle }

input, select, textarea {
    color: #22413B;
    font-size: 18px;
    font-weight: 300;
    font-family: quicksand;
    background-color: #22413B;
    margin: 2px;
    padding: 3px;
    border: 1px solid #EBE4CF;
    font-style: normal;
}

body {
    font-family: quicksand;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #22413B;
    background-color: #fff;
    font-style: normal;
    font-weight: 300;
}

#haut { position:absolute; top:0; left: 50%; width: 410px; height: 290px; margin-left:-205px; z-index:1000;}

table, tr, td { }
td { padding: 10px }
	
#menu {
    clear: both;
    z-index: 999;
    height: 60px;
    width: 100%;
    background: #22413B;
}

#cache {
    height: 400px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 10;
}
#cache::after { position:absolute; content:' ';width:100%; height:inherit;}
/* CONTENU */

.centre {
    float: left;
    position: relative;
    width: 100%;
    background-color: #22413B;
    z-index: 1001;
}
.contenu { width:1024px; line-height: 20px; }

#article {
    margin: 29px 0 0;
    background: #22413B;
}

.contenu #intitule_article {
	float:left;
	width:100%;
	padding:2% 0;
	text-align:center;
}
.contenu #intitule_article .fleche {
    width: 6%;
    color: #EBE4CF;
}
.contenu #intitule_article .fleche:hover {
    color: #C0903D;
}

#border_intitule_article{
    float: left;
    width: 100%;
    background: #C0903D;
    height: 29px;
}
.contenu #intitule_article .main {
    font-family: quicksand;
    font-size: 32px;
    line-height: 50px;
    font-weight: 400;
    color: #C0903D;
    font-style: normal;
}
.contenu #intitule_article .second {
    font-family: quicksand;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: #C0903D;
    font-style: normal;
}
.contenu #liste_restaurant{
    float: right;
    text-align: right;
    margin-top: -50px;
    font-family: quicksand;
    font-size: 12px;
    font-weight: 300;
    color: #22413B;
    font-style: normal;
}

.contenu table, tr, td { font-size: 100%; border-spacing : 0; border-collapse : collapse; }
.contenu table { width: 100%; cellpadding: 10px; background: rgba(0,0,0,0.0) }
.contenu td {
    font-family: quicksand;
    font-size: 115%;
    vertical-align: top;
    font-style: normal;
    font-weight: 300;
}

.contenu h1 {
    font-family: quicksand;
    color: #C0903D;
    font-size: 320%;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 20px 0;
    line-height: 32px;
}

.contenu h2 {
    font-family: quicksand;
    color: #C0903D;
    font-size: 240%;
    font-weight: 400;
    margin: 5px 0 5px 0;	/*line-height: 34px;*/
    font-style: normal;
}

.contenu h3 {
    font-family: quicksand;
    color: #C0903D;
    font-size: 170%;
    font-weight: 300;
    margin: 5px 0 5px 0; /*line-height: 28px;*/
    font-style: normal;
}

.contenu h4 {
    font-family: quicksand;
    color: #C0903D;
    font-size: 220%;
    font-weight: 300;
    margin: 5px 0 5px 0; /*line-height: 28px;*/
    font-style: normal;
}

.contenu h5 {
    font-family: quicksand;
    color: #C0903D;
    font-size: 135%;
    font-weight: 300;
    margin: 5px 0 5px 0; /*line-height: 16px;*/
    font-style: normal;
}

#zone-texte p {
    font-size: 150%;
    line-height: 22px;
    padding: 0;
    text-align: left;
    font-family: quicksand;
    color: #C0903D;
    font-style: normal;
    font-weight: 300;
}

.contenu li {
	font-size: 125%;
	line-height: 22px;
}

.contenu p a:link        {
    color: #C0903D;
    font-weight: normal;
    text-decoration: none;
}
.contenu p a:visited     {
    color: #C0903D;
    font-weight: normal;
    text-decoration: none;
}
.contenu p a:hover       {
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
}


.contenu a.lien_cta:link, .contenu a.lien_cta:visited  {
    border-radius: 5px;
    text-decoration: none;
    font-size: 135%;
    color: #C0903D;
    font-weight: 300;
    font-family: quicksand;
    padding: 5px 10px;
    background-color: #22413B;
    transition: all 1s;
    font-style: normal;
}
.contenu a.lien_cta:hover {
    border-radius: 5px;
    text-decoration: none;
    font-size: 135%;
    color: #EBE4CF;
    font-weight: 300;
    font-family: quicksand;
    padding: 5px 10px;
    background-color: #22413B;
    font-style: normal;
}

#bas {
    clear: both;
    float: left;
    width: 98%;
    background: #EBE4CF;
    color: #C0903D;
    padding: 0 1%;
}
#bas a {
    font-weight: normal;
    color: #C0903D;
}
#bas a:visited { font-weight:normal; color: #22413B; text-decoration: none; }
#bas a:hover {
    font-weight: normal;
    color: #C0903D;
}
#bas p {
    font-family: quicksand;
    font-size: 115%;
    font-weight: 300;
    color: #C0903D;
    font-style: normal;
}


