/* ---------------------------- GENERALITES ------------------------------- */

* { padding: 0px; margin: 0px; }


img { border: 0px; }

li { list-style: none; }

a { 
	color:#C73D0D;
	text-decoration: none;
 }

a:hover { 
	text-decoration: none; 
 }

html{
	height: 100%;
	min-height: 100%;
}

/* ---------------------------- CORPS ------------------------------- */

body {
	background-color: #000000;
	background-image: url(../images/general/fond_carbon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:100%;
	min-height: 100%;
}

#corps{
	width: 1100px;
	min-height: 100%;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/general/corps_titre.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.corps_titre {
	width: 40px;
	height: 100%;
	overflow:hidden;
	float: left;
}

/* ---------------------------- FOCUS ------------------------------- */

.focus {
	width: 1100px;
	overflow:hidden;
	margin-top: 30px;
	background-color: #262626;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

.focus_titre {
	width: 40px;
	height: 100%;
	overflow:hidden;
	background-color: #181818;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	float: left;
}
