@charset "utf-8";
/* CSS Document - copyright ESPACE TECHNOLOGIE - feuille de style de base */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c5bdb9;
}
/* Mise en forme des conteneurs */
#all {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px double #666667;
}
#drapeaux {
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
	height: 20px;
	text-align: right;
}


#header {
	height: 128px;
	margin: 0px;
	padding: 0px;
}
#content {
	padding: 0px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#colonne1 {
	float: left;
	width: 445px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#colonne2 {
	float: right;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


#menu {
	background-color: #c5bdb9;
	margin: 0px;
	padding: 3px 0px 0px 100px;
	position:relative;
	color: #000000;
	height: 16px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#entreprise,#aceos {
	position:absolute;
	left:350px;
	top:19px;
	background-color:#c5bdb9;
	width:150px;
	overflow:hidden;
	display:none;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#entreprise a ,#aceos a {
	width:200px;
	float:left;
	clear:left;
	line-height:20px;
	color:#000000;
	text-indent:10px;
	font-weight: normal;
}
#entreprise a:hover ,#aceos a:hover {
	background-color: #91827b;
	color: #000;
	text-decoration: none;
}
#footer {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-color: #91827b;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a
{
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#photos {
	width: 380px;
	margin: 0px;
	padding: 0px;
}

/* texte, liens, titres, paragraphe, images, tableau */
a {
	text-decoration: none;
	color: #9c5065;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #9c5065;
}
a img {
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #9c3466;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #9c3466;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #9c3466;
	margin: 0px;
	padding: 0px;
}
.tableau {
	border: 1px solid #CCCCCC;
}
.VENDUE {
	color: #F00;
}

