body {
	
	color: #8997bc;
	background: #47597d;
}
a {
	color: #8997bc;
}
a:hover, a:focus {
	color: #8997bc;
}
strong {
	color: #8997bc;
}

/* Page */
#global {
	background: #2d4369;
}

/* Navigation */
#navigation {
	background: #ABC7EC;
}
#navigation a {
	color: #1639AD;
}
#navigation a:hover, #navigation a:focus {
	background: #2d4369;
	color: #ABC7EC;
}
/*Separation header du contenu */
#espace {
	color: #8997bc;
	background: #203760;
	height: 25px;
}
/* Contenu principal */
#contenu {
	color: #ffffff;
	background: #2d4369;
}
#contenu a {
	color: #8997bc;
}
#contenu a:hover, #contenu a:focus {
	color: #8997bc;
}
#contenu strong {
	color: #8997bc;
}
#contenu1 {
	color: #ffffff;
	background: #2d4369;
}
#contenu1 a {
	color: #8997bc;
}
#contenu1 a:hover, #contenu a:focus {
	color: #8997bc;
}
#contenu1 strong {
	color: #8997bc;
}
#etude {
	color: #ffffff;
	
}
#etude a {
	color: #8997bc;
}
#etude a:hover, #contenu a:focus {
	color: #8997bc;
}
#etude strong {
	color: #8997bc;
}
#developpement {
	color: #ffffff;
	
}
#developpement a {
	color: #8997bc;
}
#developpement a:hover, #contenu a:focus {
	color: #8997bc;
}
#developpement strong {
	color: #8997bc;
}
#hebergement {
	color: #ffffff;
	
}
#hebergement a {
	color: #8997bc;
}
#hebergement a:hover, #contenu a:focus {
	color: #8997bc;
}
#hebergement strong {
	color: #8997bc;
}
#referencement {
	color: #ffffff;
	
}
#referencement a {
	color: #8997bc;
}
#referencement a:hover, #contenu a:focus {
	color: #8997bc;
}
#referencement strong {
	color: #8997bc;
}
#contact {
	color: #ffffff;
	
}
#contact a {
	color: #8997bc;
}
#contact a:hover, #contenu a:focus {
	color: #8997bc;
}
#contact strong {
	color: #8997bc;
}
/*Separation contenu du footer */
#espace2 {
	color: #8997bc;
	background: #203760;
	height: 25px;	
}
/* Pied de page */
#pied {
	color: #848F63;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
	
}
#global {
	min-height: 100%; /* -> 1 */
	width: 750px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
		border: 2px;
	border-style: solid;
	border-color: #ABC7EC;
}

/* En-tête */
#entete {
	text-align: center;
	padding: 15px 0px 10px 0px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	padding: 10px 0px;
}
#contenu > :first-child {
	margin-top: 0px;
}
#contenu p, #contenu li {
	line-height: 1.2;
}
#col_gauche {
	margin-right: 10px;
	float: left;
	width: 40%;
	padding: 40px;
}
#centre {
	overflow: hidden;
	width: 2%;
}
#col_droite {
	float: left;
	margin-left: 10px;
	width: 58%;
}
#etude {
	padding: 10px 20px;
}
#etude > :first-child {
	margin-top: 10px;
}
#etude p, #contenu li {
	line-height: 1.5;
}
#contenu1 {
	padding: 10px 20px;
}
#contenu1 > :first-child {
	margin-top: 10px;
}
#contenu1 p, #contenu li {
	line-height: 1.5;
}
#developpement {
	padding: 10px 20px;
}
#developpement > :first-child {
	margin-top: 10px;
}
#developpement p, #contenu li {
	line-height: 1.5;
}
#hebergement {
	padding: 10px 20px;
}
#hebergement > :first-child {
	margin-top: 10px;
}
#hebergement p, #contenu li {
	line-height: 1.5;
}
#referencement {
	padding: 10px 20px;
}
#referencement > :first-child {
	margin-top: 10px;
}
#referencement p, #contenu li {
	line-height: 1.5;
}
#contact {
	padding: 10px 20px;
}
#contact > :first-child {
	margin-top: 10px;
}
#contact p, #contenu li {
	line-height: 1.5;
}
/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: .85em;
	overflow: hidden;
}
#pied p {
	margin: .5em 0;
	overflow: hidden;
}
#pied ul {
	margin: 0;
	list-style: none;
	text-align: center;
#copyright {
	text-align: left;
	font-size: 1em;
}

		.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #ABC7EC;
padding: 2px;
}
