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

BODY{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#474747;
	background-image:url(images/pageBg.gif);
	background-repeat:repeat-x;
}
#home{
	background-image:url(images/pageBgHome.gif);
}
#containerHome{
	width:100%;
	margin:auto;
	padding:0;
	background-image:url(images/contentBgHome.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:500px;
}
#container{
	width:100%;
	margin:auto;
	padding:0;
	background-image:url(images/contentBg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:500px;	
}
#content{
	width:940px;
	margin:auto;
	padding:0px 10px 0px 10px;
	min-height:400px;
}
#topNav{
	padding:38px 0px 0px 0px;	
}
*html #topNav{
	padding:35px 0px 0px 0px;	
}
#topNav UL{
	margin:0;
	padding:0;
}
#topNav li {
	display:inline;
	list-style:none;
	background-image:url(images/tabBg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:32px;
	padding:0;
	float:left;
}
#topNav li:hover{
	background-position:bottom left;
}
#topNav li:hover A{
	background-position:bottom right;	
}
#topNav li a {
	float:left;
	color:#27a22d;
	background-image:url(images/tabBgRight.gif);
	background-repeat:no-repeat;
	background-position:top right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	text-decoration:none;
	text-transform:uppercase;
  	display: inline;
    padding: 8px 20px 8px 10px;
    font-size: 12px;
	border-bottom:0px;
}
#topNav li a:hover{
	background-position:bottom right;
}
*html #topNav li a:hover{
	background-position:top right;
	text-decoration:underline;
}
#topNav .active{
	background-position:center left;
}
#topNav .active A{
	color:#FFF;
	background-position:center right;
}
#topNav .active A:hover{
	color:#FFF;
	background-position:center right;
}
#topNav .active:hover{
	background-position:center left;	
}
#topNav .active:hover A{
	background-position:center right;
}

#homeMessage{
	padding:37px 0px 0px 90px;
	margin-bottom:120px;
	width:350px;
	float:left;
}
#homeTarif{
	padding-top:45px;
}
#homeTarif img {
	padding-left:85px;
}
.bigButton:link, .bigButton:visited{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bigButtonBg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	padding:0px 0px 0px 16px;
	font-size:24px;
	line-height:26px;
	color:#FFF;
	text-decoration:none;
}
.bigButton SPAN{
	height:26px;
	display:inline;
	background-image:url(images/bigButtonBg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:14px 17px 15px 0px;
	float:left;
}
.bigButton:hover{
	background-position:bottom left;
	cursor:pointer;
}
.bigButton:hover span, .bigButton span:hover{
	background-position:bottom right;	
	cursor:pointer;
}

.homeFeature{
	width:212px;
	height:165px;
	padding:60px 4px 0px 4px;
	float:left;
	margin-right:20px;
	background-repeat:no-repeat;
}
#homeFeature1{
	background-image:url(images/homeFeature01.jpg);
}
#homeFeature2{
	background-image:url(images/homeFeature02.jpg);
}
#homeFeature3{
	background-image:url(images/homeFeature03.jpg);
}
#homeFeature4{
	background-image:url(images/homeFeature04.jpg);
}
#footer{
	background-image:url(images/footerBg.jpg);
	background-repeat:repeat-x;
	width:100%;
	margin:auto;
}
#footerContainer{
	width:940px;
	margin:auto;
	font-size:12px;
	padding:20px 10px 20px 10px;
	color:#FFF;
	min-height:180px;

}
#footerNav{
	float:right;	
}
#footerContainer A{
	color:#e7e6e0;
	text-decoration:none;
}
#footerContainer A:hover{
	color:#FFF;
	text-decoration:underline;
}
div.row {
	background-color: transparent;
	background-image: url("/images/dotted.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	clear: both;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}
div.row img {
	float: right;
	left: 40px;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: -40px;
	position: relative;
}
.col1 {
	float:left;
	width:150px;
}
.col2 {
	display: block;
	width: 340px;
	float:left;
	height:35px;
}
.col2 input {
	width:200px;
}
.col2 textarea {
	width:300px;
	height: 100px;
}
#erreur {
	color:red;
	font-size: 14px;
	line-height:30px;
	font-weight:bold;
	background-color: #DCD5C3;
	width: 360px;
}
H1, H2, H3, H4{
	clear:both;	
}
H1{
	font-size:36px;
	line-height:40px;
	color:#aa2c1f;
	font-weight:normal;
	padding-top:10px;
}
h2{
	color:#27a22d;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
}
H3{
	font-size:18px;
	line-height:20px;
	color:#aa2c1f;
	font-weight:normal;
	margin-bottom:10px;
}
H4{
	font-size:16px;
	line-height:18px;
	color:#aa2c1f;
	font-weight:normal;
}
P{
	margin:0px 0px 10px 0px;	
}
table#fonction {
	clear:left;
	margin:2em auto 3em auto;
}
table#fonction th {
	text-align:left;
	width:420px;
}
table#fonction td {
	color:#2e4b6a;
	border-left:1px dotted #fff;
	background-color:#e2ecf6;
	text-align:center;
}
table#fonction tr.header-row th {
	font-size:15px;
	width:250px;
	text-align:center;
	padding:0;
	border:0;
	border-bottom:2px solid #456;
	border-left:1px solid #fff;
}
table#fonction th, table#fonction td {
	font-size:1.3em;
	padding:.5em;
	border-bottom:1px dotted #bcd;
	vertical-align:middle;
}
table#fonction tr.data-row th {
	line-height:1.5;
}
table#fonction small {
	display:block;
	font-weight:normal;
	color:#6d7884;
	font-size:.9em;
	line-height:1.3;
}

.cell-pad {
	text-align:center;
	padding:.5em 1em;
}
table#fonction tr.cell-row:hover th {
	background-color:#e2ecf6;
}
table#fonction tr.cell-row:hover td {
	background-color:#d9e6f3;
}
table#fonction tr.data-row td {
	background-color:#D9F4D5;
}

table#fonction tr.cell-row th {
	font-size:12px;
	font-weight:normal;
}
#contact td.continent {
	background-color:#D9F4D5;
}
.oblig {
	border: 1px solid #BF0000;
	background-color: #FFCFCF;
}
