@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body {
/*	margin:0px;*/
	left:50%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

/* Toute la page du site */
.page {
	text-align:left;
}

.Style1 {
	background-color:#000;
	text-align:right;
	padding-right:20px;
}
.Style1 img {
	border:#FFF solid 1px;
	margin:5px;
}

.Titre1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0000FF;
	text-align:left;
}
.Titre2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#009900;
	text-align:left;
}
.text {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Titre3 {
	font-size:14px;
	color:#FF9900;
	text-decoration:underline;
	font-weight:bold;
}
.tab_cornerhg {
	background-image:url(img/frame/corner_hg_20.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}
.tab_cornerhd {
	background-image:url(img/frame/corner_hd_20.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}
.tab_cornerbd {
	background-image:url(img/frame/corner_bd_20.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}
.tab_cornerbg {
	background-image:url(img/frame/corner_bg_20.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}
.tab_band_left {
	background-image:url(img/frame/band_hor_2.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.tab_band_right {
	background-image:url(img/frame/band_hor_2.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.tab_band_top {
	background-image:url(img/frame/band_ver_2.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.tab_band_bottom {
	background-image:url(img/frame/band_ver_2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.tab_mini1 {
	width:500px;
}
.tab_mini2 {
	width:50px;
}
.tab_mini3 {
	width:300px;
}
.boutton1 {
	background-image:url(img/frame/Boutton1_250x50.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:50px;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}