/*
DECOTTE Jérémy - 25/10/09
style.css du thème default
*/

body {
	margin: 0;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px black dashed;
}
small {
	font-size: 11px;

}
#header {
	width: 100%;
	background-color: #0F0F0F;
	border-bottom: 1px solid #606060;
	margin: 0;
}
#header-img {
	background-image: url('./images/header.gif');
	background-repeat: no-repeat;
	height: 270px;
	width: 1170px;
	margin: auto;
}

#header #menubar {
	width: 800px;
	position: relative;
	left: 260px;
	top: 220px;
}
#header #menubar div {
	width: 100%;
	height: 22px;
}

#header #menubar a {
   display:block;
   float:left;
   padding: 0px 5px 0px 5px;  
  
   color: #ACACAC;
   text-decoration: none;
   border-bottom: none;
   text-align:center;
   font-family: "Segoe UI";
}
#header #menubar a:hover,#header #menubar a.active {
	border-bottom: 2px #ACACAC solid;
}

#sub {
	background-image: url('./images/bg.gif');
	background-repeat: repeat-x;
	height: 40px;
}

#site {
	margin: auto;
	width: 800px;
	*width: 810px;
	min-height: 500px;	
	color:#555555;
	font-family:arial;
	font-size:13px;	
}
#site #sidebar {
	width: 270px;
	float: right;
	padding: 0;
}
#site #sidebar div {
	background:#FCFCFC none repeat scroll 0 0;
	border:1px solid #E9E8E8;
	padding: 0px 10px 5px 10px;
	margin-bottom: 20px;
}
#site #sidebar div h3{
	padding-left: 22px;
	font-size: 16px;
}
#site #sidebar div#contact h3{
	background:transparent url(./images/icones/email.png) no-repeat scroll left center;
}
#site #sidebar div#calendrier h3{
	background:transparent url(./images/icones/cal.png) no-repeat scroll left center;
}
#site #sidebar div#calendrier ul{
	padding-left: 15px;
}
#site #content {
	width: 505px;	
	font-family: georgia;
	text-align: justify;
	padding: 10px 25px 0px 10px;
	background: url(./images/content-top.png) no-repeat top left;
	*overflow: hidden;
	*width: 500px;
}
#site #content h1 {
	font-family: arial;
	font-weight: lighter;
}

#site #content a:hover {
	color: black;
}
#footer {
	width: 100%;
	height: 40px;
	text-align: center;
	color:#ACACAC;
font-family:arial;
font-size:12px;
	margin-top: 25px;
	padding: 10px;
	border-top: 1px solid #E9E8E8;
	background: #0F0F0F none repeat scroll 0 0;
}
#footer a {
	color: #ACACAC;
	border-bottom: 1px #ACACAC dashed;
}

#image {
	width: 810px;
	height: 240px;
	background-color: red;
	z-index: 9999;
	position: relative;
	background: url(./images/img-02.png) no-repeat top left;
}
