/*
Objet : feuille de style du site Locomia
Auteur : GAUFRETEAU Vincent
Date de création : 29/06/2007
Dernière modification : 29/06/2007
*/

BODY {
	background-color:#AAB2D2;
	background-image:URL(../images/fond-global.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

P {
	font-family:Arial,Verdana;
	font-size:11px;
	margin:0px;
}



hr {
	size:1px;
	color:A8000B#;
	background-color:A8000B#;
}

/*colonne gauche - menu*/

#zone-menu {
	width:187px;
	height:561px;
	background-image:URL(../images/zone-menu.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
}
#zone-menu ul {
	margin:0px;
	padding:150px 0px 0px 25px;
	list-style-type:none;
}
#zone-menu li {
	padding-top:2px;
	margin:0px;
}
#zone-menu a:link {
	font-family:Arial,Verdana;
	font-weight:bold;
	color:#A8000B;
	text-decoration:none;
	font-size:12px;
}
#zone-menu a:visited {
	font-family:Arial,Verdana;
	font-weight:bold;
	color:#A8000B;
	text-decoration:none;
	font-size:12px;
}
#zone-menu a:active {
	font-family:Arial,Verdana;
	font-weight:bold;
	color:#A8000B;
	text-decoration:none;
	font-size:12px;
}
#zone-menu a:hover {
	font-family:Arial,Verdana;
	font-weight:bold;
	color:#000;
	font-size:12px;
	text-decoration:underline;
}
/*espace titre rubrique*/
#zone-rubrique {
	width:815px;
	height:149px;
	background-image:URL(../images/zone-titre.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:187px;
	top:0px;
}
#zone-rubrique h2 {
	margin:30px 0px 0px 100px;
	font-family:Arial,Verdana;
	font-weight:bold;
}



/*zone du contenu*/
#zone-contenu {
	width:815px;
	position:absolute;
	left:187px;
	top:149px;
}
#fond-contenu {
	background-image:URL(../images/fond-contenu.gif);
	background-repeat:repeat-y;
}
#zone-bas {
	background-image:URL(../images/zone-bas.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:5px 60px 110px 20px;
}

#zone-bas h4 {
	font-family:Arial,Verdana;
	color:#A8000B;
}
#zone-bas ul {
	font-family:Arial,Verdana;
	font-size:11px;
}
#zone-bas li {
	padding-bottom:5px;
}

#copy{
	font-family:Arial,Verdana;
	color:#A8000B;
	text-decoration:none;
	font-size:9px;
	padding:10px 220px 0px 0px
}

/*zone contact*/
TABLE {
	font-family:Arial;
	font-size:11px;
}
.textInput {
	padding-left: 2px;
	border: solid 1px #C6C6C6;
	background-color: #;
	font-family: Arial;
	font-size: 10px;
}

.buttonInput {
	height: 20px;
	border: solid 1px #C6C6C6;
	background-color: #;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

.errorTextInput {
	padding-left: 2px;
	border: solid 1px #C6C6C6;
	background-color: #;
	font-family: Arial;
	font-size: 10px;
}

