/*************************************************************************
**************************************************************************
**************************************************************************
// Couleurs Salon
// (c)2007 Late Night Labs [http://www.latenightlab.com]
// This sheet overrules grid.css where needed
**************************************************************************
**************************************************************************
**************************************************************************/

@import url('normalize.css');
@import url('font.css');
@import url('grid.css');

/*************************************************************************
// Default Settings
/*************************************************************************/

body {
	background-color:#e3dfdf;
}

/*************************************************************************
// Header Content
/*************************************************************************/

#hd .nav {
	padding: 34px 0 0 0;
	float: left;
	width:100%;
	background-color:#e3dfdf;
}

#hd .nav ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#hd .nav ul li {
	padding: 0 2.3846em;
	*.padding: 0 2.3271em;
	display: block;
	float: left;
}

#hd .nav ul li.first {
	border-bottom: 10px solid #ff99cc;
}

#hd .nav ul li.second {
	border-bottom: 10px solid #9bd9d8;
}

#hd .nav ul li.third {
	border-bottom: 10px solid #69bd7b;
}

#hd .nav ul li.last {
	border: 0;
	border-bottom: 10px solid #261300;
}

#hd .nav ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 85%;
	color: #666;
	text-transform:uppercase;
}

#hd .nav ul li a:hover {
}

/*************************************************************************
// Footer Content
/*************************************************************************/

#ft .foot {
	padding: 0 0 0 0;
	float: right;
	width:100%;
	background-color:#e3dfdf;
}

#ft .foot ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#ft .foot ul li {
	padding: 0 10px;
	display: block;
	float: right;
	border-right: 1px solid #000000;
	text-align: center;
	font-size: 70%;
	color: #000;
	text-transform:uppercase;
}

#ft .foot ul li.first {
	padding-left: 0;
}

#ft .foot ul li.last {
	border: 0;
}

#ft .foot ul li a {
	text-decoration: none;
	color:#000;
}

#ft .foot ul li a:hover {
}

	

/*************************************************************************
// Div and Table Layout
/*************************************************************************/

#bd {
	background-color:#fff;
}

#breakitDown {
	background-image:url(../images/couleur_break.jpg);
	background-repeat:repeat-x;
	width:400px;
	height:1px;
	margin:0 auto;
}

/*************************************************************************
// Text Formatting
/*************************************************************************/

#yui-main h1 {
	font-size:167%;
	font-weight:bold;
	margin:15px 10px 10px 10px;
}

#yui-main h2 {
	font-size:92%;
	font-weight:bold;
	color:#ff99cc;
	margin:15px 10px 0px 10px;
}

#yui-main p {
	font-size:85% !important;
	margin:0px 10px 15px 10px;
}


