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

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

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.jpg)
}

#menu{
	width:700px;
	height:40px;
	padding-top:15px;
}

#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:27px;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	text-align:center
}