
@import url(modules.css);

@import url(menu.css);

@import url(page.css);

@import url(print.css);

@import url(jquery.autocomplete.css);

/* -------------- reset --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------- */

body {
	text-align:center;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
}

#Conteneur {
	width:950px;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
}

#Contenu {
	width:950px;
}

#Header {
	width:950px;
	height:75px;
	overflow:hidden;
}
#Header h1 {
	display:block;
	width:210px;
	height:75px;
	overflow:hidden;
}

#Header h1 img {
	position:absolute;
	top:0;
	left:0;
}

.noview {
	display:none;
}

/* ----------------------- Centre --------------------- */
#Centre {
	width:625px;
	float:left;
}

.Spacer {
	display:block;
	clear:both;
	visibility:hidden;
	height:0px;
	line-height:0px;
	border:none;
	overflow:hidden;
}

/* ------------------------ menu en haut --------------------- */

#masterMenu {
	width:950px;
	height:20px;
	text-align:right;
	overflow:visible;
	background-image: url(../images/menu-fond.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#masterMenu a {
	text-decoration:none;
	display:block;
	float:left;
}

#masterMenu .suiteMenu {
	width:658px;
	float:right;
}

#masterMenu .suiteMenu div {
	position:relative;
	float:left;
	overflow:visible;
	z-index:500;
}

#masterMenu a span {
	visibility:hidden;
}

#mmMenuHome {
	background-image: url(../images/menu-home-a.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:20px;
	width:40px;
	overflow:hidden;
	float:left;
}

#mmMenu1 {
	background-image: url(../images/menu-1a.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:20px;
	width:139px;
	overflow:hidden;
}

#mmMenu2 {
	background-image: url(../images/menu-2a.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:20px;
	width:139px;
	overflow:hidden;
}

#mmMenu3 {
	background-image: url(../images/menu-3a.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:20px;
	width:140px;
	overflow:hidden;
}

#mmMenu4 {
	background-image: url(../images/menu-4a.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:20px;
	width:130px;
	overflow:hidden;
}

#mmMenu5 {
	background-image: url(../images/menu-5a.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:20px;
	width:110px;
	overflow:hidden;
}

#masterMenu ul {

	position:absolute;
	margin:19px 0 0 0;
	background-color:#fff;
	border:1px solid #989898;
	text-align:left;
}

#masterMenu ul li {
	margin:0;
	padding:0;
}

#masterMenu ul a {
	text-decoration:none;
	font-size:10px;
	clear:left;
	height:16px;
	overflow:hidden;
	padding:5px 4px 1px 4px;
	color:#666;
	border-bottom:1px solid #aaa;
	display:block;
}



#masterMenu ul.menu1 a {
	width:200px;
}


#masterMenu ul.menu5 a {
	width:120px;
}

#masterMenu ul.menu5 li {
	display:inline;
	overflow:hidden;
}

#masterMenu ul.menu5 {
	right:0px;
	overflow:hidden;
}


#masterMenu ul a:hover {
	background-color:#e26c8a;
	color:#fff;
}

/* --------------------- footer ------------ */

#footer {
	width:950px;
	height:33px;
	background-image: url(../images/footer-fond.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	font-size:10px;
	margin-top:20px;
}

#footer .links {
	padding:14px 0 0 100px;
	color:#323232;
}

#footer .links a {
	color:#323232;
	text-decoration:none;
}

#footer .links a:hover {
	color:#CD0B3C;
}

#LaMartiniere {
	display:block;
	float:right;
	width:154px;
	height:33px;
}


/* ------------------- autocompletion ------------- */
.suggestionsBox {
	position: absolute;
	left: -20px;
	margin: 10px 0px 0px 0px;
	width: 250px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
	z-index:1200;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {

	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	font-size:12px;
}

.suggestionList li:hover {
	background-color: #659CD8;
}