/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	text-decoration: none;
	list-style: none;
}

body {
	background: #c9d9ec url(../img/bg_body.gif) repeat-x;
}

/*img {behavior: url(css/pngHack/pngHack.htc);}*/

#bandeau {
	background: url(../img/bg_bandeau.jpg) no-repeat;
	height: 246px;
	width: 945px;
	margin: 0 auto;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
}
#bandeau h1, #bandeau div#retourAccueil a span {
	display: none;
}
#bandeau div#retourAccueil a {
	display: block;
	height: 256px;
	width: 154px;
	margin: 0 0 0 140px;
}

/************************************/
/*         contenu de la page       */
/************************************/
#global {
	background: url(../img/bg_global.gif) repeat-y;
	width: 980px;
	margin: 0 auto;
}





/************************************/
/*         pied de la page          */
/************************************/

#pied {
	background: url(../img/bg_piedepage.gif) left bottom;
	height: 116px;
}
#pied h1 {
	display: none;
}
#pied span {
	display: block;
	width: 110px;
	position: absolute;
	margin-left: 390px;
	margin-top: 58px;
	text-align: center;
	border: solid 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/bg_menu_a_rouge.gif) repeat-x;
}
#pied ul {
	position: absolute;
	margin-top: 63px;
	margin-left: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#pied ul li {
	float: left;
	margin: 0 8px 0 0;
	color: #262e7b;
}
#pied ul li a {
	color: #262e7b;
}


/************************************/
/*           formulaires            */
/************************************/
div#arrondis form {
	clear: both;
	padding: 25px 0;
	font-size: 0.85em;
	overflow: hidden;
	height: 100%;
	/*background: url(../contenu/img/contact.png) no-repeat 0 2px;*/
}
div#arrondis form fieldset {
	border: solid 1px #dbe7f3;
	background: #EFF4FB;
	padding: 10px;
	margin: 0 0 20px 0;
}
div#arrondis form fieldset legend {
	background: #dbe7f3;
	padding: 3px 10px;
	font-weight: bold;
}
div#arrondis form fieldset label {
	display: block;
	float: left;
	width: 30%;
	height: 20px;
	text-align: right;
}
div#arrondis form fieldset label span {
	width: auto;
	margin-left: 0;
	color: #535ba1;
}
div#arrondis form fieldset input {
	display: block;
	float: left;
	width: 66%;
	height: 20px;
	border: solid 1px #dbe7f3;
}
div#arrondis form fieldset textarea {
	display: block;
	float: left;
	width: 65%;
	border: solid 1px #dbe7f3;
}
div#arrondis form fieldset p {
	width: 30%;
	text-align: right;
}
div#arrondis form fieldset span.message_erreur {
	width: 69%;
	margin-left: 30%;
	color: #FF0000;
	display: block;
}
div#arrondis form fieldset hr {
	display: block;
	clear: both;
	margin: 1px 0;
	height: 1px;
	visibility: hidden;
	border: solid 1px #EFF4FB;
	_margin: -7px 0; /* visible que par IE */
}
div#arrondis form fieldset span.euro {
	display: block; 
	float: left; 
	width: 2%;
	margin: 0 0 0 1%;
	padding: 3px 0 0 0;
}


div#arrondis form input.bouton {
	display: block;
	float: right;
	width: auto;
	font-size: 1em;
	border: solid 1px #dbe7f3;
	background: #EFF4FB;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 15px;
	margin: 0 0 0 5px;
	color: #535ba1;
}
div#arrondis form a.bouton {
	display: block;
	float: right;
	width: auto;
	height: 15px;
	font-size: 1em;
	border: solid 1px #dbe7f3;
	background: #EFF4FB;
	font-weight: bold;
	padding: 3px 15px;
	margin: 0 0 0 5px;
	color: #535ba1;
	text-align: center;
}
div#arrondis form button {
	display: block;
	float: right;
	width: 200px;
	font-size: 1em;
	border: solid 1px #dbe7f3;
	background: #EFF4FB;
	cursor: pointer;
	font-weight: bold;
	padding: 3px;
	color: #535ba1;
}


/************************************/
/*           plan du site           */
/************************************/
/* 1er niveau */
div#plan ul li {
}
div#plan ul li a {
	display: block;
	padding: 15px 0 5px 0;
	color: #4a6297;
	border-bottom: solid 1px #4a6297;
	background: none;
	font-weight: bold;
}
div#arrondis div#plan ul li h2 {
	float: none;
	width: 100%;
	color: #4a6297;
	font-size: 0.9em;
	background: none;
	padding: 0;
}
div#plan ul li h2 a {
	color: #4a6297;
}

/* 2nd niveau */
div#plan ul li ul {
	list-style: none;
	background: #EFF4FB;
	padding: 5px;
}
div#plan ul li ul li {
	background: url(../img/puce_liste_ombre.gif) no-repeat 0 2px;
	padding: 0 0 5px 18px;
}
div#plan ul li ul li a {
	padding: 0;
	color: #516891;
	border: none 0px;
}
