/*----------------------
/* Codes couleurs
/* bleu : #33c
/* rouge : #900
/*----------------------


/* -----------------------------------------------------------  Balises Entremuses */
html {
	height: 100%
}

body {
	background-color: #ccc;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h2 {
	color: #900;
	font-size: 1.8em;
	font-style: italic;
}

h3 {
	color: #900;
	font-size: 1.2em;
	text-align: right;
}

p {
	color: #666;
	text-align: justify;
	line-height: 1.2em;
	padding: 0px 0px 30px 80px;
}

a {
	display: inline;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline; 
}

img.separate {
	float: left;
}

.anima {
	text-align: center;
}

.anima a img {
	border:0;
}

/* -----------------------------------------------------------  Formulaires Entremuses */
form label {
	float: left;
	width: 50px;
}

/* -----------------------------------------------------------  Menus Entremuses */ 
ul.menu li{
	display:inline;
	float: right;
	font-family: Helvetica, Sans;
	font-size: 0.9em;
	list-decoration : none;
	padding: 0px 20px 0px 0px;	
}

.menu a {
	color: #666;
	text-decoration: none;
}

.menu a:hover { 
	color: #900;
	text-decoration: underline; 
}

/* -----------------------------------------------------------  Page Entremuses */
#page {
	background-color: #fff;
	border-color:	#900;
	border-width:	1px;
	border-style:	solid;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	width: 780px;
}

#head {
	position:	relative;
	height:	100px;
	background-image:	url(../img/top.jpg);
}

#body {
	margin: 3em 3em 0em 5em;
}

#foot {
	background-image: url(../img/bottom.jpg);
	clear: both;
	height: 50px;
}

#accueil {
	margin-left: -300px;
	margin-top: -156px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
}

#accueil img {
	border: 0px;
}

.error {
	font-weight: bold;
	color: #900;
}