/***********************************************/
/* default.css                            	   */
/* CSS Document created by Abou Sofyane KHEDIM */
/* skhedim@gmail.com						   */
/***********************************************/
body {
	background-color:#3c42b2;
	font: bolder 13px/160% arial, helvetica, verdana, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	height:auto;
	width: 759px;
	position: relative;
	margin: 0px auto;
	padding: 0 0 0 0;
}
/* Partie supérieur */
#header {
	position: relative;
	width: 100%;
	height: 59px;
	background-image:url(../images/bg_header.jpg);
}
#bas {
	position:relative;
	margin: 0;
	height: auto;
	min-height:361px;
	width:100%;
}
#MenuCadre {
	position: absolute;
	left:0;
	width: 165px;
	height:100%;
	margin: 0;
}
#MenuHaut {
	height:100%;
	width: 100%;
	background: url(../images/bg_menuHaut.jpg) repeat-y;
}
#MenuBas {
	height: 6px;
	width: 100%;
	background: url(../images/bg_menuBas.jpg) no-repeat;
}

#corps {
	margin-left: 165px;
	min-height:361px;
	padding : 50px 5px 10px 10px;
	background: #CDD5E8 url(../images/bg_footer.jpg) bottom no-repeat;
}


.menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
	padding: 0;
}
.menugauche li {
	margin: 0;
	width:auto;
}

h1 {
	font: 20px georgia, times, times-roman;
	border-bottom: 1px solid #999;
	margin: 0px 0px 15px 0px;
	color: #336699;
	}

#wordsleft {float:right; top:100px; right:150px; height:auto; width:auto; background:#efd; border:1px solid #000; margin:5px; padding:5px;}
.linkDevis{
background-color:#FFFFFF;
text-decoration: blink;
font-size: 16px;
}
#mark {
	position: relative;
	margin: 0px auto;
	width: 100%;
	height:auto;
	text-align: center;
	padding-top: 5px;
}