@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	background-color: #8f98b7;
}

#conteneur {
	position:relative;
	margin:0 auto;
	width:980px;
}


#header {
	top: 0px;
	float:left;
	width:980px;
	height:180px;
}


#principale {
	float:left;
	min-height:540px;
	height:auto !important;
	height:540px;
	background-color:#FFF;
	width: 980px;
}


#menu {
	float:left;
	height: 540px;
	width: 180px;
}


#contenu {
	float:left;
	min-height:540px;
	height:auto !important;
	height:540px;
	width: 800px;
	background-image: url(../images/bg_contenu.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
}

#even {
	float:left;
	width: 400px;
	margin-top: 10px;
}

#publi {
	float:right;
	width: 360px;
	margin-left: 20px;
	margin-top: 10px;
}

#these_contact {
	float:left;
	width: 800px;
	margin-top: 5px;
	background-image: url(../images/bg_cexov.jpg);
	background-repeat: no-repeat;
	background-position: 710px bottom;
}


#page_even {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#page_publi {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#page_critique {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#page_these {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#page_biblio {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#page_bio {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#page_contactlien {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}




#footer {
	width:960px;
	height:40px;
	color:#B4B4B4;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	float: left;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

img {
	border:0;
}

.photo {
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom:5px;
}

p {
	font-weight:normal;
	color: #3c404d;
}

h1 {
	font-size:16px;
	font-weight:normal;
	color: #fa821e;
	text-align:center;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color: #3c404d;
}

h3 {
	font-size:14px;
	font-weight:normal;
	color: #fa821e;
	text-align:left;
}

h4 {
	font-size:12px;
	font-weight:normal;
	color: #3c404d;
	font-style: italic;
	}
	
h5 {
	font-size:14px;
	font-weight:normal;
	color: #fa821e;
	font-style: italic;
	text-align:left;
}

	
a {
	color:#99cccc;
	text-decoration:none;
}

a:hover {
	color:#336699;
	text-decoration:none;
}

.italic {
	font-size: 14px;
	font-style: italic;
	color: #336699;
	}

.bleu {
	font-size: 14px;
	font-style: normal;
	color: #336699;
	}

.pointilles {
	background-image: url(../images/mini/tiret_bleu.gif);
	background-repeat: repeat-x;
	margin-right: 2px;
	margin-left: 2px;
}

