@charset "utf-8";
/* CSS Document */

/*----------------------------------------------General----------------------------------------------*/
html, body, #wrap {
	height: 100%;
}

#wrap{
	height: auto;
	min-height: 100%;
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    width: 1000px;
}


body{
	width: 1002px;
    background-image: url("http://www.chefdedegustation.com/images/3.png");
    background-repeat: repeat-x;
    background-color: #45494d;
    margin: auto;
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
}

img{
	border: 0px;
}

a{
    text-decoration: none;
    color: #ffed6f;
}

a:hover{
    color: #FFF;
}

#wrap{
	background-color: #252525;
	width: 1000px;
    overflow: hidden;
    height: auto;
}

/*----------------------------------------------Header----------------------------------------------*/
#header{
	position: relative;
    width: 1000px;
    height: 418px;
}

#fade{
	position: absolute;
    width: 345px;
    height: 260px;
    left: 637px;
    top: 143px;
}

#fade p{
	margin: 0px;
    padding: 0px;
    display: none;
}

#header_menu{
	padding-left: 36px;
    padding-top: 131px;
}

.element_menu{
	float: left;
	padding: 0px 22px 0px 22px;
    color: #FFF;
    font-size: 16px;
}

.element_menu a{
	color: #FFF;
	text-decoration: none;
}

.element_menu a:hover{
	color: #ffed6f;
}

#texteChef{
	padding-left: 60px;
    padding-top: 140px;
	width: 555px;
    height: 60px;
    color: #FFF;
    font-size: 16px;
    text-align: justify;
}

/*----------------------------------------------Content----------------------------------------------*/
#content{
	background-color: #252525;
    width: 1000px;
    overflow: hidden;
    padding-bottom: 115px;
}

.colonne700{
	float: left;
	width: 700px;
}

.colonne300{
	float: left;
	width: 300px;
}

.colonne400{
	float: left;
	width: 400px;
}

.colonne1000{
    width: 1000px;
}

.photos{
	padding: 0px 40px 0px 40px;
}

.vignettes{
    width: 218px;
    height: 147px;
    border: 1px solid #000;
    margin-top: 20px;
    overflow: hidden;
}

.vignettes p{
	margin: 0px;
    padding: 0px;
    display: none;
}

h1{
	color: #ffed6f;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 15px 0px 0px 15px;
}

h2{
    color: #ffed6f;
    font-size: 14px;
    border-bottom: 1px solid #ffed6f;
}

.more{
	text-align: right;
	color: #FFF;
    font-size: 14px;
    padding: 15px 25px 0px 25px;
}

.more a{
	text-decoration: none;
    color: #FFF;
}

.more a:hover{
	color: #ffed6f;
}

.colonneP, .colonneP2{
    clear: both;
	text-align: justify;
	color: #FFF;
    font-size: 14px;
    margin: 0px;
    padding: 15px 25px 0px 25px;
}

.colonneP2{
	text-align: left;
}

.colonneP a{
    color: #FFF;
    text-decoration: none;
}

.colonneP a:hover{
    color: #ffed6f;
}

.logoPartners{
    float: left;
    width: 200px;
    height: 100px;
    border: 1px solid #000;
}

.textPartners{
    float: left;
    margin-left: 20px;
    width: 725px;
}

.menuLink{
	padding: 15px 25px 0px 25px;
}

.menuLink a{
	color: #FFF;
    font-size: 14px;
    margin: 0px;
	text-decoration: none;
}

.menuLink a:hover{
	color: #ffed6f;
    padding-left: 30px;
}

.elementMenus{
	margin: 20px 0px 0px 25px;
	width: 600px;
}

.titreMenus{
	float: left;
	width: 500px;
	font-size: 16px;
    color: #FFF;
}

.descMenus{
	clear: both;
	width: 500px;
	font-size: 12px;
    color: #ffed6f;
    text-align: justify;
}

.prixMenus{
	font-size: 14px;
	float: right;
	width: 100px;
    color: #FFF;
    text-align: right;
}

.photoChef{
    width: 248px;
    height: 317px;
    border: 1px solid #000;
    overflow: hidden;
    margin: 15px 25px 0px 25px;    
}

.form{
    clear: both;
    margin-bottom:10px;
}

.label{
    width:170px;
    float:left;
}

.xText{
    width: 200px;
}

.xArea{
    width: 350px;
}

.xButton{
    margin-left: 170px;
}

/*----------------------------------------------Footer----------------------------------------------*/
#footer{
	clear: both;
	width: 1000px;
    background-image: url("http://www.chefdedegustation.com/images/footer.png");
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
	margin: -100px auto 0px auto;
    height: 100px;
}

#footer_menu{
	padding-top: 16px;
    width: 690px;
    margin: auto;
}

#copyrights{
	display: block;
    text-align: center;
	padding: 40px 0px 15px 0px;
    color: #707070;
    font-size: 10px;
}

#copyrights a{
    color: #707070;
    text-decoration: none;
}

#copyrights a:hover{
    color: #ffed6f;
}


