@charset "utf-8";
/* CSS Document */
.colonne_slogan{
	text-align:center;
	vertical-align:top;
	width: 200px;
}
.wireframemenu{
	background-color: #990000;
	border-bottom-width: 1;
	width: 150px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 155px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 150px; /*Define width for IE6's sake*/
	*width: 150px; /*Define width for IE6's sake*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #990000;
}

.wireframemenu a:visited{
	color: #FF6A6A;
	width: 150px; /*Define width for IE6's sake*/
}



.wireframemenu a:hover{
	background-color: #DF0000;
	color: #FFFF00;
	text-align: center;
	width:150px;
}
