body, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#1c57a0 url(images/fond.gif) repeat-x;
	color:#1c57a0;
	margin:0;
	padding:0;
}
#global{
	position:absolute;
	left:33%;
	top:0;
	margin-left:-350px;
	width:1026px;
}
#gauche {
	float:left;
}
#conteneur {
	float:left;
	background:url(images/titre.jpg) no-repeat;
	padding-top:189px;
	width:400px;
}

#menu{
	padding:0;
	margin:0;
	height:12px;
}
#menuliste{
	margin:0;
	padding:0;
	list-style:none;
}
#menuliste li{
	display:block;
	float:left;
}
#menuliste a{
	display:block;
	height:23px;
}
#menuliste .bt1{
	background:url(images/bt1.jpg) no-repeat;
	width:57px;
}
#menuliste .bt2{
	background:url(images/bt2.jpg) no-repeat;
	width:78px;
}
#menuliste .bt3{
	background:url(images/bt3.jpg) no-repeat;
	width:92px;
}
#menuliste .bt4{
	background:url(images/bt4.jpg) no-repeat;
	width:48px;
}
#menuliste .bt5{
	background:url(images/bt5.jpg) no-repeat;
	width:97px;
}
#menuliste .bt1:hover, #menuliste .bt1on{
	background:url(images/bt1on.jpg) no-repeat;
	width:57px;
}
#menuliste .bt2:hover, #menuliste .bt2on{
	background:url(images/bt2on.jpg) no-repeat;
	width:78px;
}
#menuliste .bt3:hover, #menuliste .bt3on{
	background:url(images/bt3on.jpg) no-repeat;
	width:92px;
}
#menuliste .bt4:hover, #menuliste .bt4on{
	background:url(images/bt4on.jpg) no-repeat;
	width:48px;
}
#menuliste .bt5:hover, #menuliste .bt5on{
	background:url(images/bt5on.jpg) no-repeat;
	width:97px;
}
#menuliste span{
	display:none;
}
#contenu {
	background:url(images/fondcontent.jpg) repeat-x;
	width:625px;
	text-align:justify;
	padding:0 15px 20px 10px;
	margin:0;
}
#pied {
	background:url(images/pied.jpg) no-repeat;
	padding-top:15px;
	text-align:left;
	/*padding-right:20px;*/
	color:#ddd;
	font-size:9px;
	width:709px;
}
#pied a{
	color:#ddd;
}
#pied a:hover{
	color:#fff;
}

h1, h2, h3{
	font-weight:bold;
}
h1{
	color:#000059;
	font-size:15px;
	padding-top:15px;
	background:url(images/puceh1.gif) no-repeat bottom left;
	padding-left:8px;
	padding-bottom:3px;
	margin-bottom:15px;
}

h2{
	font-size:13px;
	margin-bottom:0;
	clear:both;
}

h3{
	font-size:12px;
	margin-bottom:0;
	clear:both;
}

a{
	color:#fe0000;
}
a:hover{
	color:#1c57a0;
}

#contenu ul{
	margin:0;
	padding-left:25px;
}
#contenu li{
	padding:0;
}

p{
	margin:10px 0;
}

input, textarea, select{
	border:1px solid #000059;
	background:#1c57a0;
	color:#fff;
	width:70%;
	padding:3px;
}

form{
	padding:5px;
}
fieldset{
	border:0;
}

label{
	display:block;
	color:#1c57a0;
	margin-top:5px;
}
legend{
	display:none;
}

.ligne label, .ligne input{
	display:inline;
}

.submit, .file{
	width:auto;
	margin:5px 0;
	background-color:#1c57a0;
	color:#fff;
}

.file{
	margin:0;
	background-color:#fff;
}

.submit:hover{
	background-color:#000;
}

.ligne .submit{
	margin:0;
}

.error, #error{
	color:#f00;
	font-weight:bold;
	height:150px;
	text-align:center;
}

.prog{
	padding-left:10px;
	border-top:1px dotted #333;
}

.prog .plus{
	float:right;
	width:120px;
	border-left:1px dotted #1c57a0;
	border-bottom:1px dotted #1c57a0;
	padding:0 5px 5px 5px;
	margin:0 0 5px 5px;
	text-align:left;
	background-color:#d6e8ff;
}
.prog .plus p{
	clear:both;
}
a img{
	border:0;
}
.plus img{
	float:left;
	margin-right:5px;
}

.mail{
	margin-bottom:10px;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.item{
	margin:0 20px;
	border-bottom:1px solid #eee;
}
.item a {
	/*display:block;*/
	/*float:right;*/
}
.imgright{
	display:block;
	float:right;
	margin:0 10px;
}
.imgleft{
	display:block;
	float:left;
	margin:0 10px;
}
hr{
	clear:both;
}
.note{
	color:#000059;
	padding:10px 20px 0 0px;
	font-style:italic;
	text-align:left;
}
.noclear{
	clear:none
}