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

body {
	background-color: #C0C0C0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-image: url('img/background.jpg');
	background-repeat:repeat;
	background-attachment: fixed;
}
#photo {
	background-image:url(img/layer.png);
	background-repeat:repeat;
}
#logo {
	color: #FFFFFF;
	margin-top: 20px;
	background-image:url(img/back.png);
}
#menu {
	background-image:url(img/layer.png);
	background-repeat:repeat;
}
#main {
	background-image:url(img/layer.png);
	background-repeat:repeat;
}

#conteneur {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#pied {
background-color:#2f378f;
color:#ffffff;
font-size:small;
height:25px;
padding-top:7px;
border-top-color:#FFFFFF;
border-top:medium;
border-top-width:medium;
}
.back {
background-color:#000066;
color:ffffff;
padding-right:50px;
}

table {
	width: 100%;
}
.siteconstruct {
	font-family: "Arno Pro Smbd SmText";
	font-style: italic;
}
#navigation {
	background-color: #C0C0C0;
	border-style: solid;
	border-width: thin;
}
a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
	font-variant: small-caps;
	text-decoration:underline;
}
a:active {
	font-weight: bold;
	color: #2f378f;
}
.largeurcellnav {
	width: 20%;
}
.cellActive {
	color:#2f378f;
	font-weight: bold;
	text-decoration:underline;
}
hr {
	width: 400px;
	height: 6px;
	margin-left: 15px;
	color:#FFFFFF;
}
