* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

input, img, a {
	
	border: none;
}

ul, li {
	list-style-type: none;
}

a {
	text-decoration : none;
	color: #000000;
}

/* ----   ---- */

body {
	width : 780px;
	margin:0 auto;
	background-position:50% 40px!important;
	text-align:center;
}

#main {
	width : 780px;
	margin:0 auto;
	text-align:left;
}

#mainColumn {
	width: 614px;
	float: left;
}

/* ----   ---- */

#topBar {
	display: block;
	margin-left: 187px;
	margin-top: 7px;
	width: 425px;
	height: 21px;
	clear: left;
	position:absolute;
	_position:relative;
}

/* ----   ---- */

#logo {
	position: absolute;
	top : 0;
	/* left: 0; */
}

/* ----   ---- */

#rightColumn {
	width: 164px;
	float: left;
}

#recherche {
	display: block;
	clear: left;
	margin-bottom : 10px;
}

#search {
	border: solid 1px #7C8688;
	color : #7C8688;
	padding-left: 2px;
	width : 100px;
	clear: left;
	display : block;
	float:left;
	margin-bottom:4px;
}

input.searchButton {
	background-color: white;
	color : #7C8688;
	font-weight: bold;
	float:left;
	cursor: hand;
	margin-left:4px;
}

html>body #adresse {
	float:left;
}

html>body label.adresse {
	display:block;
}

#recherche #insite,
#recherche #adresse {
	float:left;
	margin-right:4px;
	margin-bottom:3px;
	_margin-bottom:-4px;
}
#recherche label {
	color : #7C8688;
	font-size : 11px;
	margin-bottom:3px;
	_margin-bottom:-4px;
}


#guichet {
	background-image: url(../images/guichet.gif);
	background-repeat : no-repeat;
	background-position :  left top;
	width: 164px;
	background-color:#FFDDDB;
	padding : 12px 0 9px 0;
	margin-bottom: 7px;
}

#guichet ul {
	margin : 0px 0 0 0;
}

#guichet li {
	background-image: url(../images/dotte_grey2.gif);
	background-repeat : no-repeat;
	background-position :  left 5px;
	padding-left: 5px;
	float: left;
	margin-left: 2px;
	margin-right: 1px;
	width: 75px;
}

html>body #guichet li {
	width :74px;
}

#guichet li a {
	font-size : 11px;
	color: #505E5F;
	text-decoration : underline;
}

#guichet hr {
	color: #FFDDDB;
	background-color:#FFDDDB;
}

a.link {
	background-image: url(../images/dotte_rose2.gif);
	background-repeat : no-repeat;
	background-position : 0 3px;
	padding-left: 12px;
	color: #FF311A;
	clear: left;
	display : block;
	font-size : 11px;
	margin-left : 5px;
	text-decoration : underline;

}


#guichet h4{
	margin-top: 7px;
	background-image: url(../images/dotte_rose2.gif);
	background-repeat : no-repeat;
	background-position : 0 3px;
	padding-left: 12px;
	font-weight: bold;
	color: #FF311A;
	clear: left;
	display : block;
	font-size : 11px;
	margin-left : 5px;
}

#pratiques {
	width: 164px;
	background-color:#FEDEE9;
	padding : 7px 0 7px 0;
	margin-bottom: 7px;
}

#pratiques li {
	background-image: url(../images/dotte_grey2.gif);
	background-repeat : no-repeat;
	background-position :  left 5px;
	padding-left: 5px;
	margin-left : 5px;
}

#pratiques li a {
	font-size : 11px;
	color: #505E5F;
}
/* ----   ---- */

#bottomBar {
	width: 403px;
	clear: left;
	display : block;
	margin : 20px 0 0 190px;
	border-top : solid 1px #515F60;
}

#bottomBar li {
	float: left;
	background-image: url(../images/dotte_dark.gif);
	background-repeat : no-repeat;
	background-position :  left 6px;
	padding-left: 6px;
	margin-right: 3px;
}

#bottomBar li a {
	color: #515F60;
	font-size: 10px;
}

/* ----   ---- */

hr.spacer {
	clear: left;
	display :block;
	width:1px;
	height: 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 1px;
	visibility : hidden;
}

hr.spacer2 {
	display :block;
	color: #FFFFFF;
}

html>body hr.spacer2 {
	clear: left;
	visibility : hidden;
	width:1px;
	height: 1px;
}


input.noBorder {border:none;}
