/**
* CSS Sample
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* Modifié par Lydie Tremblet
*/

* {	margin: 0; padding: 0; }

p { }

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

img { border: none; }

/* ////////////////// BLOCS GENERAUX ///////////////////////////// */
body {
	position: relative;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	background-color: #f8f8f2;
}

/* ////////////////// HEADER /////////////////// */
div#header {
	margin-left: 200px;
	background: url(custom_images/header.png) no-repeat left center;
}

div#header a {
	display: block;
	height: 120px;
	width: 600px;
}	

div#header a:hover {
	color: #777;
}

/* ////////////////// BLOCS DEPENDANT DE MENU /////////////////// */
#menu {
	position: absolute;
	top: 187px;
	left: 10px;
    width: 180px;
	border-top: 1px solid #ccc;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	height: 17px;
	font-size: 1.05em;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;	
	background: url(custom_images/menu.gif) no-repeat left top;
}

#menu li.section-title { 
	padding-left: 0px;
	color: black;
	text-transform: uppercase;
}

#menu li.section-title:hover {
	cursor: pointer;
} 

#menu li a {
	display: block;
	padding-top: 2px;
	width: 100%;
	text-transform: uppercase;
} 

#menu li a:hover {
	color: #555;
} 

#menu li.active a { 
	color: #f21800;
}

div#copyright { 
	position: fixed;
	left: 10px;
	bottom: 0;
	font-size: 0.9em;
	color: #999;
}

div#copyright a {
	color: #999;
} 

div#copyright a:hover {
	color: #ff1a00;
} 

/* ////////////////// BLOCS DEPENDANT DE CONTENT ///////////// */
#content {
	position: absolute;
	top: 120px;
	left: 200px;
	padding-bottom: 40px;
}
