/** reset **/
@import url(css/reset.min.css);

/** main styles **/
body {
	background: #efebeb;
	color: #1a1a1a;
	font: normal 13px/22px georgia, "times new roman", times, serif;
	text-align: justify;
}

/** wrapper **/
#wrapper {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 1100px;
}
/** header **/
#header {
	background: url(img/bg_header.jpg) no-repeat center bottom;
	height: 200px;
	position: relative;
}

/** page **/
#page {
	background: url(img/bg_page.png) no-repeat center top;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	position: relative;
}
#main {
	float: left;
	margin: 20px 0 20px 110px;
	padding: 0;
	width: 560px;
}
#search {
	position: absolute;
	right: 100px;
	top: 50px;
}

/** menu **/
#menu {
	float: right;
	margin-top: 100px;
	margin-right: 75px;
	width: 250px;
}
#menu ul>li {
	display: block;
	list-style: none;
}
#menu ul>li a {
	background: url(img/bg_rub.gif) no-repeat top right;
	color: #fff;
	display: block;
	font-family: rockwell, georgia, "times new roman", times, serif;
	font-size: 18px;
	height: 30px;
	line-height: 25px;
	margin: 0;
	padding-left: 8px;
}
#menu ul>li a:hover, #menu ul>li.open a {
	background-position: bottom right;
	text-decoration: none;
}
#menu ul>li ul>li a {
	background: none;
	border-bottom: 1px solid #DCD9D2;
	color: #2d5ac3;
	display: block;
	font: normal 13px/22px georgia, "times new roman", times, serif;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	width: 230px;
}
#menu ul>li ul>li:last-child a {
	border-color: transparent;
}
#menu ul>li ul>li.open a, #menu ul>li ul>li#current_page_item a, #menu ul>li ul>li.current-cat a {
	background: url(img/bullet.gif) no-repeat center left;
	color: #1E3E89;
}
#menu ul>li ul>li a:hover {
	color: #f30;
}
#menu li ul.sub_menu {
	display: none;
}
#menu li#current_page_item ul {
	display: block;
}
#ccip {
	background: url(img/esiee+ccip.gif) no-repeat center center;
	height: 100px;
	width: 245px;
}
#tags {
	width: 220px;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 10px 0 15px 5px;
}

/** footer **/
#footer {
	background: url(img/bg_footer.jpg) no-repeat left top;
	color: #888;
	font-size: 11px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 1100px;
}
#footer a {
	color: #888;
}

/** liens **/
a {
	color: #2d5ac3;
	text-decoration: none;
}
a:hover {
	color: #f30;
	text-decoration: underline;
}
#tags a {
	color: #666;
}

/** titres **/
h1, h2, h3, h4, h5, h6 {
	color: #2d5ac3;
	font-weight: normal;
}
h2 {
	font-family: rockwell, georgia, "times new roman", times, serif;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: left;
}
h2.sifr-replaced { margin: 0; }

/** paragraphes **/
#page p { padding: 0 0 10px 0; }

/** images **/
.home { width: 100%; height: 100%; border: 0; }

/** Pour ne pas afficher la catégorie "projets" **/
li.d0 { display: none; }