@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px 0;
	padding: 0;
	font-size: 0.9em;
	font-family:"Times New Roman", Times, serif;
	background: #fff;}
	

/*  ------------------------ CONTENEURS ------------------------------------  */

.ejs_context_menuitems{padding-left:12px; padding-right:7px; }


div#conteneur {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
div#contenu {
	width: 550px;
	text-align:left;
	padding: 10px 125px;

}


div#contact_coordonnees {
	float: left;
	width: 200px;
	text-align:left;
	padding: 10px;
	margin: 0 10px;

}


div#contact_form {
	float: left;
	width: 300px;
	text-align:left;
	padding: 10px;
	margin: 0 10px;

}


div#header {
	height: 200px;
	background: url(../images/monsieur_bloom.png) no-repeat center center;
}

div#cache {
	display:none;
}

div#separation {
	height: 10px;
}

div#footer {
	height: 80px;
	background: url(../images/bloom_coordonnees.png) no-repeat center center;
	margin: 0;
}

div#mentions {
	height: 20px;
	margin: 0;
	text-align:right;
	font-size: 0.8em;}


/*  -------------------------- FORMULAIRE -------------------------------------  */


table {
	width: 600px;
	margin:0;
	padding:0}

td {padding: 0 10px}

.normal {font-size: 1em}

.mini {font-size: 0.8em}

.errorData {font-size: 0.8em; color:#CC0000}

.maxi {
	font-size: 1.4em;
	font-weight: bold;
	color: #C69F1C}

input{border : 1px solid #999}

input.newsletter{
	border : none;
	background-color: none;
	font-size: 0.8em;
	font-family:"Times New Roman", Times, serif;
	background-color:#eee;
	margin: 0px;
	padding: 0 5px;
}

input.newsletter:focus{
		background-color: #000;
		color: #FFF;
}








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

div#menu_bloc {
	padding: 0px;
	margin : 35px 0 10px 0;
	height: 30px;
	text-align:center;
	background: url(../images/bloom_menu.jpg) repeat-x top left;

}


div#menu_bloc ul {
	padding:0;
	margin:0;
	}

div#menu_bloc ul a {
	display: inline;
	text-decoration: none;
	}
	

div#menu_bloc li {
	margin:0px 15px;
	display: inline;
	text-decoration: none}
	
li.menu a ,  li.menu_actif{
	padding: 0px 20px;
	margin: 0px;
	color:#333;
}

li.menu a:hover{
	color: #FFF;
	background-color:#000;
}
	

 li.menu_actif{
	color: #FFF;
	background-color:#000
}
	
img{border:none}


/*  ----------------------------- TEXTES ---------------------------------------  */


div#contenu h2 {
	line-height: 25px;
	font-size: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
div#id {
	background: url(little_apple.gif) no-repeat left bottom;
	widht:20px;
	height:20px;
	border-bottom: 1px solid #9b2;
}
div#contenu h3 {
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #9b2;
	border-left: 3px solid #9b2;
	color: #9b2;
}
div#contenu p {
	line-height: 1.4em;
	margin-top: 30px;
}

div#contenu a:hover {
	color: #000;
}

div#diaporama {
text-align:center;
}


td{
	padding:20px 0;}

pre {
	overflow: auto;
	background: #dea;
	border: 2px solid #9b2;
	padding: 5px 0 0 5px;
	font-size: 1.2em;
}
* html pre {
	width: 636px;
}

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