@charset "utf-8";
/*
// Page créée le 10/08/2007
// par Gabriel Villenave
// g.villenave@gmail.com
//
// Contenu disponible sous licence Art Libre
*/

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(back.jpg);
	background-color: #B6B7A9;
}

body,td,th {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.menu {
	background-color: #111018;
	border-bottom: black 2px solid;
	border-top: black 2px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.menu td {
	width: 16%;
}
.menu div {
	text-align: center;
}
.menu a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.menu a:hover {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}
.menu a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.style1 { color: #BFBFBF; }

.align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.align-left {
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
}
.align-right {
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
}

.contact_form {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	border: black 2px solid;
}

#page {
	text-align: left;
	width: 100%;
}

#header01 {
	width: 575px;
	height: 170px;
	background-color: #868396;
}

#header02 {
	width: 100%;
	height: 170px;
	background-repeat: repeat-x;
	background-color: #868396;
}

.row_center {
	width: 65%; 
	vertical-align: top; 
	border: #666666 1px solid;
	padding: 5px;
}

.side_row {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px;
	border:#666666 1px solid;
}

.thumb {
	text-align:center;
	vertical-align:middle;
	/* border:black 1px solid; */
	padding:15px;
}
-->

