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

html {
	background-color: #B03232;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #B03232;
	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: 0 0 10px 0;
}

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

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

a { color: #4487B1; }

a img { border: none; }


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

#entete_myg {
	background-image: url(../images/entete_myg.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.png);
	padding-bottom: 20px;
}

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

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

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

#pied {
	background-image: url(../images/pied.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;
	padding: 20px 0;
	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: 20px;}

/* Cadre */

.cadre_330 {width: 330px;}
.cadre_680 {width: 680px;}

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

.cadre_330 .centre, .cadre_680 .centre {padding: 10px 20px 10px 20px;}
.cadre_330 .centre {
	background: url(../images/cadre_330_centre.png) repeat-y;
	width: 290px;
}
.cadre_680 .centre {
	background: url(../images/cadre_680_centre.png) repeat-y;
	width: 680px;
}

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

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

.cadre_330 a, .cadre_330 a {color: inherit;}

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

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


/* Nouvelle */
.nouvelle {
	width: 440px;
	background: #FFFFCC;	
}

.tableau {
	border: 1px solid #4487B1;
	border-collapse: collapse;
}

.tableau .entete {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #4487B1;
	font-size: 14px;
}

.tableau .ligne1 { background: #D0E1EB; }
.tableau .ligne2 { background: #A2C3D8; }

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