@charset "utf-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#35262D;
	margin-top: 0px;
	background-color: #E8ECED;
	background-image:url(../images/body_background_01.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
}
#background {
	width:1042px;
	margin: 0 auto;
	background-image: url(../images/background.png);
	}
/*
#conteneur {
	width:1000px;
	margin: 0 auto;
	border: solid 1px #35262D;
	background-color:#FFFBFF;
}
*/
#conteneur {
	width:1000px;
	margin: 0 auto;
	border: solid 1px #707070;
	background-color:#FFFBFF;
}
#header {
	height:200px;
	border-bottom: solid 1px #707070;
	background-image: url(../images/clavier.jpg);
	background-repeat: no-repeat;
}
#menu {
	height:27px;
	border-bottom: solid 1px #707070;
	padding-left: 10px;
	padding-top:3px;
	line-height: 30px;
	background-image:url(../images/bg_menu_horiz.png);
	background-color: #E8ECED;
}
#centre {
	float: right;
	margin:0;
	width: 780px;
	padding: 10px 0px 0px 0px;
	position: relative;
}
#maincontent {
	float: left;
	margin:0;
	width: 980px;
	min-height: 400px;
}

#gauche {
	width:160px;
	margin:0;
	padding: 10px 0px 0px 0px;
	border-right: solid 1px #707070;
	line-height: 30px;
}
#droite {
	overflow: auto;
	width:10px;
	padding: 10px 10px 0px 10px;
	border-left: solid 1px #666;
	display: none;
}
#footer {
	height:30px;
	border-top: 1px solid #707070;
	padding: 10px;
	line-height: 30px;
	text-align:right;
	background-image:url(../images/bg_footer.jpg);
	background-color: #E8ECED;
}
#footer a{
	display:block;
	background-image:url(../images/bg_top.png);
	float:right;
	width:150px;
	height:24px;
	text-align:center;
	line-height:24px;
	text-decoration:none;
	color: #000;
	font-weight:bold;
	}
#footer a:hover{
	text-decoration:none;
	color:#FFF;
	background-image:url(../images/bg_top.png);
	background-position:0 24px;
	}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
    }
p {
	text-align:justify
}
h1 {
	font-family:"Times New Roman", Times, serif;
	color:#76A0B0;
	font-size: 2em;
	letter-spacing: 5px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 10px 10px 10px 10px;
	background-color: #A4B7BB;
	border-top: 1px solid #35262D;
	border-right: 1px solid #35262D;
	border-bottom: 1px solid #35262D;
	border-left: 5px solid #35262D;
	text-align: left;
	color: #FFFBFF;
	letter-spacing: 5px;
}
h3 {
	font-weight:bold;
}
img {
	border:0px;
	}
/* informatique */

#table_options {
	border-collapse:collapse;
	border:1px dotted #999;
	}
#table_options td{
	padding:10px 5px 5px 5px;
	border-bottom: 1px dotted #999;
	line-height: 24px;
	}
.entoure {
	border:1px dotted #333;
	padding:2px;
	background-color: #FFC;
	}
#menu a{
	display:block;
	background-image:url(../images/bg_top.png);
	width:150px;
	height:24px;
	text-align:center;
	line-height:24px;
	text-decoration:none;
	color: #000;
	font-weight:bold;
	}
#menu a:hover{
	text-decoration:none;
	color:#FFF;
	background-image:url(../images/bg_top.png);
	background-position:0 24px;
	}
/*#menu a{
	color:#35262D;
	text-decoration:none;
	font-weight:bold;
	background-color:#fff;
	border:1px solid #000;
	padding:5px 25px 5px 25px;
	}
#menu a:hover {
	color:#fff;
	font-weight:bold;
	padding:5px 25px 5px 25px;
	background-color:#CCC;
	}*/
#gauche a {
	color:#76A0B0;
	text-decoration:none;
	font-weight:bold;
	border-top: solid 1px #707070;
	display:block;
	padding-left: 7px;
	}
#gauche a:hover {
	color:#35262D;
	font-weight:bold;
	border-top: solid 1px #707070;
	display:block;
	padding-left: 20px;
	background-color:#E8ECED;
	background-image:url(../images/puce.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
	text-align: right;
	padding-right: 10px;
	}
.li {
	background-image:url(../images/puce.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	list-style-type:none;
	padding-left:15px;
	}
li {
	line-height: 30px;
}
#menu_icone ul {
	list-style:none;
	}
#ex_byslidemenu ul {
	list-style:none;
	}
.code {
	background-color:#E8ECED;
	padding:10px;
	margin-left:50px;
	border: 1px dashed #35262D;
	text-align: left;
	}


