@charset "utf-8";

a {
  text-decoration:underline;
  color: #339900;
}

a:hover {
  text-decoration:underline;
  color: #339900;
  font-weight: bold;
}

a img {
	border:none;
	text-decoration: none;
}

p {
	margin : 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	padding-bottom: 10px;
	margin-left: -25px;
}

h2{
	padding-bottom: 5px;
	margin-left: -15px;
}



.box { 
	width: 750px;
	text-align:left;
	margin:40px auto;
	height:auto;
 }

.boxtop {
	background: transparent url(../img/content-top.gif) no-repeat top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	clear: both;
	vertical-align: top;
	width: 750px;
}
 
.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 750px;;
	height: 10px;
	font-size: 25px;
	margin:0px;
	padding:0px;
}

.content 
{
	width: 750px;
	margin: 0px;
	padding: 0px;
	display: inline;
	background-color: #abe3fd;
}

.contenu 
{
	background-color:#FFFFFF;
	vertical-align:top;
	margin:0px;
	padding:0px;
}

.date{
	font-style: italic;
	text-align: right;
	font-size: 0.8em;
}
.header
{
	margin: 0px;
	padding: 0px;
	background: url(../img/content-header.gif) repeat-x;
	background-color: #67c73c;
	height: 201px;
}

.navigation
{
	margin:20px 0px 20px 0px;
	width:190px;
	font-size: 1em;
	padding-left:20px;
	padding-right:20px;
	border-left: medium black 1px;
}

.navigation li{
	line-height:25px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align: middle;
}

.navigation li:hover{
	list-style-image: url(../img/puce-papillon.jpg);
	list-style-position: outside;
	vertical-align: middle;
	line-height:25px;
}

.navigation li:first-letter{
	text-transform : capitalize;
}

.navigation ul{
	list-style-image: url(../img/puce-green.gif);
}

.navigation a:link {
	color: #339900;
	text-decoration: none;
}

.navigation a:visited {
	color: #339900;
	text-decoration: none;
}

.navigation a:hover{
	color: #339900;
	font-weight:bold;
	text-decoration: none;
}

.navigation a:active {
	color: #000000;
	text-decoration: none;
}

.logoimg {
	float: left;
	display: inline;
	height: 201px;
	padding: 0px;
	margin: 0px;
}

.logo { 
	display: inline;
	font-size: 55px;
	margin-left:80px;
	height: 201px;
} 

.sidebar {
	width:140px;
	float:left;
	margin: 0px 20px 0px 20px;
	display:inline;
}

.main {
	width:500px;
	padding: 15px;
	padding-left:40px;
	font-size: 1em;
	background-color:#8cd0e7;
	height:auto;
	vertical-align: top;
	background:url(../img/bg-lac.jpg) repeat-y ;
	background-position: center;
}


.main h1 {
	font-size: 1.8em; 
	margin-bottom: -5px;
}

body {
	background:url(../img/bg-lac.jpg) top;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #8cd0e7;
	color: #333300;
	text-align: center;
	font-size: 1em;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif
	height: 700px;
}
	
.footer {
	font-size: .8em; 
	text-align:right; 
	width:750px;
	background:transparent url(../img/content-bottom.gif) left top no-repeat;
}
.floatLeft{
	float: left;
	margin-right:5px;
}

.floatRight{
	float:right;
	margin-left:5px;
}
.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

#paiement{
	display: table;
	width: 100%;
}

fieldset{
	background: #c7fa62;
}
legend{
	font-weight: bold;
	font-size: 18px;
}
input[type="text"], select{
	background: white;
}

#paiement div{
	display: table-row;
	text-align: left;
}

#paiement span, #paiement input, #paiement select{
	display: table-cell;
	font-size: 16px;
	text-align: right;
}



#validForm{
	text-align: center;
	margin:5px auto;
}

.italique{
	font-style: italic;
}
.hidden{
	display: none;
}