/* DEFAULT CSS */
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	font-family: Arial, Verdana;
	color: #444;
	background-color: #FFF;
	height: 100%;
	font-size:12px;
	line-height:16px;
}
input, textarea, select {}
input:focus, textarea:focus, select:focus {border: 2px solid #C7063D;}
label { cursor:pointer; }
form, ul, li, h1, h2, h3, h4, h5, h6 { 	padding:0px; margin:0px; border:0px; }

a { text-decoration: none; outline:none; color:#000;}
a:hover { text-decoration: underline; color:#c7063d;}
#content a { text-decoration: none; outline:none; color:#c7063d;}
#content a:hover { text-decoration: underline; color:#c7063d;}

img{ border: 0;}
.image {float:left; padding: 3px;}
.image a {display: block;text-decoration: none;padding: 3px; color: #666666;}
.image a:hover {background-color: #DDD;text-decoration:none;}
.image img {border: 1px solid #666;display:block;}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #87042B;
	background-color: #DF343A;
	padding: 2px;
	opacity: 0.90;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3{font-size: 10px; color: #FFF;}
#tooltip div{font-size: 10px; color: #FFF;} 

.clear{clear: both;}

hr{color: #C7063D;background-color: #C7063D;height: 1px;border: 0;margin: 5px auto 5px auto;}
hr.footer{width: 90%; color: #C7063D;background-color: #C7063D;height: 1px;border: 0;}

fieldset {border: 1px solid #C7063D; -moz-border-radius: 4px; width: 95%; margin: 4px auto; }
fieldset legend {border-left: 1px solid #C7063D; border-right: 1px solid #C7063D; padding: 0px 10px; margin-left: 10px; font-weight: bold;}

.info {font-weight: normal; font-size: 10px;}

/* ############################################    LAYOUT   #####################################   */
#layout {margin: auto;width: 1024px;z-index:1;}
	#layout #page {margin: auto;width: 100%;z-index:1;}
		#layout #header{position:relative;width:100%;height:243px;background:url('./images/home/header.jpg') no-repeat;}
				
		#layout #global{position:relative;width:100%;height:338px;background:url('./images/home/middle.jpg') no-repeat;}
			#layout #global #entrer a{position:absolute;width:100px;height:100px; top: 108px; left: 517px; display: block;}
			#layout #global #entrer a span{display: none;}
			
			#layout #global #s-news {position:absolute;width:272px;height:219px; top: 53px; left: 725px; display: block;}


/* NEWS */
#s-news .news {padding: 0 10px; display: block; height:219px;}
#s-news .news .image{padding: 0px 5px 0 0;}
#s-news .news .subject{color: #002969;}
#s-news .news .subject h2{font-size: 15px;}
#s-news .news .date{ color: #666666; padding-bottom: 4px;}
#s-news .news .description{font-size:12px;line-height:16px;text-align:justify;margin-bottom:10px;padding: 0px 0;}
#s-news .news .learnmore{float: right;}
#s-news .news .learnmore .puce{}
#s-news .news .learnmore p {padding: 5px 0 0 5px;}
#s-news .news .learnmore a {color: #000;}
#s-news .news .learnmore a:hover { color: #c7063d; text-decoration: none; }

