/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: century gothic;
 font-size: 13px;
 background-color:#ff80ff;
}

p {
 padding: 10px;
}

.plan {
 margin-left:40px;
 margin-top:20px;
}
.plan a{
 font-size : 20px;
}
a{
 text-decoration:none;
}

.plan li{
list-style-type: square;
color:#cbc6c1;
}

#wrapper { 
 margin: 0 auto;
 width: 960px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 960px;
 display: inline;
}

#header {
 color: #333;
 width: 960px;
 float: left;
 height: 300px;
 background: #301c09;

}

#footer { 
 width: 960px;
 height: 40px;
 clear: both;
 color: #cbc6c1;
 font-weight:bold;
 text-align : center;
 padding-top:2px;
 background-color:#301c09;
}

img{
display:block;
border:0px;
}
#footer a{
	color: #cbc6c1;
}

.inter{
	width:15px;
	background-color:white;
}

.case{
	width:300px;
	background:#df199b;
}

.texteCase{
	color:#cbc6c1;
	text-align: justify;
	font-size:11px;
	font-weight:bold;
}

h1{
	color:#301c09;
	font-size:22px;
	font-family: century gothic;
	font-weight:normal;
}

.texteContact{
	color:#cbc6c1;
	text-align: justify;
	font-size:14px;
}

.titreContact{
	color:#301c09;
	font-size:28px;
}

#menu{
margin-top:13px;
margin-left:15px;
}
#btn_accueil{
	background: url("../img/btn/accueil.png");
	height:20px;
	width:55px;
}
#btn_accueil_on{
	background: url("../img/btn/accueil_on.png");
	height:20px;
	width:55px;
}

#btn_accueil:hover{
background: url("../img/btn/accueil_on.png");
}

#btn_presentation{
	background: url("../img/btn/presentation.png");
	height:20px;
	width:97px;
	margin-left:47px;
}
#btn_presentation_on{
	background: url("../img/btn/presentation_on.png");
	height:20px;
	width:97px;
	margin-left:47px;
}

#btn_presentation:hover{
background: url("../img/btn/presentation_on.png");
}

#btn_pains{
	background: url("../img/btn/pains.png");
	height:20px;
	width:68px;
	margin-left:47px;
}
#btn_pains_on{
	background: url("../img/btn/pains_on.png");
	height:20px;
	width:68px;
	margin-left:47px;
}

#btn_pains:hover{
background: url("../img/btn/pains_on.png");
}

#btn_gateaux{
	background: url("../img/btn/gateaux.png");
	height:20px;
	width:87px;
	margin-left:47px;
}
#btn_gateaux_on{
	background: url("../img/btn/gateaux_on.png");
	height:20px;
	width:87px;
	margin-left:47px;
}

#btn_gateaux:hover{
background: url("../img/btn/gateaux_on.png");
}

#btn_occasions{
	background: url("../img/btn/occasions.png");
	height:20px;
	width:171px;
	margin-left:47px;
}
#btn_occasions_on{
	background: url("../img/btn/occasions_on.png");
	height:20px;
	width:171px;
	margin-left:47px;
}

#btn_occasions:hover{
background: url("../img/btn/occasions_on.png");
}

#btn_creations{
	background: url("../img/btn/creations.png");
	height:20px;
	width:101px;
	margin-left:47px;
}
#btn_creations_on{
	background: url("../img/btn/creations_on.png");
	height:20px;
	width:101px;
	margin-left:47px;
}

#btn_creations:hover{
background: url("../img/btn/creations_on.png");
}

#btn_contact{
	background: url("../img/btn/contact.png");
	height:20px;
	width:66px;
	margin-left:47px;
}
#btn_contact_on{
	background: url("../img/btn/contact_on.png");
	height:20px;
	width:66px;
	margin-left:47px;
}

#btn_contact:hover{
background: url("../img/btn/contact_on.png");
}