/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/

body {
	margin:0;
	padding:0;
	color:#303030;
	background:#fafafa url(../img/bodybg.gif) top left repeat-y;
	font:13px Verdana,Tahoma,sans-serif;
	line-height:150%;
	}

ul {
	list-style:circle;
	margin:15px 0 20px 0;
	font-size:0.9em;
	}

li {

  list-style-type: none;
  background-position: 0px 6px;
  background-image:url(../img/flecherouge.gif);
  background-repeat:no-repeat;
  font-size:100%;
  padding:0 0 0px 12px;
	}

ul li.news {
  list-style-type: none;
  background-image:url(../img/flecherouge.gif);
  background-position:left;
  background-repeat:no-repeat;
  font-size:100%;
  padding:0 0 0px 12px;
}

p:first-letter{
  font-size:200%
}

a {
	color:#7f0000;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	color:#ff620d;
	}

img {
	margin:0 15px 15px 0;
	padding:1px;
	border:1px solid #d0d0d0;
	}
	


a img {
	border-color:#7f0000;
	}

a img:hover {
	border-color:#ff620d;
	}

/**************** Sidebar area styles ****************/

#sidebar {
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:100%;
	background: #e0e0e0 url(../img/sidebarbg.gif) repeat-y top right;
	overflow: hidden;
	text-align: right;}

body > #sidebar {
	position:fixed;
	}

#sidebar h1 {
	margin:20px 18px 0 5px;
	color:#4096EE;
	font-size:1.6em;
	text-align:right;
	}

#sidebar  p {
	margin:0 20px 18px 5px;
	color:#606060;
	font-size:0.8em;
	}

#sidebar a {
	color:#808080;
	background: #e0e0e0 url(../img/sidebarbg.gif) repeat-y top right;
	}

/**************** Navigation menu styles ****************/

#menu a {
	display:block;
	width:220px;
	padding:5px 18px 5px 0;
	color:#606060;
	background:#e0e0e0 url(../img/sidebarbg.gif) top right repeat-y;
	font-size:1.4em;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:-1px;
	text-align: right;
	margin-left: -40px;
	}

#menu a:hover {
	color:#303030;
	background:#f0f0f0 url(../img/sidebarbg.gif) top right repeat-y;
	}

#menu a#active_menu {
	padding:5px 18px 5px 0;
	background:#fafafa;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	}

#menu a#active_menu:hover {
	color:#505050;
	background:#fafafa;
	}
	
#menu h1 {
	margin:auto;
	color:#000000;
	text-decoration:underline;
	font-variant:small-caps;
	font-size: 200%;
	letter-spacing:1px;
	text-align:center;
	}	

#menu h1.centered {
	color:#7f0000;
	text-decoration:none;
	font-weight:normal;
	font-size: 2em;
	letter-spacing:-1px;
	padding-top: 1.2em;
	padding-bottom: 12px;
	text-align:center;
	}	

/**************** Content area styles ****************/

#content {
	width:520px;
	margin:0 0 0 240px;
	padding:20px 0;
	background:#fafafa;
	}
	
#cadrelogopartenaires {
	position:absolute;
	top:0;
	width:320px;
	margin:0 0 0 800px;
	padding:20px 0;
	overflow: hidden;
	text-align: left;}
	
body > #cadrelogopartenaires {
	position:fixed;
	}

#content p {
	margin:0 0 20px 0;
	line-height:1.5em;
	}


h1 {
	margin:0;
	color:#4096EE;
	font-size:4em;
	letter-spacing:-5px;
	text-align:center;
	}

h2 {
	margin:0;
	color:#7f0000;
	font-weight:normal;
	font-size:2.5em;
	letter-spacing:-2px;
	text-align:center;
	}

h3 {
	color:#7f0000;
	font-weight:normal;
	font-size: 1.5em;
	letter-spacing:-1px;
	padding-top: 1.2em;
	padding-bottom: 12px;
}
	
h4 {
	color:#7f0000;
	font-weight:normal;
	font-size: 1.2em;
	letter-spacing:-1px;
	padding-top: 1.2em;
	padding-bottom: 12px;
}


.image {
border: 0px solid #FAFAFA;
}
	


td.contentheading {
	color:#ff620d;
	font-weight:normal;
	font-size: 2em;
	letter-spacing:-1px;
	padding-top: 1.2em;
	padding-bottom: 12px;
}

table.contentpaneopen{
	margin:0 0 20px 0;
	line-height:1.5em;	
}


div.componentheading {
	color:#4096EE;
	font-weight:normal;
	font-size: 2em;
	padding-top: 1.2em;
}

/**************** News ****************/

h4.news {
	padding-top: 1px;
	padding-bottom: 1px;
}

p.info {
  font-size:70%;
	width: 80%;
	margin-left: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
}

p.info:first-letter {
  font-size:180%;
}

p.news {
  font-size:100%;
	width: 90%;
	margin-left: 30px;
	padding: 10px;
	border: 3px outset #a1a1a1;
}
