/*  

Author: Rikiki
Web : http://mapomme.rikiki.org

*/

body {
	padding: 0;
	border: 0;
	color: #555544;
	font: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}

img {
	border:0px;
}

h2 {
	color:#f60;

}

a{
	color:#f60;
}
	
#page {
	width: 570px;
	margin: auto;
	padding: 0;
	border: 0;
	color: #555544;
	background: #FFFFFF url(images/bg.png) top center repeat-y;

}

#header{
	height: 171px;
	background: #FFFFFF url(images/header.png) top center no-repeat;

}

#global{
	width:555px;
	margin:auto;
}

#menu {
	float:left;
	margin-left:5px;
	width:130px;
}

#menu ul{
	margin-left:0px;
	padding-left:10px;
	list-style-type: none;
}
#menu li{
	margin-top:4px;
}

#menu ul ul{
	font-size:11px;
	padding-left:20px;
}
#menu a{
	color:#424242;
	text-decoration:none;
}

#menu a:hover{
	color:#09c;
	text-decoration:underline;
}


.head{
	font-size:11px;
	font-weight:bold;
}
#navigation a.hover{
	color:#09c;
}
/*
#navigation a.selected{
	color:#09c;
}
*/
#navigation a.current{
	font-size:14px;
	font-weight:bold;
	color:#f60;
}



#contenu{
	float:right;
	margin-right:10px;
	padding:10px;
	padding-top:0px;
	width:370px;
	color:#424242;
}

#contenu .vignettes{
	margin:1px;
	border-color:transparent;
	border-width:0 4px 4px 0;
	border-style:solid;
}

#contenu .vignettes:hover{
	border-color:#f60;
	border-width:0 4px 4px 0;
	border-style:solid;
}

/******Formulaires*********/
legend{
	text-transform:UPPERCASE;
	font-weight:bold;
}



#footer {
	clear:both;
	height: 94px;
	background: #FFFFFF url(images/footer.png) top center no-repeat;
	text-align: center;
	position: relative;	
}

#footer p {
	width: 570px;	
	margin:auto;
	padding:0;
	position:absolute;
	bottom:0px;
	text-align: center;
}
