/*   @import url(debug.css);	
 */
/*********************************************************************************

A METTRE A JOUR ==========================

Couleur des bordures : #842
Couleur des éléments de menu sélectionnés : #844
Couleur des éléments <hx> : #843
Couleur conteneur et menu 1 : #DCB

**********************************************************************************/ 

* {
	padding: 0px;
	margin: 0px;
	border-color: #F7A536;
	border-style: none;
	border-width: 0px;
}					   
body {
	color: black;
	background-color: #CCC;
	text-align: center;
	font-size: 0.8em;
}
._ie_png {
	behavior: url("win_png.htc");
}
#conteneur1 {
	background-image: url("images/SCMS_04.gif");
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1024px;
}
#conteneur {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1024px;
	color: black;
	font-family: Verdana,sans-serif; 
	/* permet de fixer une hauteur mini sur les navigateurs modernes */
	min-height: 50em;
	/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
	"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
	*/
	height: 50em;
	background-image: url("images/SCMS_05.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
} 

/* pour rétablir le mauvais effet de height sur les nav. modernes */
html>body #conteneur{
height:auto;
}

.clearboth {
	font-size:1px;
	clear: both;
}
#bandeau_haut {
	text-align: left;
	color: black;
	background-image: url("images/SCMS_01.jpg");
	background-repeat: no-repeat;
	height: 176px;
}


/* DEFINITION DU MENU1 */
#menu1 ul {
	padding-top: 135px;
}
#menu1 li {
	display: inline;
	list-style: none;
	padding-left: 5px;
}
#menu1 a {
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}
#menu1 a:hover {
	color: #FFF700;
}
#menu1 a:active {
}	
#menu1 a:visited {
}
#menu1 a.sel {
	color: #FFF700;
}
#menu1 img {
	margin-right: 5px;
	vertical-align: middle;
}

#zone_menus  {
	float: left;
	width: 239px;
	overflow: hidden;
	background-image: url('images/SCMS_02.gif'); 
	background-repeat: no-repeat;
}

/* DEFINITION DU MENU 2 */
#menu2 {
	padding-left: 2px;
	padding-top: 2px;
}
#menu2 ul {
}
#menu2 li {
	list-style-type: none; 
	padding-top: 5px;
}
#menu2 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-left: 1em;
}
#menu2 a:hover {
	color: #F44;
}
#menu2 a:active {
}	
#menu2 a:visited {
}
#menu2 a.sel {
	color: #F44;
}


/* DEFINITION DU MENU 3 */
#menu3 {
	padding-left: 2em;
	padding-bottom: 0em;
}
#menu3 ul {
}
#menu3 li {
	list-style-type: none; 
	padding-top: 5px;
}
#menu3 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-left: 1em;
}
#menu3 a:hover {
	color: #F44;
}
#menu3 a:active {
}	
#menu3 a:visited {
}
#menu3 a.sel {
	color: #F44;
}



#contenu {
	float: right;
	width: 770px;
	margin-top: 2px;
	margin-right: 2px;
	padding: 5px;
	min-height:35em;
	/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
	"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
	*/
	height:35em;
} 
/* pour rétablir le mauvais effet de height sur les nav. modernes */
html>body #contenu {
height:auto;
}

#fil_ariane {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 5px;
}

#contenu h1 {
	color:#641;	   
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 2em;		
}

#contenu h2 {
	color:#641;	   
	font-weight: bold;			
	font-size: 1em;
	text-align: left;	
	text-decoration: underline;
	padding-top: 2em;
} 
#contenu h3 {
	color:#641;	   
	font-weight: bold;			
	font-size: 1em;
	text-align: left;	
	text-decoration: underline;
	padding-top: 0.9em;
	padding-left: 1.5em
} 
#contenu h4 {
	font-weight: bold;			
	font-size: 0.9em;
	text-align: left;	
	text-decoration: underline;
	padding-top: 0.9em;
	padding-left: 3em
} 

#contenu p.std {
	padding-top: 0.5em;
	padding-left: 3.5em;
}

#contenu p.der_modif {
	padding-top: 2em;
	padding-bottom: 2em;
	font-style: italic;
	font-size: 0.9em;
	visibility: hidden;
}  
#contenu p.der_modif_visible {
	padding-top: 2em;
	padding-bottom: 2em;
	font-style: italic;
	font-size: 0.9em;
}  

#contenu table {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}
#contenu table.forme {
	border-width: 0px;
}
#contenu caption {
	color: #12E;	   
	font-weight: bold;			
	font-size: 1em;
	text-align: center;	
	text-decoration: underline;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: auto;
} 
#contenu td {
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px;
	font-size: 0.9em;
}
#contenu td.forme {
	border-width: 0px;
}
#contenu thead,th {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #F0F0FF; 
	vertical-align: middle;
}

#contenu ul.stdniv1 {
	padding-left: 5.5em;
}
#contenu ul.stdniv1 li {
	padding-top: 5px;
}
#contenu ul.stdniv2 {
	padding-left: 2em;
}
#contenu ul.stdniv2 li {
	padding-top: 2px;
}

#bas {
	clear: both;
	text-align: center;
	padding-left: 300px;
	padding-top: 10px;
	font-size: 30px;
	color: #FFF;
}
#bas_1 {
	float: left;
	font-size: 0.4em;
	padding-top: 10px;
}
#bas_1 a {
	color: #FFF;
}
#bas_1 a:hover {
	color: #999;
	text-decoration: none;
}
#bas_2 {
	float: right;
	padding-top: 3px;

}

fieldset {
	margin-top: 20px;
}
legend {
	border-style: solid;
	font-weight: bold;
	margin-bottom: 5px;
}
select {
	border-style: solid;
	border-width: 1px;
	margin-left: 20px;
}
input {
	margin-left: 20px;
}
input.bouton {
	border-style: outset;
	border-width: 2px;
}

dl {
	padding-left: 4em;
}
dd {
	padding-left: 4.5em;
}

.info_centre {
	padding-top: 0.5em;
	text-align: center;
}
.italic {
	font-style: italic;
}

.mail {
	color: blue;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
/* STYLES SPECIFIQUES AUX PAGES */

/* page d'accueil */
.datemaj {
	font-weight: bold;
	font-size: 0.8em;
	color: blue;
}

/* plan */
#contenu ul.nivplan1 {
	padding-left: 5em;
}
#contenu ul.nivplan1 li {
	padding-top: 5px;
}
#contenu ul.nivplan2 {
	padding-left: 3em;
}
#contenu ul.nivplan2 li {
	padding-top: 0px;
}
#contenu ul.nivplan3 {
	padding-left: 3em;
}
#contenu ul.nivplan3 li {
	padding-top: 0px;
}


/* adherents */
#adherents table {
	margin: 20px auto;
	width: 90%;
}
#adherents td.masculins {
	text-align: center;
    color:#0000FF;
}
#adherents td.feminines {
	text-align: center;
    color:#008000;
}
#adherents td.total {
	text-align: center;
    font-weight:bold;
}
#adherents span.baisse {
	font-weight: bold;
	color : red;
}
#adherents span.progres {
	font-weight: bold;
	color : green;
}

/* horaires */
#horaires table {
	margin: 20px auto;
	width: 80%;
}

#horaires td {
	padding: 10px;
}


/* Résultats Championnat par équipes */
table.journee_cheq {
	float: left;
	width: 48%;
	margin: 5px;
	text-align: center;
}
table.journee_cheq td.club{
	width: 40%;
}
table.journee_cheq td.class{
	width: 10%;
}

#class_cheq {
	margin: auto;
	width: 60%;
}
#class_cheq td {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
#class_cheq  td.col_tot {
	width: 5%;
}

.lien_voir {
	color: blue;
	text-decoration: underline;
}

/* brûlage championnat par équipes */

#brulages table {
	margin: 20px auto;
	width: 70%;
}

#brulages .e0 {
    background-color:#cccccc;
	text-align: center;
}
#brulages .e1 {
    background-color:#CC6666;
	text-align: center;
}
#brulages .e2 {
    background-color:#CC66FF;
	text-align: center;
}
#brulages .e3 {
    background-color:#CCFF66;
	text-align: center;
}
#brulages .e4 {
    background-color:#CCFFFF;
	text-align: center;
}
#brulages .e5 {
    background-color:#FF6666;
	text-align: center;
}
#brulages .e6 {
    background-color:#FFFF66;
	text-align: center;
}
#brulages .e7 {
    background-color:#FF66FF;
	text-align: center;
}
#brulages .rouge {
    color : #FF0000;
	text-align: center;
	font-weight: bold;
}

/* Résultats CF tours préliminaires */
#cf_tours table {
	margin: 20px auto;
	width: 90%;
}
#cf_tours .first {
	font-weight: bold;
}
#cf_tours td.noorg {
	background-color: #555;
}

p.debug {color: #FF9900}
ul {} 

/* spécifique corpo */

#corpo .horaire1 {
	margin-top: 10px;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
#corpo .horaire2 {
	text-align: center;
}
#corpo h1 {
	padding-bottom: 0.5em;
}

#corpo h2 {
	text-align: center;
}

/* Visualisation photos */
#cadre_photo {
	position: fixed;
	top: 0px;
	display: none; 
	z-index: 1000;
	width: 100%;
	height: 100%;
	text-align: center;
	color: black;
	font-family: Verdana,sans-serif; 
	padding: 20px;
	background-color: rgba(120, 120, 120, 0.8);
}
#zone_photo {
	border: 2px solid #F00;
}
.img_photo {
	border: 10px solid #FFF;
}

