@charset "utf-8";
/* CSS Document */

/*********** 
Reset styles 
***********/
* { margin: 0; padding: 0; outline:none; }
.c { clear:both; }
.fleft { float:left;	}
.fright { float:right; }
.dbloc { display:block; }
.dnone { display:none; }
.bcenter { margin:0 auto; }
img { border:0px; }
.italic { font-style:italic; }
.tjustify { text-align:justify; }
.tright { text-align:right; }
.tcenter { text-align:center; }
.tleft { text-align:left; }
.w521 { width:521px; }
.noMar { margin:0px; }
.noMR1 { margin-right:1px; }
.padT10 { padding-top:10px; }
.padT15 { padding-top:15px; }
.marL10 { margin-left:10px; }
.marL15 { margin-left:15px; }
.marL20 { margin-left:20px; }
.marL25 { margin-left:25px; }
.marL30 { margin-left:30px; }
.marL32 { margin-left:32px; }
.marL35 { margin-left:35px; }
.marT10 { margin-top:10px; }

/*********** 
Structure et entete
***********/
html, body {
	background:#DBDFE2 url('../images/fond.jpg') repeat-x bottom;
}
#global {
	width:960px;
	margin:0 auto;
}
#header {
	background:url('../images/fond-header.jpg') repeat-x;
}
#header_content {
	position:relative;
	width:960px;
	height:388px;
	margin:0 auto;
}
#logo {
	display:block;
	float:left;
	margin-top:40px;
}
#micronora_2010 {
	display:block;
	float:right;
	margin-top:30px;
}
.btn_contact {
	display:block;
	position:absolute;
	top:270px;
	left:400px;
	width:150px;
	height:31px;
	text-indent:-9999px;
	background:url('../images/btn_contact.jpg') no-repeat;
}
.btn_contact:hover {
	background-position:0px -32px;
}
#image_emailing{
	position:absolute;
	z-index:10;
	top:100px;
	left:650px;
}
#content {
	position:relative;
}

/*********** 
Contenu
***********/
.encart_grand {
	display:block;
	float:left;
	width:630px;
}
.encart_contenu {
	background:#fff;
}
.encart_grand_bas {
	display:block;
	width:630px;
	height:10px;
	background:url('../images/fond-encart-grand-bas.png') no-repeat;
}
.encart_petit {
	display:block;
	float:left;
	width:300px;
}
.encart_petit_bas {
	display:block;
	width:300px;
	height:10px;
	background:url('../images/fond-encart-petit-bas.png') no-repeat;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e30b7d;
	padding:20px 0 5px 12px;
	margin:0 0 0 15px;
	background:url('../images/puce-rose.gif') no-repeat;
	background-position:0px 23px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#2b363c;
	margin:5px 0 0 15px;
}
ul.liste_carree, ul.liste_fleche {
	list-style:none;
	margin: 0 0 0 15px;
}
ul.liste_carree ul {
	list-style:none;
}
ul.liste_carree ul li {
	background:none;
}
ul.liste_carree {
	margin:0 0 0 30px;
}
ul.liste_carree li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0 0 15px;
	background:url('../images/puce-carree.gif') no-repeat;
	background-position:0px 10px;
}
ul.liste_fleche li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	padding:0 0 0 15px;
	background:url('../images/puce-bleue.gif') no-repeat;
	background-position:0px 10px;
}
#btn_contact_tel {
	position:absolute;
	top:250px;
	left:657px;
}

/*********** 
Footer
***********/
#footer {
	width:100%;
	height:50px;
	background:url('../images/fond-footer.png') repeat-x;
}
#footer_content {
	width:960px;
	margin:0 auto;
	padding-top:20px;
	color:#909090;
	font-family:Arial;
	font-size:12px;
}
#footer .slogan {
	display:block;
	float:left;
}
#footer .fcnet {
	display:block;
	float:right;
}
#footer a {
	color:#2b363c;
	text-decoration:none;
}
#footer a:hover {
	color:#e30b7d;
}