@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url(../img/back.jpg);
	background-repeat: repeat;*/
	background-color:#292900;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E5A77;
	margin-top:0px;
}

h2 {
border-bottom:2px #1E5A77 solid
}


a:link {
color: #1E5A77;
text-decoration:none;
}

a:visited {
color: #1E5A77;
text-decoration:none;
}

a:hover {
color: #1E5A77;
text-decoration:underline;
}

#conteneur {
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:700px;
	height:160px;
	background-image:url(../img/header.png)
}

#menu{
	width:700px;
	height:40px;
	padding-top:15px;
	background-image:url(../img/menu.gif);
	background-position:center;
	background-repeat:no-repeat
}

#nav {
	list-style: none ;
	margin: 2px auto 20px auto ;
	padding: 0 ;
	overflow: hidden ;
	width:650px;	/* Création du contexte de formatage */
}
#nav li {
	float: left ;
	width: 96px ;
	padding:0 5px 0 5px;
	border: 1px solid #600 ;
	margin: auto 0 auto 0 ;
	color: #fff ;
	background: #4f4f17 ;
}
#nav li a {
	display: block ;
	background: #4f4f17 ;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none ;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #900 ;
	text-decoration: underline ;
}



#centre {
	width:700px;
	height:auto;
	background-image:url(../img/fond_site.jpg);
	background-repeat:repeat-y;
}
#welcome{
	width:650px;
	height:200px;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	border: thin solid #CCCCCC;
}

#imgindex {
	margin-top:8px;
	margin-left:10px;
	width:280px;
	height:auto;
	border: 1px solid #CCCCCC;
	float:left;
}

#textindex {
	margin-top:8px;
	margin-left:44px;
	width:306px;
	height:auto;
	float:left;
	text-align:justify;
}

#texte {
	width:650px;
	height:auto;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
}

#texte2 {
	width:650px;
	height:auto;
	padding-left:5px;
	margin-left:auto;
	margin-right:auto;
	border: thin solid #CCCCCC;
}

#bgimgperso {
	width:650px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border: thin solid #CCCCCC;
}
#imgperso{
	width:auto;
	height:100px;
	padding-top:10px;
	padding-bottom:10px;
}
#footer {
	width:700px;
	height:80px;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	text-align:center
}
