@charset "utf-8";
html, body {
height: 100%
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #2f4f4f;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul{
	list-style-type: upper-latin;
	padding-right: 50px;
	margin: 0;
	font-size: 0.8em;
	padding-left: 80px;
	margin-bottom: 15px;
	text-align: justify;
	
}

ol{
	list-style-type: disc;
	padding-right: 50px;
	margin: 0;
	font-size: 0.8em;
	padding-left: 80px;
	margin-bottom: 15px;
	text-align: justify;
	
}

el{
	list-style-type: upper-latin;
	padding-right: 50px;
	margin: 0;
	font-size: 0.8em;
	padding-left: 80px;
	margin-bottom: 15px;
	text-align: justify;
	
}

li{
	margin: 5px;
}

h1{
	margin-top: 20;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 50px;
	padding-left: 50px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: left;
	font-size: 1.2em;
	}
	
h2{
	margin-top: 15;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 50px;
	padding-left: 50px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: left;
	font-size: 1em;
	}
	
h3{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 50px;
	padding-left: 50px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: right;
	font-size: 1em;
	}

p{	margin-top: 0;
	padding-right: 50px;
	padding-left: 50px;
	text-align: justify;
	font-size: 0.8em;
}

p2{
	margin-top: 0;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
	}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-size: 0.8em;
	}
a:visited {
	color: #4E5869;
	text-decoration: underline;
	font-size: 0.8em;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


.container {
	min-height: 100%;
	bottom: 100px;
	width: 900px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	background: #ffffff url(images/background.jpeg) bottom no-repeat;
	background-attachment: fixed;
	overflow: hidden;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}


.header {
	width: 100%;
	top: 115px;
	left: 0;
	background: #FFFFFF;
	max-width: 900px;
	min-width: 800px;
	margin: 0 auto;
	height: 115px;
}


.sidebar1 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding-bottom: 10px;
}
.content {
	width: 100%;
	float: left;
	max-width: 900px;
	min-width: 800px;
	margin: 0 auto;
}

.bibli {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: left;
	}

.index {
	width: 100%;
	max-width: 900px;
	min-width: 800px;
	margin: 0 auto;
	}

.footer {
	clear:both; margin-top:.5em;
	width: 100%;
	height: 150px;
}

.team {
	padding: 1px 50px 60px 20px;
	width: 100%;
	float: left;
	max-width: 900px;
	min-width: 800px;
	margin: 0 auto;
}

.menu {
	z-index: -1;
	height: 22px;
	top: 22px;
	left: 0px;
	width: 100%;
	background: #000000 url(images/btn3.jpg);
	max-width: 900px;
	min-width: 800px;
	padding-bottom: 10px;
	margin: 0 auto;
	}

IMG.displayed	{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
		}
		
.align-right { float:right; margin: 15px 50px 15px 15px; }
 
.align-left { float:left; margin: 15px 15px 15px 50px; }


	

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-right: 50px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 50px;
	margin-right: 15px;
}
.main {
width:100%;
text-align:center;
}
	
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.logo {
	display: block;
	width: 590px;
	margin-right: 1px;
	margin-left: auto;
}
