/**
 * style_bienvenue css file
 *
 * @author Laytika <webmaster@laytika.com>
 * @link http://www.laytika.com/
 * @copyright Copyright &copy; 2007 Laytika
 * @license http://www.laytika.com/license/
 * @version $Id: style.css 1000 2007-04-27 07:55:53Z MDU $
 */

/*================== DEBUT Bienvenue ========================*/
div#bienvenue { 
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 160px;
	vertical-align: text-bottom;
	font-size: 12px;
	font-family: Comic Sans MS;
	border: 0px solid #354E8E;
	margin-right: 2px;
	margin-left: 0px;
	width: 645px;
	margin-top: 10px;
}

.TitreBienvenue { 
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family: Comic Sans MS;
	color: red;
}

.TexteBienvenue { 
	text-align: left;
	font-size: 13px;
	font-family: Comic Sans MS;
}

.Signature { 
	text-align: right;
	font-size: 13px;
	font-family: Comic Sans MS;
	margin-top: -12px;
}

/*<<<<<<<<<<<< FIN Bienvenue >>>>>>>>>>>>>>>*/

