@charset "utf-8";
/* CSS pour BERBEY pressings */
* {padding: 0; margin: 0; }

a:link {
	color: #192e39;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #192e39;
}
a:hover {
	text-decoration: underline;
	color: #b73508;
}
a:active {
	text-decoration: none;
	color: #b73508;
}


a:link.orange {
color:#b73508;
text-decoration: underline;
} 
a:hover.orange {
color:#b73508;
text-decoration: underline;
} 
a:active.orange {
color:#b73508;
text-decoration: none;
} 
a:visited.orange {
color:#192e39;
text-decoration: none;
} 


#fonddepage {
	background-image: url(Images/water.jpg);
	background-position: center; 
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 0;
	background-color: white;
}
#wrapper {
	width: 750px;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-size: small;
}

#bandeau_gl {
	width: 750px;
	height: 115px;
	background-image: url(Images/Bandeau_gl.png);
	background-position: center;
	background-repeat: no-repeat;
}

#bandeau_pr {
	width: 750px;
	height: 115px;
	background-image: url(Images/Bandeau_pr.png);
	background-position: center;
	background-repeat: no-repeat;
}

#bandeau_bl {
	width: 750px;
	height: 115px;
	background-image: url(Images/Bandeau_bl.png);
	background-position: center;
	background-repeat: no-repeat;
}

#zonelogo { 
	float: left; 
	width : 130px;
	height: 100px;
	margin-left: 20px;
	margin-top: 5px;
	border: 0;
}

#menu {
	width: 730px;
	height: 30px;
	padding-right: 20px;
	background-color: white;
	text-align: right;
	vertical-align: top;
	color: #192e39;
	font-style: italic ; 
}

#contenuprincipal_gl {
	width: 650px;
	height: 400px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: white;
	text-align: center;
	font-size: x-small;
	line-height: inherit;
}

#contenuprincipal_pr {
	width: 650px;
	height: 400px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(Images/Contprinc_pr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
	text-align: left;
	font-size: x-small;
	line-height: inherit;
}

#contenuprincipal_bl {
	width: 650px;
	height: 400px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(Images/Contprinc_bl.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
	text-align: left;
	font-size: x-small;
	line-height: inherit;
}
#tableau {
	height: 340px;
	width: 650px;
	overflow: auto;
}

#pieddepage {
	width: 750px;
	height: 100px;
}
#menubis {
	width: 750px;
	height: 20px;
	background-color: none;
	text-align: center;
	font-size: x-small;
}





h1 { font-size: medium; color: #b73508; }
h2 { font-size: small; color: #b73508; }
h3 { font-size: 85%;text-align: center; }
h4 { font-size: 100%; font-weight: bold; text-align: center; line-height: 15px; color: #192e39; }
ul { margin-left: 20px; list-style: square;}
ol { margin-left: 30px;}

.coordonnees { line-height: 25px; }

.actustitre { font-size: medium; font-weight: bold; color: #192e39; }
.actus { font-size: xsmall; color: #b73508; }



