/* CSS de placement global */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#header {
	height: 22px;
	background: url(../images/index_01.gif) no-repeat;
	padding: 94px 0 0 0;
}
#conteneur {
	width: 800px;
	margin: 0 auto; 
}

#contenu {
	background: #C4FC74;
	clear: both;
}
#texte {
	background-color:#FFFFFF;
	margin-left: 164px;
	border-right: 5px solid #C4FC74;
}
#menugauche {
	float: left;
	width: 164px;
	background: #C4FC74;
}
#pied {
	height: 30px;
	background-color: #C6FF73;
	clear: both;
	width: inherit;
}

a.catalogue{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	background:none;
}

/* CSS pour le menu haut */
#header ul {
	margin: 0;
	padding: 0;
	background: url(/images/fond-menu.gif) repeat-x bottom;
	height: 22px;
}

#header ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0 5px;
	display: block;
	float: left;
	background: url("http://biphome.spray.se/karl10/images/navBarBg.gif") repeat-x 20px;
	font: 16px/20px verdana, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

#header a
{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 8px;
	border: 1px solid #000000;
	border-bottom: 0;
}

#header li#active { background: url("http://biphome.spray.se/karl10/images/navBarBgHover.gif") repeat-x 20px; }
#header a:hover { background: url("http://biphome.spray.se/karl10/images/navBarBgHover.gif") repeat-x 20px; }

/* CSS pour les elements de bloc en particulier */
#menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menugauche ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
}

#menugauche li {
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}
#menugauche .dernier {
	border-bottom: 0;
}
#menugauche a {
	display: block;
	margin: 0 5px 0 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
#menugauche a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

/* Style pour le corps de page */
#texte #corps {
	margin-left: 5px;
	min-height: 420px;
}

#texte #corps h1 {
	padding: 8px 0;
	margin: 0;
}

#texte #corps h2 {
	padding: 6px 0;
	margin: 0;
}

#texte #corps p {
	padding: 4px 0;
	margin: 0;
}

#texte #corps .cadre_entete{
	width: 95%;
	padding: 0 10px 10px;
	border: 1px solid;
	background-color: #FFFFCE;
}

#texte #corps .cadre_enteteCatalogue{
	width: 69%;
	padding: 0 10px 10px;
	border: 1px solid;
	background-color: #FFFFCE;
}

#texte #corps .article{
	min-height: 140px;
}

#texte #corps .article .image{
	float: left; 
	width: 20%;
}

#texte #corps .article .image img{
	border: none;
}

#texte #corps .article .descrip{
	width: 80%;
}

#texte #corps .article .descrip a{
	text-decoration: none;
}

#texte #corps #tb_nbArticle{
	width: 25px;
}

#texte #corps .gras {
	font-weight: bold;
}

#texte #corps table {
	border-collapse: collapse;
	border-spacing: 0px;	
	border: 1px solid; 
	width: 590px;
}

#texte #corps table th{
	border 				: 1px solid;
	font-weight 		: bold;	
	background-color 	: #CCCCCC;
}

#texte #corps table .vide{
	border-left 			: 0px none;
	border-top				: 1px solid #FFFFFF;
	border-right			: 1px solid #FFFFFF;
	border-bottom			: 1px solid #FFFFFF;
	background-color 		: #FFFFFF;
}

#texte #corps table td {	
	border: 1px solid;	
	text-align: center;
	height: 30px;
}

#texte #corps .colTotal td {
	text-align: right;
	height: 20px;
	padding-right: 10px;
}

#texte #corps .identification {
	border: none;
	width: 620px;
}

#texte #corps .identification td {
	text-align: left;
	padding: 0 6px;
}

#texte #corps .focus {
	background-color: #CECECE;
}

#actualite {
	float: right;
	width: 140px;
}

#actualite h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 10px;
}
#actualite p#date {
	font-size: 10px;
	padding: 0 0 5px 0;
	height: 10px;
}

/* Style pour le footer */
.imageLien {
	border:0px none;
}

#pied ul {
	float: right;
	margin-top: 0px;
	padding-top: 5px;
	margin-right: 10px;
	list-style: none;
	color: #000000;
}

#pied li {
	display: inline;
}

#pied li a {
	text-decoration: none;
	color: #000000;
}

#pied p.copyright {
	margin-left: 10px;
	padding-top: 5px;
	color: #000000;
	width: 250px;
}

#texte #corps #msgValidation {
	text-align: center; 
	width: 80%;
	margin-left: 10%;
	margin-top: 50px;
}
