/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	margin: 20px 0 0 0;
	padding: 0;
}
p {
margin: 0 0 10px 0;
}

a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	font-style: italic;
}

#header {
	height: 141px;
	background-image: url(../images/logo-armor05.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: solid #cccccc 1px;
}
#haut {
	height: 30px;
	background: transparent;
	border-bottom: solid #cccccc 1px;
	text-align: right;
}
#conteneur {
width:780px;
margin:0 auto;
background: transparent;
}
#centre {
	margin-left: 150px;
	margin-right: 150px;
	padding-top: 20px;
	border-left: solid #cccccc 1px;
	padding-left: 10px;
	padding-right: 30px;
}
#centregrand {
	margin-left: 150px;
	margin-right: 10px;
	padding-top: 20px;
	border-left: solid #cccccc 1px;
	padding-left: 10px;
	padding-right: 30px;
}
#centreproduits {
	margin-left: 150px;
	padding-top: 20px;
	border-left: solid #cccccc 1px;
	background-image: url(../images/fondproduits.jpg);
	background-repeat: repeat-y;
}
.contenudroit {
	float: right;
	margin-left: 240px;
	position: relative;
}
#gauche {
	float:left;
	width: 150px;
	padding-top: 20px;	
}
#droite {
	float:right;
	width: 150px;
	padding-top: 20px;	
}
#actus {
	float:right;
	width: 150px;
	border: solid #FFCC00 1px;
	height: 200px;
	overflow: auto;
	padding: 8px 8px 8px 8px;
	background-image: url(../images/fond-actu.gif);
	background-repeat: no-repeat;	
}
#titre1 {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 0.9em;
	color: #000099;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#titre2 {
	margin-top: 20px;
	float: right;
	color: #FF6600;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1px;
}

.titres {
	text-align: center;
	color: #000099;
	font-size: 0.9em;
}

.titres-jaune {
	color: #FFCC00;
	font-size: 0.9em;
}
.titres-bleu {
	color: #000099;
	font-size: 0.9em;
}
.titres-italic {
	font-size: 0.8em;
	color: #000099;
	font-style: italic;
	font-weight: normal;
}
.impots {
	color: #000000;
	background-color: #CCCC99;
	border: solid #FFCC00 1px;
	padding: 8px 8px 8px 8px;
	float: right;
	clear: both;
	width: 150px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#drapeau {
	text-align: center;	
}
.entetes {
	background-color: #CCCC99;
	color: #000099;
	margin-right: 20px;
	background-image: url(../images/carre.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 20px;
	padding-left: 5px;
}

.entetes2 {
	background-color: #CCCC99;
	color: #990000;
	margin-right: 20px;
	background-image: url(../images/carre.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 20px;
	padding-left: 5px;
}

#encartgauche {
	color: #000000;
	border: solid #FFCC00 1px;
	width: 100px;
	margin-top: 20px;
	height: 307px;
	background-image: url(../images/gauche.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
#pied {
	clear:both;
	height: 30px;
	background: transparent;
	text-align: center;
	line-height: 30px;
	font-size: 0.7em;
	color: #666666;
	border-top: solid #cccccc 1px;
}
#menuhaut {
	list-style-type: none;
	margin: 0;
	padding:0;
	float: right;
	line-height: 30px;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
margin: 0 2px;
color: #99CC00;
text-decoration: none;
}
#menuhaut a:hover {
	text-decoration: none;
	font-style: normal;
}
#menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
	
}
#menugauche li {
margin-bottom: 5px;
}
#menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menugauche a:hover {
text-decoration: none;
}
#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
#menudroit li {
margin-bottom: 5px;
}
#menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menudroit a:hover {
text-decoration: none;
}
/* Liens avec fleche */

.link {
	background-image:url(../images/fleche1.gif);
	background-repeat:no-repeat;
	color:#000099;
	}
.link a:link, .link a:visited {
	background-image:url(../images/fleche1.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	text-decoration:none;
	color:#000099;
	}
.link a:hover {
	background-image:url(../images/fleche2.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	text-decoration:none;
	color: #666633;
	}
	
	
/* Barre navigation */

#navlist
{
margin: 10px;
padding: 0 0 20px 10px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right;
line-height: 14px;
font-weight: normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #000099;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #FFCC00;
padding-bottom: 2px;
background: transparent;
color: #666633;
}

#navlist a:hover {
	color: #666633;
	font-style: normal;
}

/* FORMULAIRE */
.champ {
	background-color: #CCCC99;
	color: #333333;
}
.champoblig {
	background-color: #FFCC66;
	color: #333333;
}
textarea {
	background-color: #CCCC99;
	width: 220px;
	height: 80px;
}
.boutonenvoi {
	color: #000000;
	font-size: 0.7em;
	background-color: #CCCC99;
}
