html,body {
	margin:0;
	padding:0;
}
form {
margin:0;
padding:0;
}
body {
	color:#000000;
	background-color:#113A56;
	background-image:url(ressources/bg_default.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial;
	font-size:12pt;
	text-align:center;
}
p {
	margin:0px;
}
div#container {
	width: 1000px;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#373737;
	border-style:solid;
	margin:auto;
	text-align:left;
	position:relative;
}
div#content {
	background-color:#FFFFFF;
	background-image:url(ressources/bg_content.png);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
}
div.text {
	margin-left:30px;
	margin-right:30px;
}
div#header {
	background-color:#EEEEEE;
	background-image:url(ressources/bg_header.png);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	bottom:0px;
	width: 1000px;
	height: 245px;
}
div#footer {
	background-color:#EEEEEE;
	background-image:url(ressources/bg_footer.png);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	bottom:0px;
	width: 1000px;
	height: 127px;
}
div#avertissement {
	height: 30px;
	width: 1000px;
	background-color:#FFFFE1;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}
div#erreur {
	height: 25px;
	width: 750px;
	background-color:red;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
}
div#plus {
	color:#7F7F7F;
	text-align:center;
	background-color:#EFEFEF;
	padding:5px;
	border-style:solid;
	border-width:2px;
	border-color:#7F7F7F;
	line-height:30px;
}
div#msgerreur {
	width:800px;
	left:100px;
	color:white;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	background-color:red;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:white;
	position:relative;
}
div#msgsucces {
	width:800px;
	left:100px;
	color:white;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	background-color:#00CC00;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:white;
	position:relative;
}
div#msginfo {
	width:800px;
	left:100px;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	background-color:#FFFF99;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:white;
	position:relative;
}
table.encadre {
	padding-right:50px;
	padding-left:50px;
	padding-top:20px;
	padding-bottom:20px;
	border : 1px solid;
	-moz-border-radius : 15px;
	border-color : #CACACA;
}
table.msgbox {
	color:#FFFFFF;
	background-color:#292929;
	padding:10px;
	border-width:2px;
	border-color:#C9C9C9;
	border-style:solid;
}
table.menu {
	color:#000000;
	font-size:11pt;
	font-weight:bold;
}

a:link	  { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:hover	  { color:#113A56; text-decoration:none }

H1 {
	font-weight:normal;
	color:#000000;
	font-size:18pt;
	text-decoration:none;
	font-style:italic;
	text-align:center;
	margin:0px;
	text-shadow: 1px 1px 2px #999;
}
H2 {
	color:#CACACA;
	font-size:14pt;
	text-decoration:none;
	margin:0px;
}
