#content .row p {
	line-height: 1.1em;
}
#content .row ul,
#content .row ol {
	margin: 0 35px;
}
#content .row ul li{
	margin: 3px 0;
}
#content .row a,
#content .row a:visited {
  text-decoration: none;
  color: #3d3d3d;
}
.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
}
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
.titre_page {
	margin: 5px 0px 20px 0px;
	position: relative;
	font-size:22pt;
	color: #2574a6;
	position: relative;
	 -webkit-mask-image: -webkit-gradient(linear, left top, left bottombottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));  
        text-shadow: 0 2px 0 #e9e9e9;
    font-weight: bold;
}
.titre {
	font-size:13pt;
	color: #339966;
	margin: 5px 0;
	position: relative;
}
.titre_bleu {
	font-size:13pt;
	color: #2574a6;
	margin: 5px 0;
}
.titre_noir {
	font-size:13pt;
	color: #000000;
	margin: 5px 0;
}
.table_with_fish {
	padding: 10px;
	background-color: #04a9c3;
	position: relative;
	margin-top: 20px;
}
#content .row a.lien_externe,
#content .row a.lien_externe:visited {
	background:transparent url(../images/tpl_link_external.png) no-repeat scroll right center;
	padding-right:13px;
	font-weight: bold;
	color: #DA2669;
}
.sstitre {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	text-align:justify;
}
#content .row a.link_seemore,
#content .row a.link_seemore:visited {
	color:#04A9C3;
	font-weight: bold;
	text-decoration:none;
}
#content .row a.link_seemore:hover {
	color:#0F4A42;
	text-decoration:underline;
}
#content .row a.link_downloads,
#content .row a.link_downloads:visited {
	color:#EF9703;
	font-weight: bold;
	text-decoration:none;
}
#content .row a.link_downloads:hover {
	color:#EF9703;
	text-decoration:underline;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

/* MODAL */
/* Default class for an overlay */
.ow-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: radial-gradient(circle, #FFFFFF, #87b5f9) repeat scroll 0 0 transparent;
	background-color: #ffffff;
	opacity: 0.8;
	z-index: 1005;
}

/* Default class for both hidden overlay and modal window */
.ow-closed {
	display: none;
}
.no-shadow {
	
}

/* Default class for modal window */
.modal {
	position: fixed;
	z-index: 1006;
	left: 50%;
	top: 50px;
	width: 70%;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid rgba(234, 238, 250, 0.6);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	color: #808080;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
