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

body{
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	background-attachment: fixed;
}

#page{
	width:1007px;
	margin:auto;
	padding:0;
}

#defaut-haut{
	height:160px;
	background-image:url(../images/defaut-haut.png);
	background-repeat:no-repeat;

}

#defaut-bas{
	height:58px;
	background-image:url(../images/defaut-bas.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	padding-top:5px;
}




#conteneur {
	background-image: url(../images/defaut-centre2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:auto;
	background-repeat:repeat-y;
}


#contenu {
	margin:auto;
	width:840px;
}

#texte{
	background-color:#fff;
	padding:10px 10px 10px 10px;
	margin-top:2px;
	text-align:justify;
}



p {
margin:0
}

.txt-1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	color:#007ab8;
}
.txt-2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#007ab8;
}
.txt-2BIS{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#056d64;
	padding-left:30px;
}
.txt-3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.txt-4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.tarifs-txt{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#555555;
	font-size:12px;
}
.conception-txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#007ab8;
	line-height:normal;
	font-weight:normal;
	margin:0;
}
.txt-6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c44206;
}
.txt-7{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#c44206;
}
.txt-8{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#c44206;
}
.txt-9{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#007ab8;
}
.txt-10{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#077076;
}

a:link {
	color: #007ab8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007ab8;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#defaut-bas a:link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10px
	text-decoration: none;
}
#defaut-bas a:visited {
	font-size:10px
	text-decoration: none;
	color: #666666;
}
#defaut-bas a:hover {
	font-size:10px
	text-decoration: underline;
	color: #000000;
}
#defaut-bas a:active {
	font-size:10px
	text-decoration: none;
	color: #666666;
}