/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: none;
	/*text-decoration: none;*/
}

a{
outline:none;
}

.liens_internes{
	font-size: 90%;
	color: #f30409;
	text-decoration:underline;
}

body{
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	/*background-color: #e5f1fc;*/
	background: url(../img/stripe.png);
}

dl, dt, dd, ul, li {
	list-style-type: none;
	text-align:left;
}

h1{
	text-align:left;
	font-size: 110%;
	color: #f30409;
}

p{
	font-size: 100%;
	color: #000;
	text-align:left;
}

#conteneur{
	position:relative;
	width: 950px;
	height: 620px;
	text-align: center;
	margin:0px auto 0 auto;
	background: url(../img/pattern.jpg) repeat-x;
	/*top: 0px;
	left:0px;*/
	/*border: 1px solid #e5f1fc;*/
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	border-bottom: 0px;
}

#header{
	width: 910px;
	/*height:78px;*/
}

#logo{
	position:absolute;
	top: 28px;
	left: 30px;
	width: 232px;
	height: 51px;
	text-indent:-9000px;
	background: url(../img/magieblanche.jpg) no-repeat;
	display:block;
	outline:none;
}

#contact {
	position:absolute;	
	width: 16px;
	height: 60px;
	text-indent:-9000px;
	background: url(../img/contacts.png) no-repeat;
	/*float:none;*/
	top: 0px;
	left: 836px;
	outline:none;
}

#actualites {
	position:absolute;
	width: 16px;
	height: 60px;
	text-indent: -9000px;
	background: url(../img/actualites.png) no-repeat;
	/*float:right;*/
	top: 0px;
	left: 876px;
	outline:none;
}

#menu {
	/*position: relative;*/ /* placement du menu, à modifier selon vos besoins */
	position:absolute;
	/*width: 930px;*/
	left: 87px;
	top: 90px;
}


#menu dt {
	float:left;

}

#qsn{
	display: block;
	/*float:left;*/
	/*margin-left:10px;*/
	background: url(../img/menu_qsn.jpg) no-repeat;
	width:123px;
	height:22px;
	text-indent: -9000px;
	/*right: 80px;*/
	margin-right: 30px;
	outline:none;
}

#expert{
	display: block;
	background: url(../img/menu_exp.jpg) no-repeat;
	width:122px;
	height:17px;
	text-indent: -9000px;
	margin-right:30px;
	/*left: 136px;*/
	/*top: 38px;*/


}

#real{
	display: block;
	/*float:right;*/
	background: url(../img/menu_real.jpg) no-repeat;
	/*margin-right: 250px;*/
	width:123px;
	height:12px;
	text-indent: -9000px;
	left: 0px;
}

/*#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	margin-top: -3px;
	margin-left:10px;
}*/

#smenu1 {
	display: block;
	position:absolute;
	left: 0px;
	border-left: 7px solid #f30409;
	height: 96px;
	width:102px;
	/*top: 105px;*/

}


#smenu2 {
	display: block;
	position:absolute;
	/*float:none;*/
	left:153px;
	border-left: 7px solid #f30409;
	height: 65px;
}

#smenu3 {
	display: block;
	position:absolute;
	float:none;
	left:305px;
	border-left: 7px solid #f30409;
	height: 127px;
}

#menu ul {
	margin-top: 21px;
	margin-left: 11px;
	text-align:left;
}

#menu li {
	background: #fff;
	margin-bottom: 13px;
}



#menu li a {
color: #000;
text-decoration: none;
/*display: block;*/
border: 0 none;
font-size:80%;
/*height: 100%;*/

}

#menu li a:hover, #menu dt a:hover {
	color: #575757;
}

#flashcontent {
	position:absolute;
	width: 472px;
	height:320px;
	bottom:0px;
	right: 0px;
	/*left: 480px;*/
}

#flashcontent2 {
	position:absolute;
	width: 372px;
	height:320px;
	bottom:0px;
	/*left: 479px;*/
	right:0px;
	/*left: 480px;*/
}

#footer {
	width: 275px;
	/*height: 11px;*/
	font-size: 90%;
	color: #575757;
	position:absolute;
	bottom: 8px;
	clear:both;
	left: 10px;
	/*display: inline;*/
}

#footer p{
	color: #575757;
	float: left;
	margin-right: 15px;
	font-size: 80%;
}

#footer ul {
	/*position:absolute;*/
	/*left:150px;*/
}



#footer li {
	/*position:absolute;*/
	float:left;
	margin-right:7px;
}

#footer li a {
	/*position:absolute;*/
	font-size:90%;
	color: #575757;
	text-decoration:none;
}
