/* CSS Document */
* a { text-decoration:underline; cursor:pointer; }
* a:hover { text-decoration:none; }
* {
	margin:0px;
	padding:0px;
}
*:focus {
	outline:none;
}
a img {
	border:none;
}
a {
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
}
html, body, #tablo_body, #tablo_body #td_body {
	height: 100%;
	width: 99%;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	text-align: center;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:550px;
	border:1px solid #FFFFFF;
	text-align:left;
}
#menu {
	float:left;
	width:408px;
	height:550px;
}
#content {
	float:left;
	width:562px;
	height:550px;
	background:url(../images/fond_degrade.jpg) top right no-repeat;
}
#entete {
	height:151px;
	vertical-align:top;
}
.entete {
	vertical-align:top;
}
#enteteslogan {
	height:91px;
	vertical-align:top;
}
#facebook {
	float:left;
 	width:292px;
	height:62px;
}
#texte {
	float:left;
	width:332px;
	height:240px;
	padding:5px;
	margin-top:60px;
	margin-left:23px;
	margin-right:10px;
	padding:5px;
	border:25px solid #363636;
	text-align:justify;
	font-size:16px;
	line-height:21px;
	display:none;
}
#texte table {
	height:240px;
	border:none;
}
#texte table td {
	vertical-align:top;
}
#texte_index {
	float:left;
	width:392px;
	height:245px;
	margin-right:10px;
	margin-top:55px;
	margin-left:23px;
	text-align:justify;
	font-size:16px;
	line-height:21px;
}
.disp_none {
	display:none;
}
.en_savoir_plus {
	height:20px;
	text-align:right;
}
#contact {
	padding-top:295px;
	float:left;
}
.presentation {
	background-color:#666666;
}
.communication, .communication table {
	background-color:#5d1e28;
}
.creation {
	padding:5px;
	background-color:#007787;
}
.formation {
	padding:5px;
	background-color:#445a1c;
}
.impression {
	padding:5px;
	background-color:#856d0b;
}
.hebergement {
	padding:5px;
	background-color:#706d5d;
}

#pied {
	margin-top:10px;
	color:#CCCCCC;
}
#pied a {
	color:#CCCCCC;
}
