/*--on annule les valeurs par défauts--*/
*{ margin: 0; padding: 0; list-style: none;}

/* body arriere plan ,police ,liens...
----------------------------------------------------------*/
body{
	background: #1674A7 url(img/bgtop.jpg) repeat-x;
}
a {text-decoration: none; color:#085c87;}
a:hover {color:#4bbffa;border: none;}
a img{border: none;}
h3 {font-family: Vrinda; color: #72440E;font-size: 1.4em;font-weight: bold;padding: 0 0 0 20px;}

/* topbar
----------------------------------------------------------*/
#topbar {
	position: fixed;
	background: url(img/topbar.png) no-repeat;
	left: 350px;
	top: 0px;
	width: 600px;
	height: 60px;
	z-index: 600;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 40px;
}
#topbar a {color: white;}
#topbar a:hover {color: #085881;}
#topbar span {float: left;margin: 5px 0 0 50px;}

/* header
----------------------------------------------------------*/
#header {height: 214px;}
#header #logonew {float: left;}
#header #logonew #news {
	background: url(img/news.jpg) no-repeat;
	height: 62px;
	width: 343px;
	color: #6E4F21;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 0 65px;
}

/* menu
----------------------------------------------------------*/
#menu li {float: left;margin: 86px 0 0 0;}
#menu li a{
	display: block;
	height: 128px;
	width: 151px;
	background: url(img/btn.jpg);
	text-align: center;
	line-height: 90px;
	font-size:1.4em; 
	font-family: arial;
	color: #FFCC00;
}
#menu li a:hover{
	display: block;
	height: 128px;
	width: 151px;
	background: url(img/btnhover.jpg);
	color: #DE8121;
}

/* content
----------------------------------------------------------*/
#content{background: white;position: absolute;width: 100%;}

#txttop{
	background: url(img/zone1h.jpg) no-repeat; 
	width: 581px;
	font-size: 1.4em;
	height: 60px;
	padding: 15px 0 0 0;
	text-align: center;
}

#texte {
	background: url(img/zone1m.jpg) repeat-y;
	width: 501px;
	padding: 0 30px 0 50px;
	font-size: 1.3em;
	font-weight: bold;
}
#texte a{color:#085c87;border-bottom: 1px dotted;}
#texte a:hover{color:#4bbffa;border: none;}

#zone1 {float: left;position: relative;font-family: Vrinda;font-size: 0.8em;}
#annexe {float: left;position: relative;}
.zone2{
	background : url(img/zone2.jpg) no-repeat;
	height: 98px;
	width: 419px;
	text-align: center;
	padding: 20px 0 0 0;
}
.zone3{
	background : url(img/zone3.jpg) no-repeat;
	height: 248px;
	width: 369px;
	text-align: center;
	padding: 20px 30px 20px 20px;
	font-family: Vrinda;
	font-size: 1em;
}
.zone3 img {padding: 0 0 10px 0;}

/* footer
----------------------------------------------------------*/
#footer{
	background: url(img/bgfoot.jpg) repeat-x;
	height: 200px;
	position: relative;
	clear: left;
	
}

.about{
	float: left;
	background: url(img/about.jpg) no-repeat;
	width: 299px;
	height: 156px;
	margin: 15px 0 0 30px;
	font-family: Brush Script Std;
	color: #e9eaeb;
	padding: 15px 0 0 27px;
}
.about span {border-bottom: 1px dotted #b7c2c8;color: #b7c2c8;}
.about p {padding: 10px 20px 0 0;text-align: center;}

#propos{
	float: left;
	background: url(img/propos.jpg) no-repeat;
	width: 280px;
	height: 116px;
	margin: 15px 0 0 20px;
	text-align: center;
	padding: 40px 0 0 10px;
	color: #094767;
	font-size: 0.8em;
	font-weight: bold;
}
#propos span {float: left;color: #022d43;}

#copyright{clear: left;text-align: center;padding: 10px 0;font-weight: bold;color: #085881;font-size: 0.9em;}

/* tooltip
----------------------------------------------------------*/
/* css pour la tooltip lien avec preview */
#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}

