@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet MS",Arial, Helvetica, sans-serif;
}
.cadre1{
	background-image:url(images/canva-roms_05.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	font-size: 12px;
	color: #0000cc;
}
.cadre2{
	background-image:url(images/canva-roms_06.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
		font-size: 11px;
	color: #CC0000;
}
.cadre3{
	background-image:url(images/canva-roms_08.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}
.cadre4{
	background-image:url(images/canva-roms_02.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}

.texte {
	font-size: 11px;
	color: #CC0000;
}
.textAA{
	color: #cc0000;
	background-color: #ffffff;  /* le fond                 */
	   filter:alpha(opacity=70);   /* Internet Explorer 6     */
	   -moz-opacity:0.7;           /* Mozilla 1.6 et infér.   */

	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 4px;
	width: 740px;
	/* height: 80px; */
	font-size: 12px;
}
.textBB{
	color: #0000cc;
	background-color: #ffffff;  /* le fond                 */
	   filter:alpha(opacity=70);   /* Internet Explorer 6     */
	   -moz-opacity:0.7;           /* Mozilla 1.6 et infér.   */

	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 4px;
	width: 190px;
	/* height: 80px; */
	font-size: 12px;
}
.textCC{
	border-left: solid 1px #000;
	width: 100%;
	height: 100%; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
