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

h1 {
	font-size: 12px;
	color: #027CC2;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	color: #027CC2;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

a{
	font-weight: bold;
	color:#333;
}
a:hover{
	color:#027CC2;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bleu{
	color: #027CC2;
	font-weight: bold;
}
.rouge{
	color: #F00;
	font-weight: bold;
}
.gris{
	color: #333;
}
.menu_gauche {
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
}

.menu_gauche li{
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.menu_gauche li a{
	text-decoration: none;
}
.menu_gauche li a:hover{
	text-decoration: underline;
}


.menu_contact {
	padding-left: 10px;
}
.menu_contact li{
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 60%;
	padding-top: 10px;
	padding-left: 0px;
}

.widjetleft {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
.widjetleft a{
	text-decoration: none;
	font-weight: normal;
}
.widjetleft img{
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}

.barre_sep {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #027CC2;
	margin-left: 5px;
	margin-right: 5px;
}
#cadre_d_contenu p{
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}

.liste_gauche {
	text-align: justify;
	padding-left: 30px;
	padding-right: 15px;
}
.liste_gauche li{
	list-style-type: disc;
	margin-top: 5px;
}
.pack{
	width:236px;
	height:100px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	background-image: url(images/fondpack.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.floatleft{
	float: left;
	margin-right: 10px;
	}
.stopfloat{
	clear: both;
}
.tarifs{
	color: #027CC2;
	font-size: 14px;
	font-weight: bold;
}
.labelf {
	width: 110px;
	padding-left: 10px;
	text-align: left;
	color: #027CC2;
	font-weight: bold;
	float: left;
	clear: both;
}
.inputf
{
	margin-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

.labelfcom {
	width: 180px;
	padding-left: 10px;
	text-align: left;
	color: #027CC2;
	font-weight: bold;
}
.inputfcom {
	padding-top: 25px;
	padding-left: 200px;
	text-align: left;
}
.fondref {
	background-image: url(images/fondpack.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-bottom: 10px;
}

