/* CSS Document */

/*body{
   height:100%;
	padding:0;
	margin:0;
}*/
.margecontenu{
   margin-left:10px;
}
.main{
   height:100%;
   margin-left:auto;
	margin-right:auto;
}
.fond1{
	background-image:url(../image/fond1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#92A1BC;
	background-attachment:fixed;
}
.fond1_2{
	background-image:url(../image/fond1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#92A1BC;
	/*background-attachment:fixed;*/
}
.fond1_1{
	background-image:url(../image/carrebleu.jpg);
	background-repeat:repeat;
	background-position:bottom;
}
.larg{
	width:610px;
}
.centrer {
	margin-left:auto;
	margin-right:auto;
}
.centre {
	text-align:center;
}
.titre1 {
	font-weight:bold;
	font-size:24px;
	color: rgb(60,75,255);
}
.bleu{color: rgb(60,75,255);}
.titre2 {font-size:20px;}
.rouge {color: rgb(255,0,0);}
.gras{font-weight:bold;}
.bggris{background-color:#999999;}
.marge2{margin-left:2px;}
.droite{text-align:right;}
.gauche{text-align:left;}
.petit{font-size:13px;}
.bordure{
	background-image:url(../image/bleu.png);
	background-repeat:repeat;
	background-position:bottom;
	border:2px groove rgb(50,110,220);
	width:500px;
}

a:link {
	color: rgb(60,75,255);
	text-decoration:none;
}
a:visited {
	color: rgb(60,75,255);
	text-decoration:none;
}
a:hover{
	color: rgb(0,13,272);
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color: rgb(0,13,272);
	text-decoration:underline;
}
