/* MISE EN PAGE */
*{
	margin: 0;
	padding: 0;
}
img {
    border: 0;
}
body{
	background:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#page {	
	margin: 2px auto 0 auto;
	position: relative;
	width: 960px;
	background: #FFF;
	border: 0;
}
#top{
	background:url(../images/fond_top09.jpg);
	height: 122px;
}

	/** Menu **/
#menu {
	margin:0;
	width: 960px;
	height: 48px;
	background:url(../images/fond_menuf.gif) bottom left no-repeat;
}
#menu ul {
	position:absolute;
	z-index:10;
	margin:0;
	padding:0;
	width: 960px;
	height: 48px;
	background: url(../images/fond_menur.gif) top right no-repeat;
}
#menu ul li {
	float:left;
	list-style: none;
}
#menu ul li a {
	text-decoration: none;	
	color: #FFF;
}
#menu ul li a:hover {
}
#menu ul li ul {
	display: none;
	margin:0;
	padding:0;
	margin-top:-3px;
	margin-left:-5px;
	height: auto;
	background: none;
}
#menu ul li ul li {
	margin:0;
	padding:0;
}
#menu ul li:hover ul {
	position:absolute;
	z-index:10;
	display:block;
	width:150px;
}
#menu ul li:hover ul li a {
	display:block;
	padding:2px;
	width:150px;
	min-height:18px;
	font-size:12px;
	border:1px solid #000;
	border-top:0;
	color:#000;
	font-weight:bold;
	background:#FF0000;
}
#menu ul li:hover ul.athlej li a {
	background:#FFCC33;
}
#menu ul li:hover ul.athlec li a {
	background:#0099FF;
}
#menu ul li:hover ul.athles li a {
	background:#66FF00;
}
#menu ul li:hover ul li a:hover {
	background:#FFF;
}
/* Hack IE-win \*/
* html #menu ul li a.hide,
* html #menu ul li a:visited.hide,
* html #menu li a:hover ul li a.hide {
	display:none;
}
* html #menu ul li a:hover ul {
	display:block;
	position:absolute;
	margin-top:-5px;
	width:150px;
}
* html #menu ul li ul li {
	margin:0;
	padding:0;
}
* html #menu ul li a:hover{
	background:none;
}
* html #menu ul li a:hover ul li a {
	display:block;
	padding:2px;
	width:150px;
	font-size:12px;
	border:1px solid #000;
	border-top:0;
	color:#000;
	font-weight:bold;
	background:#FF0000;
}
* html #menu ul li a:hover ul li a:hover {
	background:#FFF;
}
* html #menu ul li a:hover ul.athlej li a {
	background:#FFCC33;
}
* html #menu ul li a:hover ul.athlec li a {
	background:#0099FF;
}
* html #menu ul li a:hover ul.athles li a {
	background:#66FF00;
}
* html #menu ul li a:hover ul li a:hover {
	background:#FFF;
}

	/** Fin menu **/
#contenu {
	margin: 10px 15px;
	background: #FFF;
	width: 926px;
	background: url(../images/cell.gif) repeat-y;
}
#contenu.jeunes{
	background: url(../images/cell-j.gif) repeat-y;
}

#contenu.compet{
	background: url(../images/cell-b.gif) repeat-y;
}

#contenu.sante{
	background: url(../images/cell-v.gif) repeat-y;
}

#foot {
	clear: both;
	height: 36px;
	background:#FFF url(../images/fond_foot.gif) no-repeat;
}

#signature {
	height: 25px;
}
	/** Contenu **/
div.cell{
	padding: 0 10px;
	height: 100%;
	min-height: 300px;
}
div.cellf{
	width:926px;
	height:16px;
	background: url(../images/cellf.gif) top no-repeat;
}
div.fjeunes {
	background: url(../images/cellf-j.gif) top no-repeat;
}
div.fcompet {
	background: url(../images/cellf-b.gif) top no-repeat;
}
div.fsante {
	background: url(../images/cellf-v.gif) top no-repeat;
}

.finfloat{
	clear:both;
}
.finfloatl{
	clear:left;
}
	/** Fin contenu **/
	/** Mediatheque **/
#menu_mediatheque {
	float: right;
	width: 220px;
	height: 100px;
	background: #FF0000 url(../images/fond_mmediatheque.gif) no-repeat;
}
div.galerie {
	float: left;
	width: 220px;
	height: 200px;
	text-align:center;
}
	/** Fin mediatheque **/
	/** Inscriptions **/
#menu_inscriptions {
	float: right;
	width: 220px;
	height: 185px;
	background: #FF0000 url(../images/fond_minscriptions.gif) no-repeat;
}
	/** Fin inscriptions **/
/* FIN MISE EN PAGE */

/* IMAGES */
img.paragg {
	float: left;
	margin: 3px 10px 3px 3px;
    border: 1px solid #FF0000;
}
img.paragd {
	float: right;
	margin: 3px 3px 3px 10px;
    border: 1px solid #FF0000;
}
img.border {
	margin: 5px;
    border: 1px solid #FF0000;
}
/* FIN IMAGES */

/* TEXTES */
h1{
	margin-bottom: 5px;
	padding: 5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
h1.cell_titre{
	margin: 0;
	padding: 8px 5px 0 10px;
	width: 926px;
	height: 39px;
	background: url(../images/cellt.gif) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
h1.parag_titre{
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
	clear: both;
}
.jeunes h1.cell_titre{
	background: url(../images/cellt-j.gif) no-repeat;
}
.jeunes h1.parag_titre{
    border-top: 1px solid #FFCC33;
    border-bottom: 1px solid #FFCC33;
	color: #FFCC33;
}
.compet h1.cell_titre{
	background: url(../images/cellt-b.gif) no-repeat;
}
.compet h1.parag_titre{
    border-top: 1px solid #0099FF;
    border-bottom: 1px solid #0099FF;
	color: #0099FF;
}
.sante h1.cell_titre{
	background: url(../images/cellt-v.gif) no-repeat;
}
.sante h1.parag_titre{
    border-top: 1px solid #66FF00;
    border-bottom: 1px solid #66FF00;
	color: #66FF00;
}

h2{
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	margin : 10px 0 3px 0;
}

p.construction{
	padding: 5px 5px 15px 5px;
	font-style: italic;
}
p.comments{
	padding: 0px;
	font-style: italic;
	font-size: 10px;
}
p.parag_gallerie{
	text-align: center;
	font-size: 10px;
}

a:link,a:active,a:visited {
	text-decoration: underline;
	color: #FF0000;
} 
a:hover{
	text-decoration: none;
}

table.tab_affich{
	margin: 5px;
	width: 98%;
	border: 2px solid #FF0000;
	border-collapse: collapse;

}
table.tab_affich th{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align : left;
	background-color: #333;
	border: 1px #FF0000 solid;
	padding:3px;
}
table.tab_affich td{
	border: 1px solid #FF0000;
	vertical-align : top;
	padding:3px;
}

table.form_inscriptions td{
	border: 0;
	vertical-align : top;
	padding:3px;
}

ul, ol {
	padding-left: 15px;
	margin:0;
}
ul li{
	list-style-type: disc;
	list-style-position: inside;
}
ol li{
	list-style-type: decimal;
	list-style-position: inside;
}
ul.liens li{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}

#menu_inscriptions h2, #menu_mediatheque h2 {
	margin : 3px;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#menu_inscriptions ul, #menu_mediatheque ul {
	color: #FFF;
}
#menu_inscriptions ul li, #menu_mediatheque ul li{
	list-style-type: square;
	margin : 3px 0;
	color: #FFF;
}
#menu_inscriptions p{
	margin : 15px 3px;
	padding: 3px;
	font-size: 11px;
	color: #FFF;
}
#menu_inscriptions a, #menu_mediatheque a{
	font-size: 11px;
	color: #FFF;
}


#foot p{
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: 10px;
	color:#FF6803;
	font-weight: bold;
}

#signature p{
	text-align: center;
	font-size: 10px;
	color:#000;
}
#foot p a:link, #foot p a:active, #foot p a:visited, #signature p a:link, #signature p a:active, #signature p a:visited{
	color: #000;
	font-weight: bold;
}

/* FIN TEXTES */

/* FORMULAIRE */
.chps {
	padding:2px;
	background-color: #EEE;
	border: 1px solid #333;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.chps2 {
	padding:2px;
	background-color: #EEE;
	border: 0;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bouton{
	font-size:12px;
	font-weight: bolder;
	color: #333;
	background-color:#FF0000;
	border-bottom: 1px solid #000;
}

.erreur {
	font-size: 12px;
	color: #D00;
	font-weight: bold;
}
.confirm {
	font-size: 12px;
	color: #0F0;
	font-weight: bold;
}
/* FIN FORMULAIRE */

/* Hack IE-win \*/

* html #accueil_gauche {
	margin-right: -3px;
}
* html #accueil_centre {
	margin-left: 0px;
	height: 1%;
	width: 530px;	
}

* html div.cell{
	height: 300px;
}
 
/* Fin hack */