@charset "UTF-8";
/* CSS Document */

body {
    background-image:url(template/background.jpg);
    background-repeat:repeat-x;
	background-color: #052950;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/* textes */

.titre_bloc {
	font-family: Helvetica;
	font-size: 18px;
	color:#4A667C;
}

.titre-info {
	font-size: 24px;
	color: #073b74;
	font-family: Helvetica;
}

.dateinfo {
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 12px;
	color: #FFF;
}
.heureinfo {
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 10px;
	color: #324c7e;
}

.paragraph_Infos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    } 
	
	
.lienews {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #003;
}
	

.lienews a:link, .lienews a:visited {
	color: #324c7e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.lienecp a:link, .lienecp a:visited {
	color: #073b74;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}
.lienecp a:hover {
	background-color: #CED8E3;
	color: #073b74;
}
.lienecp a:active {
	
}

.lienecp_small a:link, .lienecp_small a:visited {
	color: #405177;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 9px;
	text-decoration: none;
}
.lienecp_small a:hover {
	background-color: #94B9F8;
}

/* tables */

.general_table {
	background-color: #6b94a1;
}

.fond_nuance_01 {
	background-color:#cad9dd;
}

.fond_nuance_02 {
	background-color:#a6bfc7;
}

.cadreblanc {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin:0px;
	padding:0px;
}

.underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c0d3fd;
	border-right-color: #c0d3fd;
	border-bottom-color: #c0d3fd;
	border-left-color: #c0d3fd;
}

/* divs */

.first_line_head {
	background-color:#ADBED1;
	width:100%;
	height:30px;
	float:right;
}


.bottom {
	display:inline;
	width:100%;
}

.bloc {
	position:relative;
	background-color:#ADBED1;
}
ul {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
}
