fieldset, img {
	border: none;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #1f78a5;
	background: url(images/pointillesH2.gif) repeat-x 0 100%;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

h2 span {
	background: url(images/puceH2.gif) no-repeat 0 12px;
	padding-left: 10px;
}

h3 {
	font-size: 14px;
	color: #1f78a5;
	font-weight: normal;
	margin: 0 0 4px 0;
}

h4 {
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	margin: 6px 0 2px 0;
}

h5 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0 0 0;
	text-decoration: underline;
}

/* Style de base sur tous les formulaire */
select, input, textarea {
	font-size: 11px;
}

.formulaire select, .formulaire input, .formulaire textarea {
	margin-top: 4px;
}

.formulaire fieldset {
	margin: 15px 0 0 0;
}

.formulaire label {
	font-size: 11px;
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

.formulaire textarea {
	width: 368px;
	height: 80px;
}

.formulaire input.boutonSubmit {
	position: relative;
	left: 310px;
	top: -20px;
	background: none;
	border: 1px solid #6c90a2;
	color: #999;
	cursor: pointer;
	padding: 0 10px;
}

#contenu h3 {
	border-bottom: 1px solid #1f78a5;
}

#contenu h2, #contenu h3, #contenu h4, #contenu h5 {
	margin-right: 10px;
}

#contenu .detailActu h3 {
	border: none;
	color: #006699;
	font-size: 12px;
}

#contenu h3.titreCategorie {
	margin-bottom: 15px;
}

#contenu .separateur {
	margin-right: 10px;
	background: url(images/pointillesH2.gif) repeat-x 0 50%;
	height: 5px;
	margin-bottom: 15px;
}

#contenu .separateur hr {
	display: none;
}

#contenu p, #contenu table {
	font-size: 11px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: justify;
}

#contenu table {
	border-collapse: collapse;
	width: 100%;
}

#contenu table td {
	width: 33%;
}

#contenu p#fileAriane {
	padding-bottom: 12px;
	background: url(images/pointillesH2.gif) repeat-x 0 100%;
}

#contenu ul, #contenu ol {
	margin: 0 10px 10px 0;
	font-size: 11px;
	text-align: justify;
}

#contenu ul {
	list-style: none;
}

#contenu ul li {
	background: url(images/puceCarree.gif) no-repeat 0 4px;
	padding-left: 10px;
	line-height: 14px;
}

#contenu ol {
	list-style: inside decimal;
}

/***************************************/
/************** planDuSite *************/
/***************************************/
#plansite {
	margin: 20px 0 50px 0;
}

#plansite a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#plansite a:hover {
	text-decoration: underline;
}

#contenu #plansite h3 {
	font-weight: normal;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}

#plansite h3 a {
	font-size: 18px;
	background: url(images/puceH2.gif) no-repeat 0 8px;
	padding-left: 10px;
}

#plansite h4, #plansite h5, #plansite h6 {
	margin: 0 0 5px 0;
}

#plansite .bloch4 {
	margin: 0 0 20px 30px;
}

#contenu #plansite h4 {
	text-decoration: none;
}

#plansite h4 a {
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
	background: url(images/puceCarree.gif) no-repeat 0 4px;
}

#plansite h4 a:hover {
	text-decoration: underline;
}

#plansite .bloch5 {
	margin: 0 0 10px 30px;
}

#plansite h5 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#plansite h5 a {
	background: url(images/puceCarree.gif) no-repeat 0 4px;
	padding-left: 10px;
}

#plansite .bloch6 {
	margin: 0 0 10px 30px;
}

#plansite h6 {
	font-size: 11px;
	font-weight: normal;
}

#plansite h6 a {
	background: url(images/puceCarree.gif) no-repeat 0 4px;
	padding-left: 10px;
}

/***************************************/
/************** actualités *************/
/***************************************/
#listeActu {
	margin-top: 50px;
}

#listeActu h4 {
	margin-bottom: 15px;
}

#contenu .actu {
	overflow: hidden;
	width: 100%;
	border: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

#contenu .actu .vignetteActu {
	float: left;
	width: 120px
}

#contenu .actu .detailActu {
	float: left;
	width: 360px;
}

.detailActu h3 {
	text-transform: none;
}

.detailActu h3 a {
	text-decoration: underline;
}

.detailActu h3 a:hover {
	text-decoration: none;
}

#contenu .detailActu p {
	margin-bottom: 0;
}

#contenu .detailActu p a {
	font-weight: bold;
}

/*********** Style utiles ***************/
.imggauche {
	float: left;
	margin: 0 15px 0 0;
}

.imgdroite {
	float: right;
	margin: 0 0 0 15px;
}

.borderimage { 
	border: 1px solid #006699;
}

p.centrerimage { 
	text-align: center;
}

p.centrerimage img {
	margin: 0;
}

p.clear {
	clear: both;
}

#resultatRecherche {
	margin-top: 25px;
}

#resultatRecherche h2 {
	font-size: 18px;
}

#resultatRecherche h4 {
	margin-bottom: 10px;
	background: #d7dfff;
	padding: 2px 0 2px 40px;
}

#resultatRecherche h5 {
	margin-bottom: 10px;
	background: #e8ebfc;
	padding: 2px 0 2px 80px;
	text-decoration: none;
	font-size: 12px;
}

#annuaire #categorie li {
	background: none;
	padding: 0;
}

#annuaire #categorie li a {
	background: url(images/pointillesH2.gif) repeat-x 0 100%;
	padding: 3px 0;
	display: block;
	font-size: 12px;
}

#annuaire #categorie li li a {
	background: url(images/puceCarree.gif) no-repeat 0 6px;
	padding-left: 10px;
	display: inline;
	font-size: 11px;
}

#annuaire #categorie ul {
	padding-bottom: none;
	margin-left: 20px;
}

#annuaire p#retourCateg {
	margin-top: 15px;
}

#annuaire p#retourCateg a {
	background: url(images/puceH2.gif) no-repeat 0 4px;
	padding-left: 10px;
}

#titreResultat {
	font-size: 12px;
}

#titreResultat span {
	background: url(images/puceH2.gif) no-repeat 0 3px;
}

#annuaire #categorie h3 {
	border: none;
	margin-top: 15px;
}

#annuaire #categorie h4 {
	margin: 0 0 0 20px;
}

#annuaire #categorie h3 a {
	background: url(images/pointillesH2.gif) repeat-x 0 100%;
	padding: 3px 0;
	display: block;
	font-size: 12px;
}

#annuaire #categorie h4 a {
	background: url(images/puceCarree.gif) no-repeat 0 3px;
	padding-left: 10px;
	display: inline;
	font-size: 11px;
}

#annuaire #categorie p {
	margin: 0 0 0 40px;
}

#annuaire #categorie p a {
	background: url(images/puceCarree.gif) no-repeat 0 3px;
	padding-left: 10px;
	display: inline;
	font-size: 11px;
}

#resultatRechercheVol {
	border-top: 1px solid #ccc;
	overflow: hidden;
	width: 100%;
}

#resultatRechercheVol li.ligne1 {
	background: #e8ebfc;
	border-bottom: 1px solid #ccc;
}

#resultatRechercheVol li.ligne2 {
	border-bottom: 1px solid #ccc;
	background: #d7dfff;
}

#resultatRechercheVol li img {
	vertical-align: middle;
	margin-right: 10px;
}

#resultatRechercheVol li {
	position: relative;
	line-height: 20px;
	height: 20px;
	float: left;
	width: 100%;
	color: #666666;
	font-size: 11px;
	overflow: hidden;
}

#resultatRechercheVol li span {
	display: inline;
	padding-right: 25px;
	float: left;
	line-height: 20px;
}

#resultatRechercheVol li span.fr {
	position: absolute;
	top: 0;
	left: 500px;
	height: 20px;
	width: auto;
}

#resultatRechercheVol .numVols {
	color: #006699;
	float: left;
	width: 80px;
}

#resultatRechercheVol .imageVol {
	float: left;
	width: auto;
	padding-right: 0;
	margin-right: 10px;
}