@CHARSET "ISO-8859-1";

html  {
	font-size: 100%;	/* Pour éviter un bug de redimentionnement d'IE */
}

body {
	font-size: 80%;
	background-color: #FFFFFF;
	font-family: Arial;
	text-align: center;
}

/* Balises XHTML de base */
a, 
a:link, 
a:active, 
a:visited {
	font-size: 1em;
	color: #0075B5;
	text-decoration: none;
	outline-style : none;
	outline-width : medium;
}

h1 {
	color: #F6882F;
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	color: #0075b5;
	font-size: 1.1em;
	margin-top: 27px;
	margin-bottom: 10px;
}

	h2:first-letter {
		color: #F6882F;
		font-weight: bold;
	}

	/* Pour régler un bug Firefox */
	h2:after {
		content: "";
	}
	
p {
	color: black;
}



/* Structure de la page */
#container {
	margin: auto;
	width: 900px;
	height: 500px;
	text-align: left;
}

	html>body #container {
		height: auto;
		min-height: 500px;
	}
	
#header {
	width: 100%;
	height: 100px;
	text-align: center;
	margin-bottom: 10px;
}

	html>body #header {
		height: auto;
		min-height: 100px;
	}

	#header #logo {
		float: left;
	}
	
	#header #right {
		float: right;
		text-align: right;
		margin-top: 65px;
		margin-right: 10px;
	}
	
		#header #right a {
			font-size: 0.85em;
			font-weight: bold;
		}
	
	#header #bandeau {
		width: 879px;
		height: 90px;
	}
	
	#header .bandeau-swf {
		width: 879px;
		height: 90px;
	}
	


#menuH {
	width: auto;
	height: 50px;
	position: relative;
}

	#menuH ul {
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	#menuH li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#menuH a.menuH {
		display: block;
		width: 196px;
		height: 44px;
		position: absolute;
		background-repeat: no-repeat;
		font-weight: bold;
		text-decoration: none;
		line-height: 44px;
		text-align: center;
	}
	
	#menuH a.menuH-on {
		background-image: url(../menuH-on.gif);
		color: #F6882F;
	}
	
	#menuH a.menuH-off {
		background-image: url(../menuH-off.gif);
		color: #0075b5;
		line-height: 33px;
	}
	
	#menuH a.menuH-off:hover {
		background-image: url(../menuH-off-hover.gif);
		color: #F6882F;
	}
	
	#menuH a.presentation-concept {
		top: 0px;
		left: 60px;
	}
	
	#menuH a.culture-strategie {
		top: 0px;
		left: 255px;
	}
	
	#menuH a.contact {
		top: 0px;
		left: 450px;
	}
	
	#menuH .support-technique {
		top: 0px;
		left: 645px;
	}
	
	

#navig {
	padding-left: 60px;
	color: #ADADAD;
	font-size: 0.85em;
	margin-bottom: 10px;
}



#main {
	width: 100%;
	height: 300px;
	color: #000000;
	font-size: 1em;
	text-align: justify;
}

	html>body #main {
		height: auto;
		min-height: 300px;
	}



#footer {
	width: auto;
	height: 100px;
	margin: auto;
	margin-top: 18px;
}

	html>body #footer {
		height: auto;
		min-height: 100px;
		text-align: center;
	}
	
	#footer #copyright {
		width: 849px;
		height: 67px;
		border: 1px solid #0075b5;
		padding: 23px 15px 15px 15px;
		text-align: center;
		font-size: 0.85em;
		margin: auto;
		margin-bottom: 10px;
		background-image: url(../footer.jpg);
		background-repeat: no-repeat;
	}
	
		#footer #copyright span {
			color: #0075b5;
		}
	
	#footer #footer-link {
		text-align: center;
	}
	
		#footer #footer-link a, 
		#footer #footer-link a:visited, 
		#footer #footer-link a:link, 
		#footer #footer-link a:active {
			color: #B8B8B8;
			font-size: 0.85em;
		}
		
		#footer #footer-link span.separator {
			color: #F68220;
			font-size: 0.85em;
		}
	
	

/* Encadrés */
div.encart-titre {
	text-align: left;
	background-image: url(../encart-titre.jpg);
	background-repeat: repeat-x;
	width: 712px;
	border: 1px solid #b3d6e9;
	margin: auto;
	margin-top: 13px;
	margin-bottom: 20px;
	padding: 7px;
}

	div.encart-titre h2 {
		margin-top: 0px;
	}


div.encart-round {
	width: 284px;
	height: 50px;
	margin: auto;
	background-image: url(../encart-round-bas.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 7px;
}

	html>body div.encart-round {
		height: auto;
		min-height: 50px;
	}
	
	div.encart-round div {
		background-image: url(../encart-round-haut.jpg);
		background-repeat: no-repeat;
		padding: 6px;
	}

	div.encart-round p {
		margin-top: 0;
		font-weight: bold;
	}


div.encart-simple {
	width: 248px;
	height: 44px;
	color: #0075b5;
	font-weight: bold;
	text-align: center;
	margin: auto;
	line-height: 37px;
	background-image: url(../encart-simple.jpg);
	background-repeat: no-repeat;
	font-size: 0.85em;
}


/* Listes à puce */
ul {
	margin: 0;
	padding: 0;
}

li {
	background-position: 0% 57%;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 3px 3px 3px 20px;
}

.li1 {
	background-image: url(../01.jpg);
}

.li2 {
	background-image: url(../02.jpg);
}

.li3 {
	background-image: url(../03.jpg);
}

.li4 {
	background-image: url(../04.jpg);
}

.li5 {
	background-image: url(../05.jpg);
}

.li6 {
	background-image: url(../06.jpg);
}

ul.culture-strategie li {
	background-position: 0px 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* Addresse de contact */
p.address {
	font-size: 0.85em;
}

	p.address span {		
		color: #019EED;
	}
	
	
/* Autres */
.spacer-both {
	clear: both;
	display: block;
}
	
