/*******************************general***************************/
*{
	margin: 0;
	padding:0;
}

body {
	background-color: #E5DB97;
	font-family: Verdana,Sans-serif;
	font-size: 1em;
	text-align: center;
	}

p {
	font-size: 75%;
	text-align: justify;
 	margin:0 0 1.8em 0;
  	line-height:1.4em;
	}

a{
	color : #333;
}
a:link, a:visited, a:active {
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	color:#910100;
}

p a {
	color : #910100;
	text-decoration: underline;
	
}
li {
	list-style: none;
}

table{
	margin-top:20px;
	margin-bottom:20px;
	font-size:70%;
	text-align:left;
	}
td {
	vertical-align:top;
	padding-right:2px;
	
}

tr{
	margin-bottom:5px;
}

strong{
	font-weight: normal;
	color:#910100;
	}

img{
	border:0;
}

p img {
	
	margin: 5px 0;
}

p.linkaffiche{
	text-align:center;
}

p.linkaffiche img{
	vertical-align:middle;
}

.lettrine {
	float: left;
	color:#910100;
	font: 70px/58px Georgia,Times,"Bitstream Vera Serif",serif;
	padding-top: 5px;
	padding-right: 15px;
}

.signature{
	text-align:right;
	font:135%/1.3em Georgia,Times,"Palatino Linotype","Bitstream Vera Serif",serif;
	color: #000;
	}
	
.current{
	color:#910100;	
}


/********************************* grille *****************************/

#home{
	position: absolute;	top: 50%;	left: 50%;	right: auto;	margin-left: -362px;	margin-top: -270px;	width: 723px;	height: 539px; 	
}

#container{

	margin: 0 auto;
	text-align: left;
	width: 770px;

}

#content{
		
	padding:30px 0 0 40px;
	width: 730px;
	background-image: url(../images/bg.jpg);

	}


#right-col{
	width: 465px;
	margin-left:20px;
	float: left;
}
#left-col{
	background-image: url(../images/header-nav.jpg);
	width: 197px;
	padding-top :38px;
	float: left;
}

#nav{
	width:197px;
	background-image: url(../images/bg-nav.jpg);
	
}
#nav-footer-portrait{
	width:197px;
	background-image: url(../images/nav-footer-portrait.jpg);
	height:114px;
}
#footer{
	height:222px;
	background-image:url(../images/footer.jpg);
	text-align: center;
}

#credits{
	padding:5 0;
	text-align: center;
	font-size: 70%;
	color:#333;
}

/********************************* headers ***************************/
h1 span { display: none; }
#header h1{
background-image: url(../images/header.jpg);
height: 245px;
}

h5.auteur{
	font-style: oblique;
	margin-bottom: 15px;
	font-weight: normal;
	color: #910100;
}

h5.inter{
	margin-top:10px;
	margin-bottom:5px;
	color:#910100;
	font-style: oblique;
	font-weight: normal;
}

.footnote {
	border-top:1px dashed #ccc;
	margin-top:2.25em;
	margin-bottom:10px;
	padding-top:0.667em;
	margin-left:0;

}
	
h2,h3,h4,h5,h6{
font-family:Georgia, serif;
	
}

#texte h2 {
	font:155%/1.3em Georgia,Times,"Palatino Linotype","Bitstream Vera Serif",serif;
	color: #000;
	padding: 0;
	margin-bottom: 5px;
	
		
}


/********************************** listes ******************************/

dl{	
	margin-left:10px;
	padding-top:5px;
}

dt{
	margin-left:15px;
	font-size: 70%;
	color: #6A1409;
	color: #ED1B23;
	color: #BA9954;
}

ul {
list-style:none;
margin: 5px 10px 5px 10px;
padding: 0 10px 0 10px;
}

ul li {

margin-bottom: 2px;
padding: 0px 10px 2px 10px;
line-height: 14px;
color: #ccc;
font-family:Geneva,"Bitstream Vera Sans",Verdana,Sans-serif;
border-bottom: 1px dashed #ccc/*#F7F6F2*/;
}

li a {
 
	color: #910100;
	display: block;
	line-height: 1.1em;
	padding: 0.5em 10px;
	display: block;
	text-decoration: none;
 
}

#nav ul{
	
	font-size: 65%;
	text-transform: capitalize;
}
	

	
	
	#nav li a.active:link, #nav li a.active:visited, #nav li a:hover {
	color: #000;
	border-bottom: none;
	text-decoration: none;
	}
	
/***************************** clearfix method *********************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display : block;
}
/* End hide from IE-mac */

