/* CSS par Dig pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

html {
	height:100%;
	background:#515451;
}

body {
	height:100%;
	background:url(../images/bg-top.png) left top repeat-x;
	font:normal 80% "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color:#000;
}

#clear {
	clear:both;
	text-align:center;
}

#page {
	margin-right:auto;margin-left:auto;margin-top:5px;
	width:802px;
	border:2px solid #5E605D;
	background-color:#FFF;
	text-align:left;
}

#contenu {
	width:90%;
	border:1px solid #FFF;
	text-align:center;
	border:1px solid #FFF;
	
}





/* CSS du header 
-----------------------*/


#header h1{
	display: none;
}

#header h2{
	color: #FFFFCC; /* les couleurs peuvent être modifiées au choix */
	font-size: 2em;
	padding: 90px 0 0 110px;
	margin: 0;
	text-align:center;
}

#header h3{
	color: #fff; /* les couleurs peuvent être modifiées au choix */
	font-size: 1.2em;
	padding: 0 0 47px 110px;
	margin: 0;
}

#header ul { 
	color: #660000;
	display: inline;
	margin: 0 0 0 60px;
}

#header li { 
	color: #660000;
	display: inline;
	list-style: none;
	margin-right: 8px;
	font-size: 1.2em;
}

#menu {
	width:100%;
	
}

#menu ul {
	list-style-type:none;
}

#menu li {
	width:802px;
	height:46px;
	background:url('images/interface/f_menu.jpg') top no-repeat;
}


#menu a {
	height:31px;
	padding-top:15px;
	display:block;
	color:#FFF;
	text-decoration:none;
}

#menu a:hover {
	height:31px;
	padding-top:15px;
	display:block;
	color:#FFF;
	text-decoration:underline;
}

#logo {
	margin-left:35px;
	margin-top:10px;
}

#bloc {
	width:100%;
	text-align:left;
	background-color:#FFF;
	margin-left:40px;
        margin-right:40px;
}

#bloc p {
        padding-bottom:20px;
        text-indent:50px;
        margin-left:15px;
        margin-right:15px;
	text-align:justify;
}

#bloc h2 {
        margin-left:50px; 
        margin-top:20px; 
        margin-bottom:20px;
        border-bottom:3px solid #262626;
        padding-left:2px; 
        font-size:120%; 
        color:#262626; 
}

a { color:#333333; text-decoration:none; font-weight:bold; }
a:hover { color:#666666; font-weight:bold; text-decoration:underline; }
