/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin:0; 
	padding: 0 0 15px;	
	font-size: 82%;
	line-height: 1.5;
	text-align:center;
	/*background: #671d2e;*/
	background: #fff;
	color:#333;
}

body, th, td, input, textarea, select, option {
	font-family: Tahoma, Arial, sans-serif;
}

h1, h2, h3 , h4 {
	font-weight: normal;
	line-height:1em;
	color: #60001a;
}

h1 {}

h1.title {
}

h3 { margin-bottom: .2em}
p, ul, ol {list-style: none;}
blockquote {}

blockquote p, blockquote ul, blockquote ol {
}

a {
	background: transparent; 
	color:#231E80;
	padding: 0 1px;
}

a:hover {
	text-decoration:none}

hr {
	display: none;
}

form {margin: 0;}

fieldset {
}

input, textarea {
}

input.text {
}

input.button {
}

ul, ol {
}


/* Wrapper */

#wrapper {
}

/* Header */

#header {
	max-width: 900px;
	width: 98%;
	text-align:left;
	margin: 0 auto ;
	background: #900028;
}

#header h1, #header p {
}

#header h1 {
	margin:0;
	font-size: 2em;
	color:#FFF;
	height: 141px;
	background: #900028 url(../images/header.png) bottom no-repeat;
}

#header p {
}

#header a {
}

#menu {
}

#menu ul {
}

#menu li {
}

#menu a {
}

#menu a:hover {
}

#menu .current_page_item a {
}

#search {
}

#search fieldset {
}

#search #s {
}

#search #x {
}


/* Logo */

#logo {
}

#logo h1, #logo h2 {
}

#logo h1 {
}

#logo h2 {
}

#logo p {
}

#logo a {
}


/* Page */

#page {
	max-width: 900px;
	width: 98%;
	text-align:left;
	margin: 0 auto;
	background: #FFF url(../images/bg_page.gif) repeat-y;
	padding-top: 30px;
	overflow:hidden;
}

#page .title {
}

#page h1.title {
	margin: 0 0 .5em;
	font-size: 1.7em;
}


/* Content */

#content {
	float:right;
	padding: 0 3% 40px 0;
	width: 645px;
	clear:both;
}
/* --- Custom */
#content li {list-style: square; margin-bottom: .5em}

.post {
}

.post .title {
}

.post h2.title {
	margin: 1.2em 0 .4em;
	color: #231E80;
	font-size: 1.4em;
}

.post p {margin-top: 0}

.post .entry {
}

.post .meta {
}

.post .meta a {
}

.post .links {
}

.post .tags {
}

.post .links a, .post .tags a {
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
}

#recent-posts h3 {
}

#recent-posts p {
}

/* Sidebars */

#sidebar {
	float:left; 
	padding-left: 10px;
	}

#sidebar .bgtop {
}

#sidebar .bgbtm {
}

#sidebar ul {
	padding:0; margin:0;
	width: 	180px;
	margin-bottom: 20px;
	}

#sidebar li  li {border-bottom: 1px solid #a09d8b;}

#sidebar li ul {list-style:square; padding-left: 20px
}

#sidebar li li {
}

#sidebar h2 {
}

#sidebar a {
	text-decoration: none;
	display:block;
	line-height: 1.3em;
	color: #222;
	background-repeat: no-repeat !important;
	padding: .3em 10px .3em 0;
	}

#sidebar li a:hover {color:#fff; background: #a09d8b}


/* Sidebars 1 2 */

.sidebar {
}

.sidebar ul {
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
}

.sidebar li h2 {
}

#sidebar1 {
	float:right; 
	width: 185px; 
	background:#aabbcc; 
	border: 1px solid #A39DE1;
	margin: 0 0 12px 18px;
	border: 1px solid #555;
}

#sidebar1 h2 {
	color:#FFF;
	background:#778899;
	text-transform:none;
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	padding: 3px 0;
	margin-top:0;
	line-height: 1.4em;
}
#sidebar1 ul {
	padding-left: 24px; 
	padding-right: 6px; 
	font-size: 0.9em;
}


#sidebar2 {
}

#sidebar2 li h2 {
}

#sidebar2 li ul {
}

#sidebar2 li li {
}

#sidebar2 li a {
}

#sidebar2 li a:hover {
}

/* Search */

#search input {
}

#search input#s {
}

#search br {
}

/* Calendar */

#calendar {
}

#calendar caption {
}

#calendar table {
}

#calendar thead th {
}

#calendar tbody td {
}

#calendar #today {
}

#calendar a {
}

#calendar #prev {
}

#calendar #next {
}

/* Footer */

#footer {
	max-width: 880px;
	width: 98%;
	text-align:left;
	margin: 0 auto;
	clear:both;
	background: #a09d8b; 
	height: 3em;
	line-height: 3em;
	padding: 0 10px;
	color:#FFF;
}

#footer p {
	float:right;
	margin:0;
	}
#footer ul {
	float:left; 
	margin:0; 
	padding:0;
	}
#footer a {
	color:#FFF; 
	text-decoration:none;
	padding: 0 3px;
	}
#footer p a {
}

/*ERWANN*/

strong {color:#7A002B}


.line_top {
	border-top: 2px solid #CC0000; 
	padding-top: 10px;
	margin-top: 10px;
	width: 80%;	
	}
	
	
/*Revised Navigation*/

#vertmenu {
	float:left; 
	padding-left: 10px;
	}
#nav a {
	background-repeat: no-repeat !important;
	}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 185px;
	}
	
#nav li.tlevel, #nav li.llevel { /* all list items */
		position : relative;
		float : left;
		padding-top: 2.5px;
		padding-bottom: 2.5px;
		width: 185px;
	}
	
#nav li.tlevel {
		border-bottom: 1px solid #a09d8b;
		padding-bottom: 0;
		}
		
#nav li.tlevel:hover {
		border-bottom: 0px;
		padding-bottom: 0;
		}

#nav li.tlevel:hover {
		border-bottom: 3px solid #900028;
		padding-top: .5px;
		padding-bottom: 0;
		}

#nav li.tlevel:hover a{
		color: #900028;
		}
		


#nav li.tlevel li {
		border-bottom: 1px solid white;
		background: #900028;
		padding : 0 8px 0 8px;
		color:#FFFFFF;
		position : relative;
		float : left;
		padding-top: 2.5px;
		padding-bottom: 2.5px;
		width: 185px;
		}

#nav li.tlevel li.noborder {
		border-bottom: none;
		}	
#nav li.tlevel li.noborder a {
		color:#ffffff;
		}	
		
#nav li.tlevel ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 185px;
		margin-top : -2.5em;
		width: 201px;
		border : 1px solid black;
	}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#nav li a {
		width: 185px;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		padding: 8px 0 8px 0;
	}
	

#nav li.tlevel li.llevel a {
		color:#ffffff; 
	}	
	
#nav li.tlevel li a:hover {
		color:#a9a9a9; 
	}	

	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
/*Other styles*/

.fbpcheading{
	border-top: 2px solid black;
	padding-top: 12px;
	margin-top:0;
}