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

/**********/
/* Commun */
/**********/

body, #header, #menu_hz, a, .bouton_menu, #footer, .titre_page, .header_text_box {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/**********************/
/* Blocs fondamentaux */
/**********************/

body {
	background-color : #CCCCCC;
	margin : 0 0 0 0;
}

#header, #menu_hz, #footer, #content {
	margin-left : auto;
	margin-right : auto;
	width : 1000px ;
	background-color: #FFFFFF;
}

#header {
	height : 100px;
	background-image: url(http://www.spheriotek.fr/images/global/header.gif);
}

#header_logo {
	float: left;
	height: 100px;
	width: 260px;
}

#header_adv {
	float: left;
	height : 89px;
	width: 727px;
	margin-top: 5px;
}


#menu_hz {
	height : 32px;
	background-color: #FFFFFF;
}

#content {
	min-height: 550px;
}

#footer {
	height : 40px;
	background-image : url(http://www.spheriotek.fr/images/global/footer.gif);
	background-position : top;
	background-repeat : no-repeat;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}

.titre_page {
	margin-left: 5px;
	font-size : 20px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-transform: capitalize;
}

.header_text_box {
	margin-left : 29px;
	margin-right : 30px;
	text-align : justify;
	font-size : 12px;
	font-style : normal;
	color : #000000;
	font-weight : bold;
	border-left-color : #CC0000;
	border-left-style: dotted;
	border-left-width : 1px;
	border-bottom-color : #CC0000;
	border-bottom-style: dotted;
	border-bottom-width : 1px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.text_box {
	margin-top: 5px;
	margin-left : 150px;
	margin-right : 30px;
	text-align : justify;
	font-size : 12px;
	font-style : normal;
	color : #000000;
}

.bold {
	font-weight: bold;
}
/*************/
/* Les menus */
/*************/
.menu_general a{
	margin : 5px 5px 5px 5px;
	float : left;
	height : 20px;
	width : auto;
	background-color : #FFFFFF;
	font-style : normal;
	font-size : 14px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	font-variant : small-caps;
	color : #999999;
}

.menu_general a:hover {
	color : #000000;
	text-decoration : underline;
}