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

html {
	background-color: #008DD3;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #008DD3;
	width: 780px;
	margin: 0 auto;
}

table {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 40px 0 10px 0;
}

p {
	line-height: 22px;
	margin: 10px 0;
}

a { color: #008DD3; }

a img { border: none; }


#entete_gym {
	background-image: url(../images/entete_gym_bleu.png);
	width: 780px;
	height: 360px;
}

#entete_myg {
	background-image: url(../images/entete_myg_bleu.png);
	width: 780px;
	height: 360px;
}

#menu, #menu_simple {
	width: 780px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

#menu {
	background-image: url(../images/menu_bleu.png);
	padding-bottom: 20px;
}

#menu_simple {
	background-image: url(../images/menu_simple_bleu.png);
	padding: 170px 0 20px 0;
}

#menu a, #menu_simple a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 15px;
}

#page {
	background: url(../images/page_bleu.png) #FFFFFF;
	width: 680px;
	padding: 0 50px;
	position: relative;
	float: left;
}

#pied {
	background-image: url(../images/pied_bleu.png);
	background-repeat: no-repeat;
	width: 780px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	float: left;
}

/* Bloc de texte */
.bloc {
	/*border-bottom: 1px solid #F2353A;*/
	/*border-bottom: 1px dashed #999;*/
	margin-top: 20px;
	width: 680px;
	float: left;
}
.bloc h1 {
	margin: 0 0 10px 0;
}
.encadre {
	color: #FFFFFF;
}
.encadre a {
	color: #FFFFFF;
}
.encadre h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 10px 10px 10px;
}
.encadre p {
	line-height: 18px;
	margin: 10px;
}



/* Médias */
.reference {margin: 10px 0 0 0;}
.reference .media {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 5px;
}
.reference .article {margin-left: 10px; margin-bottom: 12px;}



/* Cadre simple */
.cadre {
	border: 1px solid rgb(0,141,211);
}
.cadre .entete {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: rgb(0,141,211);
}
.cadre .centre {
	padding: 10px;
	background: rgba(0,141,211,0.2);
}
.cadre p {
	margin: 0 0 10px 0;
}
.cadre  ul {
	margin: 0 0 0 0;
	padding: 0px;
}

.cadre li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}



/* Cadre */
.cadre_260 {width: 260px;}
.cadre_330 {width: 330px;}
.cadre_400 {width: 400px;}
.cadre_680 {width: 680px;}

.cadre_260 .entete, .cadre_330 .entete, .cadre_400 .entete, .cadre_680 .entete {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.cadre_260 .entete {background: url(../images/cadre_260_entete.png) no-repeat;}
.cadre_330 .entete {background: url(../images/cadre_330_entete.png) no-repeat;}
.cadre_400 .entete {background: url(../images/cadre_400_entete.png) no-repeat;}
.cadre_680 .entete {background: url(../images/cadre_680_entete.png) no-repeat;}

.cadre_260 .centre, .cadre_330 .centre, .cadre_680 .centre, .cadre_400 .centre {padding: 10px 20px 10px 20px;}
.cadre_260 .centre {
	background: url(../images/cadre_260_centre.png) repeat-y;
	width: 220px;
}
.cadre_330 .centre {
	background: url(../images/cadre_330_centre.png) repeat-y;
	width: 290px;
}
.cadre_400 .centre {
	background: url(../images/cadre_400_centre.png) repeat-y;
	width: 360px;
}
.cadre_680 .centre {
	background: url(../images/cadre_680_centre.png) repeat-y;
	width: 640px;
}

.cadre_260 .bas, .cadre_330 .bas, .cadre_400 .bas, .cadre_680 .bas {
	height: 10px;
	width: 100%;
}
.cadre_260 .bas {background: url(../images/cadre_260_bas.png);}
.cadre_330 .bas {background: url(../images/cadre_330_bas.png);}
.cadre_400 .bas {background: url(../images/cadre_400_bas.png);}
.cadre_680 .bas {background: url(../images/cadre_680_bas.png);}

.cadre_260 p, .cadre_330 p, .cadre_400 p, .cadre_680 p {
	line-height: 18px;
	margin: 10px 0 0 0;
}

.cadre_260 a, .cadre_330 a, .cadre_400 a, .cadre_680 a {color: inherit;}

.cadre_260  ul, .cadre_330  ul, .cadre_400  ul, .cadre_680  ul {
	margin: 10px 0 0 0;
	padding: 0px;
}

.cadre_260 li, .cadre_330 li, .cadre_400 li, .cadre_680 li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* Nouvelle */
.nouvelle {
	border-left: 3px solid rgb(0,141,211);
	margin-bottom: 20px;
}
.nouvelle p {
	margin-top: 5px;
	margin-left: 10px;
}
.nouvelle .date {
	width: 100%;
	background-color: rgb(0,141,211);
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0 0 0;
	font-style: italic;
}

.tableau {
	border: 1px solid rgb(0,141,211);
	border-collapse: collapse;
}

.tableau .entete {
	color: #FFFFFF;
	font-weight: bold;
	background-color: rgb(0,141,211);
	font-size: 14px;
}

.tableau .ligne1 { background-color: #E5F3FB; }
.tableau .ligne2 { background-color: #CCE8F6; }

.etiquette {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}
