/* Encodé en UTF-8 */

/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
}

body {
	font: 62.5% bold Century Gothic, Arial, Helvetica, sans-serif;
	height: 100%;
	background:#3c80a9 url(/images/theme/splash/bg-body.png) repeat-x top;
}


/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -5000px;
}


/*** PAGES ***/
#page {
	margin:0 auto;
	width:960px;
	min-height: 100%;
	_height: 100%;
}

#header {
	width:844px;
	margin:0 auto;
	height:248px;
	position:relative;
	background: url(/images/theme/splash/papillon-ie.png) no-repeat 510px 26px;
}

#header h1 a {
	background: url(/images/theme/splash/logo.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/splash/logo.png', sizingMethod='crop');
	width:320px;
	height:120px;
	top:70px;
	left:40px;
	position:relative;
	display:block;
}




#content {
	margin: 0 auto 0;
	width:960px;
}

#content ul {

}

#content li {
	list-style: none;
	
}


#content a {
	text-decoration:none;
	color:#ffffff;
	display: block;
	width: 219px;
	height:48px;
	background: url(/images/theme/splash/bg-li-blue.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/splash/bg-li-blue-ie.png', sizingMethod='crop');
	margin: 0;
	text-align:center;
	padding:12px 0 0;
	font-size:1.6em;
}

#content a.li-yellow {
	background: url(/images/theme/splash/bg-li-yellow.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/splash/bg-li-yellow-ie.png', sizingMethod='crop');
}

#content a:hover {
	text-decoration: underline;
}

#content h2 {
	color:#81c4d2;
	font-size: 1.8em;
	margin: 0 0 15px;
	padding:0 4px;
}

#content .col-p {
	height:210px;
}

.col1 {
	float:left;
	width:219px;
	padding:15px 10px 0 0;
	margin:0 0 0 10px;
	height:100%;
}

.col2 {
	float:left;
	border-right: 1px solid #608fab;
	border-left: 1px solid #608fab;
	width:219px;
	padding:15px 10px 0;
	height:100%;
}

.col3 {
	float:left;
	width:219px;
	padding:15px 10px 0;
	height:100%;
	border-right: 1px solid #608fab;
}

.col4 {
	float:left;
	width:219px;
	padding:15px 0 0 10px;
	height:100%;
}

.col1 p, .col2 p, .col3 p, .col4 p {	
	font-size:1.2em;
	color: #ffffff;
	margin:0 0 20px;
	padding:0 4px;
}




/*** SITEMAP ***/
ul#sitemap, ul#sitemap ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #000000;
	padding: 6px 0;
}

ul#sitemap {
	font-size : 1.2em;
	margin: 0 0 0 25px;
}

ul#sitemap li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/images/theme/splash/sitemap-puce.png) no-repeat 0 7px;
}


/*** FOOTER **/
#spacer-footer	{
	height: 50px;
	clear: both;
}

#footer {
	height: 20px;
	margin-top: -20px;
	font: 1.1em Helvetica;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}

#footer p {
	margin: 0 auto;
	width:940px;
}

#footer .by {
	float:right;
	
}

#footer .footer-left {
	float:left;
}

#footer .by a {
	color: #c1d1d7;
}