body {
	background-color: #607a5d;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/fond-bas.jpg);
	background-repeat: repeat-x;
}

#page {
	width: 850px;
	min-height: 768px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(images/logo_vertical.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
	width: 815px;
	height: 247px;
	margin-left: 35px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/logo-bas-21.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	position: relative;
	text-align: center;
	width: 815px;
	height: 77px;
	top: 225px;
	font-size: 16px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#menu a:hover {
	border-top: #000 2px solid;
}

#fond_texte {
	float: left;
	width: 815px;
	min-height: 485px;
	margin-left: 35px;
	background-image: url(images/fond_contenu.gif);
	background-repeat: repeat-y;
}

#fond {
	background-color: #7F6860;
}

#colonne_gauche {
	margin-left: 28px ;
	width: 481px;
	min-height: 485px;	
	background-color: #7A8678;
	float: left;
}

#colonne_gauche_texte {
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	text-align: justify;
}

#colonne_droite {
	padding-top:5px;
	width: 277px;
	min-height: 485px;	
	background-color: #7F6860;
	float: right;
	margin-right: 29px ;
	text-align: center;
}

#footer_fond {
	float: left;
	margin-left: 35px;
	min-height: 16px;
	width: 815px;
	background-image: url(images/fond_footer.gif);
	background-repeat: no-repeat;
	background-color: #3E4F3C;
	background-position: top;
	text-align: center;
	padding: 0;
}

#footer {
	padding: 20px 0 1px 0;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer a:hover {
	text-decoration: underline;
}

#referencement {
	margin-left: 35px;
	width: 815px;
	color: #ccc;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 10px;
}

#referencement a:link, #referencement a:visited, #referencement a:active {
	color: #ccc;
	text-decoration: none;
}

#referencement a:hover {
	color: #000;
	text-decoration: underline;
}

h1{
	color: White;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h2{
	color: #d7d7d7;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active  {
	color: #43211f;
	font-weight: bold;
	text-decoration: underline;
	
}

a:hover  {
	color: #3c1414;
	font-weight: bold;
	text-decoration: none;
}

.photos {
	text-align: center;
}

.entreprise{
	color: White;
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.entrepreneur{
	color: Black;
	font-size: 	20px;
	margin: 30px 0px 0px 0px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.adresse{
	color: Black;
	font-size: 17px;
	margin: 15px 0px 0px 0px;
	font-style: normal;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.mail{
	color: Black;
	font-size: 17px;
	margin: 20px 0px 0px 0px;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.alert
{
	color: #ac0800;
	font-size: 20px;
	margin: 20px 0px 0px 0px;
	text-transform: none;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: auto;
}

li {
	list-style-type: circle;

}

