body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}

/*NIFTY CORNERS*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
/*NIFTY CORNERS*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.diaporama {
border:1px solid #990000;
margin:0 auto;
width:300px;
height:180px;
}

.diaporama-titre {
background:url(images/diaporama-titre-bg.png) repeat-x;
color:#fff;
margin:0;
height:40px;
display:block;
text-align:center;
line-height:2;
}

.diaporama-container {
width:150px;
height:81px;
margin:0 auto;
margin-top:40px;
}

.banner {
	width:880px;
	height:60px;
	/*float:left;*/
	text-align:center;
	margin:0 auto;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.mediumrouge {
	font-family: Arial, Helvetica, strong;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.mediumrouge2 {
	font-family: Arial, Helvetica, strong;
	font-size: 14px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.mediumgris2 {
	font-family: Arial, Helvetica, strong;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.mediumrouge3 {
	font-family: Arial, Helvetica, strong;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.mediumbleu3 {
	font-family: Arial, Helvetica, strong;
	font-size: 15px;
	color: #000066;
	font-weight: bold;
}
.highrouge3 {
	font-family: Arial, Helvetica, strong;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.highrouge4 {
	font-family: Arial, Helvetica, strong;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	text-decoration:line-through;
}

.texteblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
}

.texteblanc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #FFFFFF;
}

.textenoir1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.textenoir2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
}
.textenoir3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
}

.textenoir4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}


.texteblanc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

.box1 {
	padding: 1px;
	border-width: medium;
	border-style: solid;
	border-color: #666666;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

a:visited {
	color: #FF9900;
	font-size: 13px;
}
a:link {
	color: #FF9900;font-size: 13px;
}
a:hover {
	color: #FF9900;font-size: 13px;
}
a:active {
	color: #FF9900;font-size: 13px;
}

.bouton_rouge, .bouton_orange, .bouton_vert {
width:210px;
height:70px;
/*display:inline;*/
float:left;
margin:20px;
}

.bouton_rouge {
background:url(../images/bt_big_rouge.png) no-repeat;
}

.bouton_orange {
background:url(../images/bt_big_orange.png) no-repeat;
}

.bouton_vert {
background:url(../images/bt_big_jaune.png) no-repeat;
}

.bouton_rouge a, .bouton_rouge a:hover {
font-weight:normal;
text-decoration:none;
}

.bt_niveau1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
text-align:center;
display:block;
padding-top:15px /*centre verticalement le texte dans le div*/
}

.bt_niveau2 {
color:#666666;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:none;
text-align:center;
padding-bottom:15px; /*comble le vide du bas afin que le lien soit actif sur toute la hauteur du div*/
}

@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CCCCCC;
}
.bouton_container {
height:100px;
margin:0 auto;
}

.bouton {
list-style:none;
}

.bouton a {
color:white;
display:block;
width:240px;
height:50px;
text-align:center;
text-decoration:none;
font-size:14px;
font-weight:bold; 
padding-top:35px;
}

.bouton a:hover {
color:black;
text-shadow:none;
}

.red {
float:left;
background:url(../images/button_red.png) no-repeat;
}

.yellow {
float:left;
background:url(../images/button_yellow.png) no-repeat;
}

.pink {
float:left;
background:url(../images/button_pink.png) no-repeat;
}

.lightgrey {
float:left;
background:url(../images/button_lightgrey.png) no-repeat;
}

.lightblue {
float:left;
background:url(../images/button_lightblue.png) no-repeat;
}

.green {
float:left;
background:url(../images/button_green.png) no-repeat;
}

.darkblue {
float:left;
background:url(../images/button_darkblue.png) no-repeat;
}

.orange {
float:left;
background:url(../images/button_orange.png) no-repeat;
}

.titre {
font-size:24px;
text-align:center;
color:white;
background:#333333;
padding:10px;
margin:0 0 25px 0;
}

.connection {
width:350px;
margin:0 auto;
}

.pub {
text-align:center;
}