/* Infoscop CSS Document */

body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}

/*********************
 DIV principal centré
**********************/
#main {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
}

/*****************
 MENU HORIZONTAL
******************/
.menu_h {
	height: 23px;
	width: 100px;
	text-align: center;
	border-left: 1px solid black;
	font-weight: bold;
	color: #000000;
}
.menu_h:hover {
	background-color:#FF9900;
	cursor: pointer;	
}

.lien_h {
	color: #000000;
	text-decoration: none;
}

/**********
 H5 ORANGE
***********/
.h5_orange {
	color: #FF6600;
}

/************
 LIEN FOOTER
*************/
.link_footer {
	color: #000000;
	text-decoration: none;
}
.link_footer:hover {
	color: #FF6600;
	border-bottom: 1px #FF6600 dotted;
}

/******
 LINK
 *****/
.link {
 	color:#0066CC;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}

