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

p{margin:0;}
body {
	background-image: url(../images/defaut-bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#003346;
}
#page{
	width:1000px;
	margin:auto;
}

/*---COLONNE GAUCHE ---*/
#colonne-gauche{
	float:left;
	width:430px;
	text-align:justify;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 50px;
}


/*--- COLONNE DROITE ---*/
#colonne-droite{
	text-align:justify;
	float:right;
	width:450px;
	margin-top:30px;
	margin-right:60px;
}


#footer{
	clear:left;
	padding-top:15px;
}

.bloc1-bg-N{
	background-image: url(../images/defaut-bloc1-N.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:18px;
	width:413px;

}
.bloc1-bg-repeat{
	background-image: url(../images/defaut-bloc1-repeat.png);
	background-repeat:repeat-y;
	padding:5px 5px 5px 5px;
	width:403px;
}
.bloc1-bg-S{
	background-image: url(../images/defaut-bloc1-S.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:18px;
	width:413px;
}

/*--- BLOC2 ---*/
.bloc2-bg-N{
	background-image: url(../images/defaut-bloc2-N.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:18px;
	width:413px;

}
.bloc2-bg-repeat{
	background-image: url(../images/defaut-bloc2-repeat.png);
	background-repeat:repeat-y;
	padding:5px 5px 5px 5px;
	width:403px;
}
.bloc2-bg-S{
	background-image: url(../images/defaut-bloc2-S.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:18px;
	width:413px;
}

#bloc2{
	width:420px;
	margin-top:80px;
}
.bloc2{
	text-align:justify;
	/*height:100px;*/
	/*background-image: url(../images/defaut-bloc2.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color:#fff;
	margin:5px 0 5px 0;
}
.bloc-opacity{
}

/*--- POLICES ---*/
.txt1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#003346;
	font-weight:bold;
}
.txt1bis{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
.txt2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#61727B;
	font-weight:bold;
	line-height:20px;
}
.txt2bis{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:20px;
}
.txt3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#61727B;
	line-height:20px;
}
.txt3bis{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:20px;
}
.txt4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003346;
	line-height:20px;
}
.txt4bis{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:20px;
}
.txt5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#61727B;
}
.txt6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#005375;
	font-weight:bold;
}
.txt7{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
.txt8{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#61727B;
}
.txt9{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0a7392;
	font-weight:bold;
}
.txt10{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003346;
	font-weight:bold;
}
.txt11{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#003346;
	font-weight:bold;
}

/*LIENS PAR DEFAUT */
a:link {
	color: #005375;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
a:visited {
	color: #005375;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
a:hover {
	color: #005375;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
a:active {
	color: #005375;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}


/*LIENS FOOTER */
#footer a:link {
	color: #005375;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer a:visited {
	color: #005375;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer a:hover {
	color: #005375;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer a:active {
	color: #005375;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

