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

body {
	background-color: #333;
	margin:0px;
	padding:0px;
	background-image: url(images/fond.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}

td p {
	margin: 0 auto 0 auto;
}
/*#main table.contact tbody tr td p a, a:link, a:visited, a:active {
	text-decoration: underline;
}
#main table.contact tbody tr td p a:hover {
	text-decoration: none;
}*/

/* ---------------------------------- */
/* Polices et formes des textes       */
/* ---------------------------------- */

/* ---------------------------------- */
/* Insertion des CSS du CMS FCKEditor */
/* ---------------------------------- */

.small
{
	font-size:0.8em;
	margin:0.5em 0; /* iCATS Espace sous le texte */
}

.medium
{
	font-size:1.0em;
	margin:0.5em 0; /* iCATS Espace sous le texte */
}

.large
{
	font-size:1.2em;
	margin:0.5em 0; /* iCATS Espace sous le texte */
}

.Title
{
	font-weight: bold;
	font-size: 1.2em;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
/* ---------------------------------- */
/* Fin de la section commune CMS FCKEditor */
/* ---------------------------------- */

h1 {
	margin:5px 10px 10px 10px;
	font-size:1.4em;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}
h2 {
	margin:5px 10px 10px 10px;
	font-size:1.2em;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
}
h3 {
	margin:5px 10px 10px 10px;
	font-size:1.2em;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
}
h4 {
	margin:5px 10px 10px 10px;
	font-size:1.2em;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
}
/*.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}*/
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
/*a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit;
}*/

/* ---------------------------------- */
/* Mise en page - Zones d'affichage   */
/* ---------------------------------- */

#page {

	width:1150px;
	min-height:530px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;

}
/* ########################## */
/* Colonne Gauche */
#colonneG {
	width:200px;
	min-height:400px;
	float:left;
}
#headerLogo {
	margin:0px 5px 5px 5px;
	width:195px;
	height:98px;
	float:left;
}
#accesrapide {
	width:185px;
	min-height:5px;
	margin:0px 5px 5px 5px;
	padding: 5px;
	float:left;
	background-image: url(images/barre.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
}
#accesrapide a {
	text-decoration:underline;
}
#accesrapide a:hover {
	text-decoration:none;
}
#meteo {
	width:195px;
	margin:0px 5px 5px 5px;
	float:left;
	background-image: url(images/barre.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
}
#meteo a {
	font-weight:bold;
	text-decoration:underline;
	color:#5d6e68;
}
#meteo a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#5d6e68;
}
/* ########################## */
/* HEADER */
#header {
	width:940px;
	margin:0px 5px 0px 5px;
	float:left;
}
.titre {
	width:100%;
	padding:0px;
	height:29px;
	margin-left:0px 0px 8px 10px;
	float:left;
}
.menu {
	width:830px;
	padding:0px;
	height:29px;
	margin:0px 0px 3px 0px;
	float:left;
	background-image: url(images/menu.png);
	overflow:visible; /* n�cessaire pour permettre les menus d�roulants en ie8 et ff3 */
}
.menu div#myslidemenu {
	/*margin-left:221px;*/
	width:100%;
	height:29px;
	float:left;
	position:relative; /* iCATS ajoutÃ© pour supporter le z-index */
}
#ariane {
	font-weight:lighter;
	font-size:0.8em;
	width:818px;
	height:19px;
	margin:0px 0px 3px 0px;
	padding-left: 10px;
	padding-top: 6px;
	background-image: url(images/barre.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
	border-left:#99cc99 solid 1px;
	border-top:#99cc99 solid 1px;
	float:left;
}
#ariane a {
	font-weight: bold;
	text-decoration:underline;
}
#ariane a:hover {
	font-weight: bold;
	text-decoration:none;
}
#langage {
	width:50px;
	height:29px;
	margin:0px 58px 0px 2px;
	margin-bottom:0px;
	float:right;
}
/* ########################## */
/* MAIN */
#main {
	width:685px;
	margin:0px 0px 0px 5px;
	min-height:530px;
	padding: 10px;
	float:left;
	background-image: url(images/barre.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
}
/* ########################## */
/* Colonne Droite */
#colonneD {
	width:240px;
	min-height:400px;
	float:left;
}
#rechercher {
	width:230px;
	margin:8px 5px 5px 0px;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	float:left;
}
#rechercher p {
	margin: 0 auto;
}
#addthis {
	width:220px;
	margin:5px 5px 8px 5px;
	float:left;
}
#news {
	width:220px;
	min-height:5px;
	margin:0px 5px 5px 5px;
	padding: 5px;
	float:left;
	background-image: url(images/barre.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
}
#news #pscroller1 {
	width:210px;
	height: 200px;
	margin-left:5px;
	margin-right:5px;
	font-size: 1.0em;
	text-align: left;
}
#partners {
	width:220px;
	min-height:5px;
	margin:0px 5px 5px 5px;
	padding: 5px;
	float:left;
	background-image: url(images/barre.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
}
#partners #pscroller2 {
	width:210px;
	height: 250px;
	margin-left:5px;
	margin-right:5px;
	font-size: 1.0em;
	text-align: left;
}
/* ########################## */
/* Footer */
.footer {
	width:100%;
	height:35px;
	color: #000000;
	float:left;
}
.footer .mentions {
	font-size:0.8em;
	padding:10px;
	float:left;
}
.footer .mentions a {
	text-decoration:underline;
}
.footer .mentions a:hover {
	text-decoration:none;
}
.footer .host {
	font-size:0.8em;
	padding:10px;
	text-align:right;
	float:right;
}
.footer .host a {
	text-decoration:underline;
}
.footer .host a:hover {
	text-decoration:none;
}
.footerpub {
	width:100%;
	height:20px;
	padding:10px;
	color: #000000;
	font-size:0.8em;
	text-align:left;
	float:left;
}
.footerpub a {
	text-decoration:underline;
}
.footerpub a:hover {
	text-decoration:none;
}

/* ---------------------------------- */
/* Objets - de mise en page           */
/* ---------------------------------- */

#barre {
	width:100%;
	height:1px;
	padding-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/separateur.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
	overflow:hidden;
}

/* ---------------------------------- */
/* Objets - de mise en page GMPAS     */
/* ---------------------------------- */
.divHautGauche {
	width: 200px;
	height: 200px;
	float:left;
	border: 0px;
	margin: 5px;
}
.divGraphGpx {
	width: 460px;
	height: 200px;
	float:left;
	margin: 5px;
	border-left: 2px solid #597e59;
	border-top: 2px solid #597e59;
	border-right: 2px solid #99cc99;
	border-bottom: 2px solid #99cc99;
}
.divGmap {
	color: #000; /* div Google Maps - couleur de texte noir */
	font-weight: bold;
	width: 680px;
	height: 450px;
	float:left;
	border-left: 2px solid #597e59;
	border-top: 2px solid #597e59;
	border-right: 2px solid #99cc99;
	border-bottom: 2px solid #99cc99;
}
.divBasGauche {
	width: 365px;
	float:left;
	margin: 5px;
	text-align:justify;
}
.divBasDroite {
	width: 300px;
	float:left;
	margin: 5px;
}
/* ---------------------------------- */
/* Objets - de mise en page articles  */
/* ---------------------------------- */
.divGauche {
	width: 660px;
	float:left;
	margin: 20px 5px 10px 5px;
	text-align:justify;
}
.divDroite {
	width: 660px;
	float:left;
	text-align:center;
	margin: 10px 0px 10px 0px;
}

.cadrevignette {
	background-color: #FFFFFF;
	margin: 5px;
	padding:3px;
	border: 1px solid #597e59;
}

/* ---------------------------------- */
/* Objets - Boite des rubriques       */
/* ---------------------------------- */
.boxRub {
	width:665px;
	padding:10px;
	float:left;
}
.boxRub a {
	text-decoration: underline;
}
.boxRub a:hover {
	text-decoration: none;
	color: #597e59;
	cursor:pointer;
}
/* --- Mise en page photos des rubriques --- */
.imgRubPos {
	width:128px; /* La taille du maxsize dans rubriques.php */
	padding:4px;
	margin-left:10px;
	background-color:#FFF;
	border: 1px solid #597e59;
	float:left;
}
.spacer { /* zone vide si pas d'image - imgRubPos */
	width:128px; /* La taille du maxsize dans rubriques.php */
	padding:6px; /* +2px pour compenser le manque de border */
	background:none;
	float:left;
}
/* --- Mise en page zone texte des rubriques --- */ 
.txtRubPos {
	text-align:justify;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	float:left;
}

/* ---------------------------------- */
/* Objets - GAPI           */
/* ---------------------------------- */
.divMarker {
	color: #000;
	font-weight: normal;
	width: 500px;
	height: 200px;
}
.divMarker a {
	color: #0000FF;
}
