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

/*******************************************************************************/
/*******************************************************************************/
/********************************* MAIN ************************************/
/*******************************************************************************/
/*******************************************************************************/

body{
	background-color: #343031;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	min-width: 1125px;
}

#contener{
	width: 790px;
	margin: 0px auto 50px auto;
	padding: 80px 0px 50px 0px;
}

h1{
	text-indent: -9002px;
	height: 0px;
}

#menu{
	z-index: 2;
	width: 100px;
}

#menu li{
	float: left;
	width: 50px;
	height: 50px;
	text-decoration: none;
	list-style: none;
}

#menu_realisations{
	background-image: url("images/menu_realisations.gif");
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9002px;
	display: block;
	height: 50px;
	width: 50px;
}

#menu_contact{
	background-image: url("images/menu_contact.gif");
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9002px;
	display: block;
	height: 50px;
	width: 50px;
}

#menu_formations{
	background-image: url("images/menu_formations.gif");
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9002px;
	display: block;
	height: 50px;
	width: 50px;
}

#menu_accueil{
	background-image: url("images/menu_accueil.gif");
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9002px;
	display: block;
	height: 50px;
	width: 50px;
}

#menu li a{
}

#main{
	z-index: 1;
	width: 740px;
	background-position: top;
	background-repeat: repeat-y;
}

#main_top{
	height: 30px;
}

h2{
	text-align: center;
	padding: 25px 60px 25px 0px;
}

h3{
	height: 0px;
	text-indent: -9002px;
	margin: 0px 50px 0px 50px;
}

#main_content{
	padding: 25px 100px 50px 100px;
	text-align: justify;
}

#main_bottom{
	height: 30px;
}
