html, body {
	margin: 0px;
	margin-left:20px;
	font-family: Arial;
}

h1, h2, h3, h4 {
	font-family: "Arial Rounded MT Bold", Arial;
}

p {
	font-family:Arial;
}

.baniere {
	margin-left:-5px;
	clear:both;
	float:left;
	width:100%;
}

.baniere p {
	display:none;
}

.bulle {
	height:138px;
	width:185px;
	float:right;
	margin-right:5px;
	margin-left:5px;
	padding-top:10px;
	padding-left: 20px;
}


#centre {
	padding-left:210px;
}
#main {
	position:relative;
	background-color: #fff;
	clear:both;
	margin-left:210px;
	margin-right:10px;
	float:right;
	padding:10px 20px;
	min-height:500px;
	width:100%;
}

#bantop {
	height:150px;
	min-height:150px;
	background:url("/graphics/images/topbanner2.png") no-repeat top left scroll;
}

#banbot {
	height:200px;
	min-height:200px;
	background:url("/graphics/images/botbanner.png") no-repeat top left scroll;
	clear:both;
}

#menuD {
	z-index: 80;
	position:absolute;
	top:160px;
	left:10px;
	width:200px;
	background-color: inherit;
}

#adresse {
	background:#A2C8ED url("/graphics/images/bulle2.png") no-repeat scroll 0 0;
}

.bulle p {
	visibility:hidden;
}

#telephone {
	background:#C2D7F2 url("/graphics/images/bulle2.png") no-repeat scroll -205px 0;
}
#email {
	background:#DCE9F9 url("/graphics/images/bulle2.png") no-repeat scroll -400px 0;
}
#email:hover {
	cursor:pointer;
}
#eduqua {
	float:left;
}

#eduqua p {
	padding-top:25px;
	visibility:visible;
}

#footer {
	width:90%;
	position:absolute;
	bottom:0px;
}

#eduqualogo {
	width: 137px;
	height:50px;
	display:block;
	background: transparent url("/graphics/images/eduqua.png") no-repeat scroll 0 0;
}

#logo {
	position:absolute;
	top: 0px;
	right:30px;	
	width: 600px;
	height:171px;
	background: transparent url("/graphics/images/logo.jpg") no-repeat scroll 0 0;
	margin:0px;
	padding:0px;
}

#article {
	border-bottom: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
	clear:both;
	margin-top:200px;
	padding-top:25px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom:150px;
}

#sous_titre {
	float:right;
	width:250px;
	text-align:right;
	margin-right:40px;
}

#sous_titre p {
	font-weight:bold;
}

#top {
	position:absolute;
	top: 160px;
	left:0px;
	width:100%;
	z-index: 50;
}

#top h1 {
	margin-top: auto;
	margin-right: 200px;
	margin-left: 280px;
	margin-bottom: auto;
	display:none;
}


#menuroot {
	border:0;
	margin:0;
	padding:0;
	position:absolute;
	width:200px;
	background-color: inherit;
}

#menuroot ul {
	border:0;
	margin:0;
	padding:0;
	position:absolute;
	width:200px;
	background-color: inherit;
}

#menuroot li ul {
	margin-left:200px;
	margin-top:-27px;
	border-left: 1px solid #fff;
}

#menuroot li ul li {
	width:250px;
}

#menuroot a {
	border-bottom:1px solid #fff;
	color:#000000;
	display:block;
	margin:0;
	padding:3px 0;
	text-align:left;
	text-decoration:none;
	white-space:nowrap;
	background-color: inherit;
	padding-left:10px;
}

#menuroot a:hover, #menuroot a:focus {
	background-color:#fff;
	background-attachment: scroll;
	background-position: center left;
	background-repeat: no-repeat;
}

#menuroot ul li ul li a {
	width:300px;
}

#menuroot li {
	background-color: inherit;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:200px;
}


.hide {
	visibility:hidden;
	display:none;
}

#connecting {
	background:transparent url(/graphics/images/user.png) no-repeat scroll 0 0;
	padding-left:20px;
	position:absolute;
	right:30px;
	top:0;
	font-size:10px;
}

.left {
	float:left;
}

hr {
	margin:0;
	padding:0;
	border:0px;
	border-top: 1px solid #aeaeae;
	height:0px;
}

h2 {
	font-size: 20px;
}

.cpanel {
clear:both;
margin-top:10px;
padding-top:10px;
height:150px;
}

.cpanel h2 {
	border-bottom:dotted navy 1px;
}

.cpanel div.icon {
float:left;
margin-bottom:5px;
margin-right:5px;
text-align:center;
}
.cpanel div.icon a {
border:2px solid #F0F0F0;
color:#666666;
display:block;
float:left;

text-decoration:none;
vertical-align:middle;
width:108px;
}
.cpanel div.icon a:hover {
background:#F9F9F9 none repeat scroll 0%;
border-color:#EEEEEE rgb(204, 204, 204) rgb(204, 204, 204) rgb(238, 238, 238);
border-style:solid;
border-width:2px;
color:#0B55C4;
}
.cpanel img {
margin:0pt auto;
padding:10px 0pt;
border: 0px;
}
.cpanel span {
display:block;
text-align:center;
}

#main input {
	margin-bottom:6px;
	margin-left:0px;
}

#main input.editor_ok_button, #content input.editor_cancel_button {
	margin-bottom:6px;
	margin-left:0px;
	display:inline;
}

#main select {
	margin-bottom:6px;

}

#main label {
	float:left;
	width:250px;
	padding-left:30px;
}

#newText {
	width:90%;
	height:400px;
	margin:auto;
	border:1px dotted #ccc;
}

.erreur {
	color: red;
	font-weight:bold;
}

#modifier {
	position:absolute;
	top:150px;
}

img {
	border: 0px;
}

#creation {
	float:right;
	clear:both;
	padding-right:10px;
	font-size:7pt;
}