body {
	font: 10pt "Tahoma MS", helvetica, sans-serif;
	text-align: justify;
	background: #B0C4DE;
	padding: 0px;
	margin: 0px;
}

#content{
	margin-top: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 2px solid #4682B4;
}

#header{
	height: 100px;
	margin-top: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(./img/banner.png) no-repeat left bottom;
	background-color: transparent;
}

#header h1{
	display: none;
}

#footer{
	text-align: center;
	margin: 10px;
	font-size: x-small;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer .text{
	padding: 5px;
	border: 1px dashed #fff;
}
#footer .text a{
	text-decoration: none;
	color: #000;
}
#footer .text a:hover{
	text-decoration: underline;
	color: #30c;
}
#footer .valid a img{
	margin: 7px 2px 0px 2px;
	margin-top: 20px;
	border: none;
}

#contenu{
	margin: 35px 150px 10px 20px;
	line-height: 25px;
	padding-left: 150px;
	
	/*Hack pour IE :*/
	height:auto !important;
	height: 400px;
	/*Fin du hack*/
	min-height: 400px;
}

#contenu p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-indent: 20px;
}

#contenu acronym{
	border-bottom: 1px dotted #1E90FF;
}

#contenu h1{
	padding: 2px 2px 4px 0px;
	font-size: 14pt;
	font-variant: small-caps;
	text-decoration: none;	
	clear: both;
}

#contenu h2{
	border-bottom: 1px solid #064999;
	font-size: 12pt;
	font-weight: normal;
	clear: both;
	color: #064999;
}

#contenu h3{
	margin: 20px 0px 0px 20px;
	font-size: 11pt;
	font-weight: bold;
	padding-left : 20px;
	background : transparent url(img/bullet.png) no-repeat center left;
	clear: both;
	color: #4682B4;
}

#contenu dt{
	color: #064999;
	text-decoration: none;
	font-weight: bold;
}

#contenu dd{
	margin: 0px;
	margin-left: 10px;
	padding-left : 20px;
	background : transparent url(img/arrow.png) no-repeat center left;
}

#contenu img {
	border: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	padding-bottom: 50px;
	vertical-align: top;
}

#contenu .left {
	float: left;
	padding-right: 20px;
}

#contenu .right {
	float: right;
	padding-left: 20px;
}

#contenu a {
	color: #B22222;
	padding: 1px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #DC143C;
}

#contenu a:hover {
	color: #1E90FF;
	padding: 1px;
	margin: 2px;
	background-color: #F0F8FF;
	border: 1px outset #F5F5F5;
}

#contenu a.right, a:hover.right {
	border: none;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	background-color: transparent;
}

#contenu a.left, a:hover.left {
	border: none;
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
	background-color: transparent;
}

#contenu em {
	color: #7a9ad9;
	font-weight: bold;
}

.accueil{
	background: url(./img/accueil.png) no-repeat top left;
}
.entreprises{
	background: url(./img/entreprises.png) no-repeat top left;
}
.contact{
	background: url(./img/contact.png) no-repeat top left;
}
.etudiants{
	background: url(./img/etudiants.png) no-repeat top left;
}
.partenaires{
	background: url(./img/partenaires.png) no-repeat top left;
}
.team{
	background: url(./img/team.png) no-repeat top left;
}
.membres{
	background: url(./img/membres.png) no-repeat top left;
}
.formations{
	background: url(./img/formations.png) no-repeat top left;
}

p.center{
	text-align: center;
	text-indent: 0;
}
p.left{
	text-align: left;
	text-indent: 0;
}
hr.clearer{
	clear: both;
	visibility: hidden;
}

