@charset "utf-8";
/* CSS Document */

/* ------------- */ 
/* ---GENERAL--- */ 
/* ------------- */ 
#header a{color: #333333; text-decoration:none; }
#header a:hover{color: #333333;; text-decoration:none; }
a { color: #682; }
a:hover { color: #9A6; }
p,ul { padding-bottom: 1em; text-align:justify;}
ul { margin-left: 1.2em; }
li { list-style: none; }
#container li {list-style-image: url(http://www.lorrainedargent.com/style/li.gif);}
#menu li{list-style:none;}
h1 {font-size: 1.2em;}
h1,h2,h3 {color: #994;}

/* ------------- */ 
/* --SQUELETTE-- */ 
/* ------------- */ 
body {
	background-color:#F0F0EF;
	height:100%;
	color: #333;

}
#container {
	font-size: 1.2em;
	background-color:#F0F0EF;
	margin: 0 auto;
	width: 1024px;
	border: 12px solid #222;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-style:normal;
}

#header {
	height: 160px;
	background: url(http://www.lorrainedargent.com/style/header.jpg) no-repeat;
	background-color: #222222;
}
#header_index {
	height: 160px;
	background: url(http://www.lorrainedargent.com/style/header_index.jpg) no-repeat;
	background-color: #222222;
}
#main {
	padding: 6px 2px 6px 16px;
	text-align:left;
}

#actualites{ 
	padding: 31px 10px 10px 20px;
	background:url(actualites.jpg) no-repeat;
	text-align:justify;
}
#intro{ 
	padding: 10px 70px 10px 20px;
	background:url(intro.jpg) no-repeat;
	text-align:justify;
}
#breadcrumb{
	text-align:left;
	font-size:11px;
}

/* ------------- */ 
/* ----MENU----- */ 
/* ------------- */ 
#menu {
	height:35px;
	font-size:14px;
	background-color:#666666;
}

/* ------------- */ 
/* ---FOOTER---- */ 
/* ------------- */ 
#footer {
	height:110px;
	background-color: #666666;
	color: #CCC;
	padding: 5px 5px 5px 5px; 
	clear:both;
}
#footer a {color: #EEE;}
#footer a:hover {color: #FAFCB0;}
