@charset "UTF-8";

body {
	width: 764px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 13px;
}
.menu {
	margin-left: -10px;
	list-style-type: circle;
}
.menu a{
	color: #000066;
	text-decoration: none;
}


#en_tete
{
   width: 764px;
   height: 150px;
   background-image: url("../images/ban.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 2px solid black;

}
#menu
{
	float: left;
	width: 130px;
	background-image: url("../images/bg_body.jpg");
	 border: 2px solid black;


}
#corps
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
	background-image: url("../images/bg_body.jpg");
	background-repeat: repeat;
	border: 2px solid black;
}
#bottom
{
	padding: 5px;
	text-align: center;
	color: #000000;
	background-image: url("../images/bg_body.jpg");
	background-repeat: repeat;
	border: 2px solid black;
}
li {
	margin-left: -10px;
	margin-bottom: 7px;
	font-size: 13px;
}
.navig_title {
	text-align: center;
	font-size: 18px;
	color: #0066CC;
}
h1 {
	font-size: 20px;
	margin-bottom: -10px;
	color: #0066CC;
}
h2 {
	margin-bottom: -15px;
	font-size: 16px;
	margin-top: 25px;
	color: #0066CC;
}
h3 {
	font-size: medium;
	margin-bottom: -13px;
	color: #006699;
}
label {
	float: left;
	width: 150px;
	margin-left: 15px;
	color: #0066CC;
}
input textarea {
	color: #0066CC;
}
.coms {
	color: #0066CC;
}
.date {
	font-size: 10px;

}
.coment {
	font-family: "Courier New", Courier, monospace;
	color: #003399;
}

	.info, .success, .warning, .error {
	    border: 1px solid;
	    margin: 10px 0px;
	    padding:15px 10px 15px 50px;
	    background-repeat: no-repeat;
	    background-position: 10px center;
	}
	.info {
	    color: #00529B;
	    background-color: #BDE5F8;
	    background-image: url('../images/info.png');
	}
    .success {
	    color: #4F8A10;
	    background-color: #DFF2BF;
	    background-image:url('../images/success.png');
	}
	.warning {
	    color: #9F6000;
	    background-color: #FEEFB3;
	    background-image: url('../images/warning.png');
	}
	.error {
	    color: #D8000C;
	    background-color: #FFBABA;
	    background-image: url('../images/error.png');
	}
#pub {
	width: 600px;
	margin-top: -20px;
}
