/* ******************************************************** */
/* Généralités */
/* ******************************************************** */

body {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;
}


/* Les liens généraux */
a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	color: #000;
	font-size: 13px;
	text-decoration: none;
	font-family: arial,sans-serif;
}

div.spacer { /* sert à faire grandir les blocs contenant des éléments floatant */
	clear:both;
	height: 0px !important;
	visibility:hidden;
}

p { line-height:1.5; }

 

/* ******************************************************** */
/* FIN Généralités */
/* ******************************************************** */





div#page {
	
}



div#header {
	padding-top: 50px;
	padding-bottom: 10px;
	height: 429px;
	text-align: center;
	background: #000 url(../images/fondHeader.png) repeat-x 0 50px;
}

	
	
div#content {
	min-height: 380px;
	width: 955px;
	margin: 0 auto;
}

	div.menu {
		float: left;
		width: 270px;
		padding-left: 30px;
		margin-top: 70px;
	}

	div.contenu {
		position: relative;
		float: right;
		width: 600px;
		padding: 20px 0;
	}
	
	ul.menu {
		width: 250px;
		font-weight: bold;
	}

	ul.menu li {
		padding-left: 25px;
		height: 22px;
		line-height: 22px;
	}
	
	ul.menu li.selected, ul.menu li:hover {
		background: url(../images/fleche.png) no-repeat 0px 1px;
	}
	
	ul.menu li.last { border:none; }
	
		ul.menu li a {
			display: block;
			height: 22px;
			line-height: 22px;
			font-size: 15px;
			text-transform: uppercase;
			font-weight: bold;
			border-bottom: 1px dotted #000;
		}
		
	img.logo {
		position: absolute;
		top: -28px;
		left: 4px;
	}
		
		
		
div#footer {
	height: 125px;
	background: #000;
}	
	div#footerContenu {
		padding-top: 30px;
		width: 955px;
		margin: 0 auto;
	}

	div#footerContenu, div#footerContenu p, div#footerContenu a  {
		color: #fff;
	}
		
		
		div#footerContenu p.gauche {
			float: left;
			width:400px;
		}
		
		div#footerContenu p.droite {
			float: right;
			width:400px;
			text-align: right;
		}
		
		div#footerContenu p.bas {
			clear: both;
			padding-top: 25px;
			font-size: 11px;
			color: #888;
		}
		
		
		
		
		
body.template2 {
	border-top: 50px solid #000;
}	

body.template2 div#header {
	padding: 0;
	height: 0;
	text-align: none;
}	

body.template2 div.contenu {
	padding-top: 0;
	margin-top: 75px;
}

body.template2 div.menu {
	float: left;
	width: 270px;
	padding-left: 30px;
	padding-top: 310px;
	margin-bottom: 100px;
	background: url(../images/logo2.png) no-repeat 67px 1px;
}














