/* CSS Document */

/************************************************************ BASE ************************************************************/

body { 
	margin: 0 auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
	background-color: #333;
	background: url(../images/fond02.jpg) no-repeat top fixed;
}

hr {
	visibility: hidden;
	margin: 20px 0 20px 0;
}

.trait {
	visibility: visible;
	border: 1px solid #E42100;
}


.contour {
	border: #FFF 1px;
}

.aligne-center {
	text-align:center;
}

#construction {
	width: 980px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/construction.png) no-repeat top;
}

/******************** Titre ********************/

h1 {
	font: 22px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	color: #fff;
	margin: 0 0;
	padding: 25px 0 25px 15px;
	background: url(../images/titre.png) no-repeat;
}

h2 {
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	color: red;
	margin: 0 0;
	padding: 0 0 15px 25px;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.courant {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.erreur {
	font-size: 12px;
	color: #ff4400;
	line-height: 20px;
}

/******************** Liens ********************/

a.link_courant {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a.link_courant:hover, a.link_courant:focus{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}



/************************************************************ CONTENU ************************************************************/

/******************** page ********************/

#page {
	width: 980px;
	height: auto;
	margin: 0 auto;
}


/******************** Head ********************/

#head {
	width: 980px;
	height: 200px;
	background: url(../images/aigyro-67.png) no-repeat;
	background-position:top;
}


/******************** menu ********************/

#menuD {
	width: 200px;
	height: 350px;
	margin: 0 0 50px -20px;
	padding: 15px 0 0 5px;
	background: url(../images/menu.png) top no-repeat;
}

.menu li {
	list-style-type: none;
	font-weight: bold;
}

.menu li a {
	color: #e42100;
	text-decoration: none;
	text-align: left;
	line-height: 24px;

}

.menu a:hover, #menu a:focus {
	color: #000;
	text-decoration: none;
}


/******************** contenu ********************/

#contenu {
	float: left;
	width: 720px;
	height: auto;
	margin: -410px 0 50px 210px;
}

#positionA img {
	float: right;
	margin: 5px 0 0 30px;	
}

#positionB img {
	float: left;
	margin: 15px 30px 0 0;	
}

#positionC img {
	float: left;
	margin: 0 0;	
}

#tarifs {
	width: 200px;
	height: 125px;
	background: url(../images/tarifs_jl.png) no-repeat center;
	margin: 0 auto;
}

.tx_tarifs1 {
	width: 200px;
	height: 125px;
	margin: 0 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

#shot {
	width: 720px;
	height: auto;
	margin: 0 auto;
}

#shot ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

#shot li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 55px;
}

#shot li.first {
	margin: 0;
}

#shot li a img {
	border: 0;
}

/******************** Footer ********************/

#footer {
	float: left;
	width: 980px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	background: #e42100;
}

a.septieme {
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}

a.septieme:hover, a.septieme:focus{
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}

