body {
background-color: #ffffff; 
background-image: url(images/fond.jpg);
background-repeat: repeat-x;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
font-size: 12px;
color: #000000;
}
.hd{
font-family: Verdana, sans-serif;
font-size: 8px;
font-weight: bold;
text-align: center;
}

input,select,textarea{
	border-left-width: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #cc3366;
}
	#dhtmlgoodies_menu{	/* Menu object */
		margin:5px;
		padding:0px;
		width:160px;	/* Width of menu */
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:0.9em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#F1F1F1;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;

	}
.gras {
font-weight:bold
}
.tblanc {color: #FFF}
.trouge {color: #FF0000}
.torange {color: #FF7F00}
.tvert {color: #336600}

a.button {font-size:11px; text-align:left; background:transparent url(http://outils.yes-messenger.com/pdvs/pdv5/button.gif) no-repeat;  width:265px; height:70px; display:block; padding:20px 0 5px 100px; margin:21px 0 22px 0;}
	a.button span { font-size:24px; text-decoration:underline; color:#0f83b3; display:block;}
	a.button:hover span {text-decoration:none;}
