

@import "layout.css";
@import "layout-gauche.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #155B9C;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
td{color: #000;
	font-size: 80%;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #cc9922;
}

a:visited{
	color: #eeaa22;
}

a:hover{
	color: #EEcc77;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #155b9c url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#menubar{position : absolute;left : 50%;
		  margin-left:-430;
	
	
	}
#main2{text-align:center; align : center;}
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #155b9c url(img/top.png) no-repeat center bottom;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
	width: 860px ;
	height: 120px ;
	display: block ;
	position: relative ;
	left:0px ;
	top: 0px ;
	text-indent: -5000px ;
}


/* Le pied de page
-------------------------------------------------------- */
#footer2{background: #155b9c url(img/footer.png) no-repeat top center;
	
		
	color : #155b9c;
	position : absolute;width : 860px;height : 51px;left : 50%;
		  margin-left:-430;
	
}

#footer2 a{
	color: #999;
}
