* {
margin: 0;
}

html, body {
	height: 100%;
}

body 
{
	background-color: #afafaf;
	width: 768px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#container
{
	background: url(../images/bg_pagelayout.gif) top center repeat-y;
	width:768px;
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

#content
{
}

#header
{
	height:170px;
}

#content #contentleft
{
	width:480px;
	margin: 0;
	padding: 20px 25px 5px 25px;
	border-top:2px solid #000;
	float:left;
}

#content #contentright
{
	width:182px;
	margin: 0;
	padding: 15px 25px 5px 25px;
	border-top:2px solid #000;
	float:right;
}

#footer, #push {
	clear:both;
	height: 80px; /* .push must be the same height as .footer */
}

#footer
{
	position:relative;
	width: 768px;
	margin: 0 auto;
}

div.separ {
	background: url(../images/pointilles.jpg) top center no-repeat;
	height: 30px;
}

/* ----------------- TYPO, LISTES ET LIENS -------------------*/

p
{
	text-align:left;
	margin-bottom: 10px;
}

p.travail
{
	font-size:11px;
	margin-bottom: 10px;
}


h3
{
	margin-bottom: 10px;
	text-transform:uppercase;
	font-size:12px;
	color: #6f6f6f;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #e51837;
	text-decoration: none;
}


/* ----------------- MENU -------------------*/

#content #mainmenu
{
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 15px;
	position:relative;
	background-color:#afafaf;
}

#content #mainmenu li
{
	display:inline;
	list-style-type:none;
	margin-right:9px;
	padding:2px 9px;

}

#content #mainmenu .firstItem
{
	margin-left:18px;
}

#content #mainmenu li:hover,#content #mainmenu .selected
{
	background-color:#fff;
	border: 2px solid #000;
	border-bottom: none;
	padding:2px 7px;

}

#content #mainmenu .selected a,#content #mainmenu .selected a:active,#content #mainmenu .selected a:visited
{
	color:#E31937;
}



#content #mainmenu li a,#content #mainmenu li a:hover, #content #mainmenu li a:active, #content #mainmenu li a:visited
{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
