body {
	font-size: 11px;
	font-family: Verdana;
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-size: 11px;
	font-family: Verdana;
}

input.submit {
	background-color: #CC0000;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	padding: 3px;
}

option.rubrique1 {
	background-color: #eeeeee;
	font-weight: bold;
}

option.rubrique2 {
	background-color: #ffffff;
	padding-left: 10px;
}

.cadre {
	width: 550px;
	margin: 0 auto;
	border: 1px #aaaaaa solid;
	padding: 15px;
	background-color: #eeeeee;
}

#search {
	border: 1px #cccccc solid;
	background-color: #eeeeee;
	padding: 20px;
	margin-bottom: 30px;
}

.msgNo {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 1px #ff0000 solid;
	width: 550px;
	background-color: #FFDFDF;
	margin: 0 auto;
}

.msgOk {
	color: #4D801A;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 1px #4D801A solid;
	width: 550px;
	background-color: #C6DFAC;
	margin: 0 auto;
}

.titre {
	background-color: #cc0000;
	color: #ffffff;
	font-weight: bold;
}

#conteneur {
	width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#menuHeader {
	position: absolute;
	background-image: url(../images/menu-header.png);
	width: 439px;
	height: 57px;
	top: 0;
	right: 30px;
}

#menuHeader a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#menuHeader a:hover {
	text-decoration: underline;
}

#menu {
	margin-top: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	background-image: url(../images/fond-menu.gif);
	height: 30px;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#menu a {
	float: left;
	text-decoration: none;
	height: 22px;
	padding-left: 28px;
	padding-right: 27px;
	background-image: url(../images/fond-menu.gif);
	display: block;
	text-align: center;
	padding-top: 8px;
	color: #CC0000;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#colMap {
	position: relative;
	float: left;
	width: 480px;
}

#deposerAnnonce {
	position: absolute;
	left: 0px;
	top: 160px;
}

#colRegions {
	float: right;
	width: 500px;
}

#filAriane {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #cc0000;
}

#colOne {
	float: left;
	width: 710px;
}

#colOne h3 {
	font-size: 18px;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
	color: #cc0000;
}

#colOne p {
	padding: 0;
	margin: 0;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#colTwo {
	float: right;
	width: 250px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
}

#colTwo li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #CC0000;
	text-decoration: none;
}

#carte {
	position: relative;
	width: 295px;
	height: 312px;
	margin: 0 auto;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFC327;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #CC0000;
	border-top: 10px #FAD576 solid;
	font-style: italic;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #000000;
}

#footer ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer li a {
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	font-style: italic;
	font-size: 10px;
}

/* Annonces */

.AnnonceList1 {
	border: 1px #eeeeee solid;
	background-color: #ffffff;
}

.AnnonceList2 {
	border: 1px #eeeeee solid;
	background-color: #eeeeee;
}

/* listPages */
#listPages {
	
}

#listPages ul {
	margin: 0;
	padding: 0;
}

#listPages li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#listPages a {
	margin: 0;
	padding: 0;
	display: block-inline;
	padding: 3px;
	background-color: #FAD576;
	border: 1px #cc0000 solid;
	margin-right: 5px;
	text-decoration: none;
}

#listPages a:hover {
	text-decoration: underline;
}

#listPages a.active {
	background-color: #FFC327;
}