/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	Style cup cake and Co
	- global
	- header
	- contenu
	- footer

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

/***************
****************
	global

****************
****************/
*{
	margin: 0;
	padding: 0;
}

a:hover{
	cursor: url(../image/curseur.png), auto;
}

html {
	font-size: 100%;
}

body {
	font: 0.85em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	background-color: #e7b5cf;
}

#page{
	width: 1000px;
	height: 100%;
	margin: 20px auto;
}

#contenu{
	width: 998px;
	height: 100%;
	border-left: solid 1px #270410;
	border-right: solid 1px #270410;
	border-bottom: solid 1px #270410;
	float: left;
	background-color: #F7E4EE;
	padding: 0 0 20px 0;
}

.clearFloat{
	clear: both;
}

.yesFloat{
	float: left;
}

.noFloat{
	float: none;
}

.gras{
	font-weight: bold;
}

/***************
****************
	header

****************
****************/
#header{
	font-size: 0.85em;
	height: 400px;
	background-color: #F7E4EE;
}

#header .haut{
	width: 1000px;
	height: 153px;
	background-image:url(../image/logo.png);
}

#header .haut p{
	color: #E7B5CF;
}

#header .haut .langue{
	display: none;	
}

#header .haut .fr{
	background: url(../image/flag-french.jpg) top left no-repeat;
	width: 24px;
	height: 16px;
	float: right;
	margin: 5px 8px 0 0;
}

#header .haut .en{
	background: url(../image/flag-england.jpg) top left no-repeat;
	width: 24px;
	height: 16px;
	float: right;
	margin: 5px 0 0 0;
}

#header .haut a{
	display:block;
	text-decoration: none;
	width: 24px;
	height: 16px;
	float: right;
}

#header .haut .selected a{
	border: solid 2px #F00;	
}

#header .milieu{
	width: 998px;
	height: 207px;
	border-left: solid 1px #270410;
	border-right: solid 1px #270410;
}

#header .elementFlash{
	padding: 5px 0 0 0;
}

#header p{
	text-indent: 10px;	
}

#image1, #image2, #image3, #image4  {
	width: 230px;
	height: 173px;
	float: left;
	margin: 0 10px 0 0;
}

#header .milieu img{
	margin: 10px 15px 0 5px;
	float: left;
}

#image1{
	margin:0 10px 0 15px;	
}

#header .bas{
	width: 998px;
	height: 36px;
	border-left: solid 1px #270410;
	border-right: solid 1px #270410;
	border-top : solid 2px #320F1B;
	border-bottom : solid 2px #320F1B;
	font-size: 1.8em;
	font-weight: bold;
	background-color: #EBD1BA;
}


#header .bas ul{
	list-style-type: none;
	margin: 0 0 0 170px;
}

#header .bas li{
	float: left;
	margin: 0 10px 0 0;
}

#header li a, #header li a:link, #header li a:visited, #header li a:hover, #header li a:active{
	color: #461902;
	text-decoration: none;
	font-weight: bold;
	float: left;
	vertical-align: middle;
	line-height: 32px;
}

#header li a:hover span{
	background-image: url(../image/selection.png);
	background-repeat: no-repeat;
	color: #EBD1BA;
	height: 25px;
}

#header .bas li a.selected{
	color: #E7636A;
}

/***************
****************
	footer

****************
****************/
#footer{
	margin: 15px auto 0 auto;
	padding: 0 0 20px 0;
	width: 1000px;
	color: #A59BA0;
	font-size: 0.80em;
	text-align: center;
}


#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #A59BA0;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/***************
****************
	Centre
	- global
	- accueil

****************
****************/	

/******* global ********/

#centre{
	font-size: 0.85em;
	color: #461902;
}

#centre h1{
	font-size: 1.8em; font-weight: bold; margin: 0 0 0 0; text-decoration: underline;
	float: left;
}

#centre h2{
	font-size: 1.2em;
}

#centre .titre{
	margin: 20px 0 0 10px;	
	width: 100%;
}

#centre .intro{
	margin: 10px 10px 0 10px;	
}

#centre .intro p{
	margin: 5px 0 15px 0;	
}

#centre .gauche{
	width: 640px;
	float: left;
	color: #461902;
}

#centre .droite{
	margin: 0 0 0 15px;
	width: 325px;
	color: #461902;
	float: left;
}

#centre .box{
	width: 998px;
	margin: 5px 0 5px 10px;
}

#centre .box ul{
	list-style-type: none;
	font-size: 1.2em;
}

#centre #tabMenu li span{
	background: url(../image/puceSousMenu.png) 0 100% no-repeat;
	float: left;
}

#centre #tabMenu h2{
	float: left;
}

#centre #tabMenu li{
	cursor: url(../image/curseur.png), auto;
	float: left;
	margin: 5px 10px 10px 10px;
}

#centre #tabMenu .selected{
	text-decoration:underline;
	color: #8a5b8d;
}

#centre .boxBody{
	padding: 10px 0 0 0;
}

#centre .boxBody #choix2, #choix3, #choix4 {
	display:none;
}

#centre .boxBody ul{
	margin : 0 0 0 15px;
	width: 325px;
	float: left;
}

#centre .boxBody li{
	margin: 0 0 12px 0;	
}

#centre .boxBody li a{
	text-decoration: none;
	color: #461902;
	font-size: 1.1em;
}

#centre .boxBody li a:hover{
	text-decoration: underline;
}

#centre .boxBody li a.selected{
	font-weight: bold;
	color: #383A8E;
	text-decoration: underline;
}

#centre .boxBody .remplace{
	float: left;
	width: 640px;
}



/******* accueil ********/
#centre .accueil p{
	margin: 0 0 10px 0;
}

#centre .flashInfo{
	width: 950px;
	border: solid 1px #8B5887;
	color: #8B5887;
	background: #F4D5E5 url(../image/bgFlashInfo.png) top left repeat;
	margin: 10px auto 0 auto;
	padding: 5px 0;
}

#centre .flashInfo p{
	margin: 0 10px 5px 10px;	
}

#centre #galeryAccueil li span {
	background: url(../image/icone-cupCake-accueil.png) 0 80% no-repeat;
}

/********** notre carte **********/
#centre .carte .down{
	float: right;
	margin: 7px 45px 0 0;
}

#centre .carte .down a{
	color: #f55b0b;
	font-weight: bold;
}

#centre .carte .down a:hover{
	text-decoration: none;	
}

#centre .carte #autresProduitsBoissons .puce {
	background: url(../image/icone-cupCake4.png) 0 80% no-repeat;
}


#centre .carte #autresPatisseries .puce {
	background: url(../image/icone-cupCake3.png) 0 80% no-repeat;
}

#centre .carte #buttercream .puce {
	background: url(../image/icone-cupCake2.png) 0 80% no-repeat;
}

#centre .carte #creamcheese .puce {
	background: url(../image/icone-cupCake.png) 0 80% no-repeat;
}

#centre .carte .fixTab{
	width: 220px;
}

#centre .carte .descriptionImg{
	color: #383a8e;
	margin: 10px 0 0 0;
	font-weight: bold;
}

#centre .carte .category {
	margin : 25px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #8B5887;
	color: #8B5887;
	background: #F4D5E5 url(../image/bgFlashInfo.png) top left repeat;
	padding: 5px 4px;
}

/********** boutique *************/

#centre .boutique .droite p {
	margin: 5px 0 0 0;
}

#centre .boutique .droite p img{
	margin: 20px 0 0 0;
}

/******** contact *****************/
#centre .contact{
	margin: 10px 0 10px 10px;
}

#centre .contact h3{
	font-size: 1em;	
}

#centre .contact .droite{
	margin : 0 0 0 10px;
}

#centre .contact form{
	margin: 0;
	float: left;
}

#centre .contact form legend{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 12px 0 10px;
}

#centre .contact fieldset{
	margin: 0 0 10px 0;

}

#centre .contact tr{
	width: auto;
	height: 20px;
	text-indent: 5px;
}

#centre .contact legend{
	margin: 0 0 0 30px;
}

#centre .contact fieldset.infoClient input{
	margin : 0 5px 0 0;
	width: 200px;
}

#centre .contact fieldset.infoClient .erreur{
	background-color: #FF9966;
}

#centre .contact fieldset.infoClient textarea{
	margin : 5px 5px 0 0;
	width: 300px;
	height: 20px;
}

#centre .contact fieldset.infoClient textarea.commentaire{
	width: 310px;
	height: 150px;
}

#centre .contact fieldset.infoClient span{
	color: #999999;
	font-style: italic;
}

/********* webmaster ***************/
#centre .mentions{
	margin: 10px 10px;
}

#centre .mentions h1{
	margin: 0 0 10px 0;	
}

#centre .boiteMention{
	margin: 15px 0;
	font-size: 0.98em;
}

#centre .boiteMention h3{
	border-bottom: solid 1px #000000;
}

#centre .boiteMention ul{
	margin: 5px 0 5px 10px;
	list-style-position: inside;
}

/********* webmaster ***************/
#centre .webmaster{
	margin: 10px 0 0 10px;
}

#centre .webmaster h1{
	margin: 0 0 10px 0;
}

#centre .webmaster h2{
	margin: 0 0 10px 0;
}
