/* ####################    Les balises HTML   #################################  */
body {
	margin-top:60px;
	margin-left: 0px;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
img {
	border: 1px solid #FFFFFF;
}
legend {
	font-weight: bold;
	font-size: 115%;
	color: #FFFFFF;
}
fieldset {
	margin-top: 10px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
ul a {
	color: #FFFFFF;
}
blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 20px;
	float: left;
	height: 110px;
}
cite {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
label {
	padding-top: 5px;
}

/* ########################  Page index générale ################################## */
#bloc1 {
	float:left;
	width:120px;
	margin:0px;
}
#bloc1 a {
	color: White;
}
#bloc2 {
	float: left;
	width: 120px;
	margin-left:10px;
}
#bloc2 a {
	color: White;
}
#bloc3 {
	float: left;
	width:120px;
	margin-left: 10px;
}
#bloc3 a {
	color: White;
}
.nomsites {
	font-weight: bold;
	font-size: 12px;
}
#carteimage {
	float: right;
	width: 110px;
	margin-top: 7px;
	margin-right: 10px;
}
#index01 {
	width: 90px;
	height: 90px;
	margin:0px;
	margin: 0px;
}
#index02 {
	width: 90px;
	height: 90px;
	margin-top: 7px;
	right: 0px;
}
#index03 {
	width: 90px;
	height: 90px;
	margin-top: 7px;
	right: 0px;
}
#traductions {
	color: #999999;
}

/* ###################################  Pages de contenu   ###################### */

/* ---------- Header ----------------------------- */
.fond {    /* Egalement utilisé pour le footer */
	width:100%;
	background-color: #FFFFFF;
	text-align: center;
	height:15px;
} 
#header {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
#zoom {
	float: left;
	width: 200px;
	text-align: left;
	color: #999999;
	font-size: 9px;
}
#zoom a {
	color: #999999;
}
#txtheader {
	float: right;
	text-align: right;
	color: #003366;
}
#txtheader a {
	color: #003366;
}

/* ---------- Partie centrale : fond rouge --------------------------- */
#container {
	height: 300px;
	background-image: url(../images/fond2.gif);
	width: 100%;
	background-color: #B22222;
	text-align: center;
	margin:0px;
	padding:0px;
}
#centre {
	height: 300px;
	width: 760px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
}

/* ----- Partie gauche de contenu -------------- */
#menu {
	float: left;
	width: 170px;
	height: 298px;
	text-align: left;
}
#logo {
	margin-top: 10px;
	margin-left: 10px;
	height: 85px;
}
#logo img {
	border: 0px;
}
.textiles {
	margin-left: 10px;
	margin-top: 10px;
	font-size:85%;
}
#glenraven {
	float: left;
	margin: 10px;
	height: 45px;
}
#glenraven img {
	border: 0px;
}

/* -------------- Coordonnées des entreprises ----------------- */
#coordonnees {
	width: 100%;
	margin: 0px;
	height: 140px;
}
#usine {
	margin:5px;
	width:135px;
}
.entreprise {
	font-weight: bold;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom:0px;
}
.adresse {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom:0px;
}
.adresse a {
	color: White;
}
.adresse2 {
	padding-bottom: 10px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom:0px;
	border-bottom: 1px dashed Silver;
}

/* ------------- Centre du contenu ----------------------------- */
#contenu {
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	width: 380px;
	text-align: left;
}
.titre {
	margin-top: 10px;
	font-size: 150%;
	font-weight: bold;
}
.titre a {
	color:#FFFFFF;
}
#redactionnel {
	width: 375px;
	overflow: auto;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 15px;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #B22222;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #B22222;
}
.texte {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: justify;
}
.texte a {
	color: White;
}
.article {
	margin: 5px;
}
.titrearticle {
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom:3px;
}
.photoarticle {
	margin: 5px;
	float: left;
}

/* ----------------- Page contact ----------------------------- */
#formcontact {
	float:left;
	width:380px;
	margin-top: 10px;
	margin-bottom:10px;
	height: 280px;
	overflow: auto;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #B22222;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #B22222;
	text-align: left;
}
.contact {
	margin:3px;
	text-align: left;
}
.champs {
	color: #191970;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
.loi {
	font-size: 80%;
	color: Black;
	margin-top:3px;
	margin-bottom: 3px;
	margin-left: 20px;
}
/* ---------------------- Page implantations --------------------- */
#recherche {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#worldmap {
	margin-top:20px;
	margin-bottom:10px;
}
#worldmap img {
	border: 0px;
}
.pays {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
}
.entreprise {
	font-weight: bold;
	margin: 1px;
}
.adresse {
	margin: 1px;
}
.adresse a {
	color: White;
}
.adresse2 {
	padding-bottom: 5px;
	margin-top: 2px;
	margin-left: 1px;
	border-bottom: 1px dashed Silver;
}
.autre {
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}
.autre a {
	color:White;
}

/* ------------------ Partie droite du centre : les images ----------------------- */
#pictures {
	float: right;
	width:168px;
	margin: 0px;
}
#big {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 65px;
	margin-top: 25px;
	padding:0px;
	width: 110px;
	height: 190px;
}
#small {
	margin-bottom: 10px;
	margin-left: 9px;
	margin-right: 110px;
	margin-top: 0px;
	padding: 0px;
	width: 55px;
	height:55px;
}

/* ---------------- Footer -------------------------------- */
#footer {
	width: 760px;
	background-color: White;
	color: #191970;
	margin-left: auto;
	margin-right: auto;
}
.mentions {
	float: left;
	margin:0px;
	color: #B22222;
	font-size: 90%;
}
.mentions a {
	color: #B22222;
}
.company {
	float: right;
	color: #191970;
}
.company a {
	color: #191970;
}
#liens {
	width: 760px;
	background-color: White;
	height: 20px;
	text-align: center;
	font-size:90%;
	color: Gray;
	vertical-align: middle;
	border-top: 1px dashed Gray;
	margin-left: auto;
	margin-right: auto;
}
#liens a {
	color: Gray;
}
.signature {
	margin:10px;
}