/****************************
*        Mode normal        *
*****************************/

.article {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.article .bloc_titre {
	border-bottom: 1px dotted #feb400;
	background-color: #000000;	
	padding: 6px 8px;
	margin-bottom: 10px;
}

.article .titre {
	color: #feb400;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
	width: 100%;
}	

.article .bp_article {
	float: right;
	margin-left: 10px;
}	

.article .maj_article {
	text-align: right; 
	font-size: 11px; 
	font-style: italic; 
	color: #5478a1; 
	padding-top:10px;
}	

.article hr  {
	border-top: 1px dotted #5478a1; 
}

.article .txt_article {
	/*width: 410px;*/
	width: 700px;
	float: left;
	text-align: justify;
}

.article .txt_article_max {
	/*width: 624px;*/
	width: 914px;
	float: left;
	text-align: justify;	
}

.article .chapo_alaune {
	font-weight: bold;
	font-size: 14px;
	color: #5478a1;
}

.article .sous_titre {
	font-weight: bold;
	font-size: 13px;
	color: #5478a1;
	margin: 20px 0px 0px 0px;
}


.article a   {
	font-weight: normal;
	color: #737373;
	text-decoration: none;
	border-bottom: 1px dotted #737373;
}
.article a:hover   {
	text-decoration: none;
	border-bottom: 0px;
}
.article a.images {
	border: 0px;
}

.article .deux-colonnes   {
	float: left;
	width: 47%;
	margin-left: 2%;
	text-align: left;
}
.article .trois-colonnes   {
	float: left;
	width: 30%;
	margin-left: 1%;
	text-align: left;
}


/***********************************************************
bloc des liens acces rapide aux sections photo, info et download
************************************************************/
.article div.info,.article div.photo,.article div.doc,.article div.print {
	float:right;
	clear:none;
	outline:none;
	width:18px;
	height:18px;
	margin-left:5px;
}
.article div.info {
	background: url(icone/tb-info-18px.png) transparent no-repeat;
}
.article div.photo {
	background: url(icone/tb-pictures-18px.png) transparent no-repeat;
}
.article div.doc {
	background: url(icone/tb-downloads-18px.png) transparent no-repeat;
}
.article div.print {
	background: url(icone/tb-printer-18px.png) transparent no-repeat;
}
.article div.retour {
	float:right;
	clear:none;
	outline:none;
	width:14px;
	height:14px;
	margin-right:5px;
	background: url(icone/tb-retour2.png) transparent no-repeat;
}

.article .bloc_galerie {
	clear:both;
	padding:0px;
	border:0px;
	margin:0px;
	width:700px;
	background-color:transparent;
	text-align:left;
}
.bloc_galerie .cell {
}
.bloc_galerie a.lien {
	float:left;
	clear:none;
	width:220px;
	height:220px;
	margin:10px 0px 0px 10px;
	text-decoration:none;
	outline: none;
	border-width:0px;
	background: transparent url('images/galerie_fond.png') no-repeat 0px 0px;
}
.bloc_galerie a.lien:hover {
	float:left;
	clear:none;
	width:220px;
	height:220px;
	margin:10px 0px 0px 10px;
	text-decoration:none;
	outline: none;
	border-width:0px;
	background: transparent url('images/galerie_fond_selection.png') no-repeat 0px 0px;
}


.bloc_galerie img.cellh, img.cellv {
	cursor:pointer;
	border:0px;
	margin:0px;
	vertical-align:top
/* 	border:solid red 1px; */
}
.bloc_galerie img.cellh {
	width:204px;
	height:136px;
	padding:34px 8px;
}
.bloc_galerie img.cellv {
	width:136px;
	height:204px;
	padding:8px 34px;
}

.article .images {
	background-color: #ffffff;
	border: 1px solid #5478a1;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}









.article .bloc_dl  {
/*	width: 255px;
	float: right;
	padding: 0px;
	margin: 15px 10px 0px 0px;*/

	width: 100%;
	padding: 0px;
	display: block;
	margin-bottom: 20px;
}

.article .dl_document_titre  {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #5478a1;
	padding: 3px 0px 0px 10px;
/* 	margin-bottom: 8px; */
	margin: 5px 0px;
/* 	display: inline; */
/* 	float: left; */
	height: 16px;
/* 	width: 245px; */
}

.article .dl_document  {
	font-weight: bold;
	font-size: 12px;
	color: #5478a1;
/* 	display: inline; */
display:block;
	padding-left: 20px;
	margin-bottom: 5px;
	background: transparent url('images/article_icon_download.png') no-repeat 0px 0px;
}

.bloc_dl .ligne {
	clear:both;
	display:block;
	width:500px;
	padding-top:20px;
	padding-bottom:20px;
	margin:0px 100px;
	border-bottom:2px dotted;
}
.bloc_dl .ligne .gauche {
	width:48px;
	height:48px;
	padding:0px 20px 36px 5px;
	margin:0px;
	display:inline;
	float:left;
}
.bloc_dl .ligne .droite {
	margin:0px;
	display:inline;
}
.ligne .gauche img {
	margin:0px;
	border:none;
}
.ligne .gauche a {
	margin:0px;
	border:none;
	
}
.ligne .droite .titredl {
	height:15px;
	font-weight:bold;
}
.ligne .droite .titredl a {
	font-weight:bold;
	border: none;
}
.ligne .droite .titredl a:hover {
	font-weight:bold;
}
.ligne .droite .resumedl {
	padding:5px;
}
.ligne .droite .infodl {
}

.ligne .droite .dl_document2 {
	padding-left: 20px;
	margin-left: 72px;
	margin-bottom: 5px;
	background: transparent url('images/article_icon_download.png') no-repeat 0px 0px;
}


.article .bloc_infos {
	width: 100%;
	padding: 0px;
	display: block;
	margin-bottom: 20px;
}

.article .titre_infos, .article .titre_galerie_photos {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #5478a1;
	padding: 3px 0px 0px 10px;
	margin: 5px 0px;
	height: 16px;
}

.article .infos_article   {
	font-weight: bold;
	font-size: 12px;
	color: #5478a1;
	display: inline;
	line-height: 20px;
}

/*****************************
*      Styles FCKeditor      *
******************************/

.rubrique-article {
	background-color: #feb400;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.titre-article {
	font-weight: bold;
	font-size: 14px;
	color: #5478a1;
	margin-bottom: 10px;
}

.sous-titre-article {
	font-weight: bold;
	font-size: 12px;
	color: #5478a1;
}

a.lien-portlet-specifique, a.lien-portlet-specifique:hover {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding: 8px 20px;
	margin: 30px auto 20px auto;
	display: block;
	width: 300px;
	background: #88b262 url('images/lien-portlet-specifique.png') no-repeat center right;
}

/*****************************
*      Tableau Piscines      *
******************************/
.tableau {
	border-collapse: collapse;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tableau .noborder {
	border: none;
	background: #ffffff;
}
.tableau thead th {
	color: #ffffff;
	background: #5478a1;
	border: 1px solid #5478a1;
}
.tableau th, .tableau td {
	padding: 5px;
}
.tableau tbody tr {	
	background: #ffffff;
	border: 1px solid #5478a1;
}
.tableau tbody tr.odd {	
	background: #f0f0f0; 
}
.tableau tbody tr:hover, .tableau tbody tr.odd:hover {
	color: #ffffff;
	background-color: #6a98cc;
}

/*****************************
*      Personnalites         *
******************************/
.bloc_perso .cell {
	float:left;
	clear:none;
	width:220px;
	height:280px;
	margin:10px 0px 0px 10px;
	text-decoration:none;
	text-align:center;
	outline: none;
	border-width:0px;
	background: transparent url('images/perso_fond.png') no-repeat 0px 0px;
}
.bloc_perso span.titre {
	color:#737373;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 0px 4px 0px;
}
.bloc_perso span.description {
	color:#737373;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
	padding:0px 0px 4px 0px;
}
.bloc_perso img {
	border:0px;
	margin:0px;
	vertical-align:top;
	padding:8px 49px;
}

