/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

body{
	font: normal 12px Arial;
	color: white;
	font-size:11pt;
	background: url(images/body.jpg) repeat-x;
	background-color: #8e141d;
}
/*------------------------------------------------------------------*/
#page {
	background: url(images/page.jpg) top right no-repeat;
}
/*------------------------------------------------------------------*/
#header{
	text-align: left;
}
#header #contact {
	float: right;
	font: normal 11px Arial;
	margin-top: 72px;
	padding-right: 12px;
}
#header #contact a {
	color: #571114;
	text-decoration: none;
}
#header h1 {
	width: 384px;
	height: 131px;
}
#header h1 img {
	border: none;
}
/*------------------------------------------------------------------*/
#menu{
	height: 37px;
	margin-top: 30px;
}
#menu ul {
	list-style-type: none;
	height: 37px;
	margin-left: 70px;
}
#menu ul li {
	float: left;
	height: 37px;
}
#menu ul li a {
	float: left;
	display: block;
	height: 37px;
	font: normal 21px Times;
	color: white;
	text-decoration: none;
	padding-right: 15px;
}
#menu ul li a.presentation {
	background: url(images/menu/presentation.jpg) left no-repeat;
}
#menu ul li a.competences {
	background: url(images/menu/competences.jpg) left no-repeat;
}
#menu ul li a.references {
	background: url(images/menu/references.jpg) left no-repeat;
}
#menu ul li a.actualites {
	background: url(images/menu/actualites.jpg) left no-repeat;
}
#menu ul li a.contact {
	background: url(images/menu/contact.jpg) left no-repeat;
}
#menu ul li a:hover.presentation {
	background: url(images/menu/presentation.jpg) left no-repeat;
	color:#bb262c;
}
#menu ul li a:hover.competences {
	background: url(images/menu/competences.jpg) left no-repeat;
	color:#bb262c;
}
#menu ul li a:hover.references {
	background: url(images/menu/references.jpg) left no-repeat;
	color:#bb262c;
}
#menu ul li a:hover.actualites {
	background: url(images/menu/actualites.jpg) left no-repeat;
	color:#bb262c;
}
#menu ul li a:hover.contact {
	background: url(images/menu/contact.jpg) left no-repeat;
	color:#bb262c;
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
	margin: 50px 50px 0 50px;
}
#content h2 {
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font: normal 20px Times;
	color: #ffc2c2;
	line-height: 38px;
	height: 38px;
	background: url(images/h2.jpg) left no-repeat;
	padding-left: 60px;
	margin-bottom: 12px;
	margin-left:10px;
}
#content h2 span {
	display: block;
	padding-right: 60px;
	background: url(images/h2-span.jpg) right no-repeat;
}
#content h3 {
	font: bold 13px Arial;
	color: #ffc2c2;
}
#content p {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content a {
	color: black;
	font-weight: bold;
}
#content ul {
	list-style-image: url(images/puce.jpg);
	margin-left: 40px;
}


/*--------pied de page------------------------------------------------------*/
#footer{
background: transparent url('images/footer.jpg') top center no-repeat;
height:70px;
}

#footer #realisation-site{
	text-align: center;
	padding-top:40px;
}

#footer #realisation-site img{
	border:none;
	position:relative;
	top:7px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
