/********************************************/
/*											*/
/* 			Festival sportif St-Albert		*/
/*  			Feuille de style			*/
/*  	 Créée par : Joël Fréchette			*/
/*			  jfrechette@dgk.ca				*/
/*			pachooca@hotmail.com			*/
/* 	 		Date : 2 mai 2008				*/
/* 			  Copyright DGK 2008			*/
/*											*/
/*		--------------------------------	*/
/*											*/
/*	Toute modification à ce document se		*/
/*  doit d'être accompagnée d'un 			*/
/*	commentaire ou d'être rapportée au		*/
/*  créateur de la feuille de style			*/
/*											*/
/********************************************/
body {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:100%;
	margin:20px 20px 0 20px; padding:0;
	/*background-image:url(../../images/communs/bkg_ombre.gif);
	background-repeat:repeat-y;
	background-position:center;*/
	background-color:#000000;
}

h1 {
	font-size:14px;
	color:#ff0002;
	border-bottom:1px solid #ff0002;
	text-transform:uppercase;
	font-weight:bold;
	margin:38px 35px 0 28px; 
}

h2, h3 {
	font-size:14px;
	font-weight:bold;
	margin:12px 0 0 0; padding:0;
	text-transform:uppercase;
}

h3 {
	margin:0 0 5px 0; padding:0;
}

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


.image {border:1px solid #7d0001;}

.contenu_texte, .contenu_margin { text-align:justify; margin:6px 35px 12px 28px;}
.contenu_texte {line-height:16px;}
.contenu_margin { text-align:left;}

.youtube { border:1px solid #4a4a4a;}

li { margin:3px 0 3px 24px;}

blockquote {
	background-color:#222222;
	padding:10px; margin:25px 5px 0 5px;
	font-style:italic;
	line-height:16px;
}

fieldset {
	margin:24px 35px 6px 28px;
	border:solid 2px #444444;
}
legend {
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	padding:5px;
	color:#ff0002;
	border-top:solid 2px #444444;
	border-bottom:solid 1px #444444;
}



/**********************************/
/*
/* ENTÊTE
/*
/**********************************/
.entete {
	width:100%;
}
.entete_gauche {
	background-image:url(../../images/communs/bkg_entete_gauche.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:50%;
	
	text-align:right;
}
.entete_droite {
	background-image:url(../../images/communs/bkg_entete_droite.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:50%;
	
	text-align:left;
}





/**********************************/
/*
/* BOX INSCRIPTION
/*
/**********************************/
.inscription {
	background-image:url(../../images/communs/bkg_inscription.png);
	background-repeat:no-repeat;
	width:140px; height:144px;
	
	padding:40px 9px 0 15px;
	
	color:#640000;
	font-size:11px;
}
.inscription p { margin:10px 20px 0 0;}

.input_inscription{ width:105px;}

.inscription_submit { 
	width:25px; height:24px; 
	background-image:url(../../images/communs/inscription_ok.png);
	background-repeat:no-repeat;
	border:none;
	cursor: pointer;
}






/**********************************/
/*
/* BOX NOS LIVRES
/*
/**********************************/
.noslivres {
	background-image:url(../../images/communs/bkg_noslivres.png);
	background-repeat:repeat-x;
	background-position:top;
	width:158px;
	padding-left:6px;
	
	min-height:267px;
}

.contenu_noslivres {
	background-color:#000000;
	border-left:1px solid #ba5152;
	border-right:2px solid #ba5152;
	width:132px;
	
	font-size:9px;
	line-height:11px;
	
	padding:0 9px 0 9px;
}

.noslivres_separateur {
	margin:5px 0 5px 0;
}






/**********************************/
/*
/* INDEX
/*
/**********************************/
.box_index {
	background-image:url(../../images/index/bkg_tableau.png);
	background-repeat:repeat-x;
	background-position:top;
}

.tache {
	background-image:url(../../images/index/tache.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	
	height:75px;
}






/**********************************/
/*
/* NOUVELLES
/*
/**********************************/
.date {
	font-size:9px;
	color:#FFCC00;
	margin:0 0 6px 28px; padding:0;
}






/**********************************/
/*
/* COLLABORATEURS
/*
/**********************************/
.collaborateurs {
	width:52px; height:61px;
	margin:5px;
	float:left;
}
.lien_collaborateurs {
	border:1px solid #333333;
	background-color:#222222;
	padding:8px;
	margin:5px;
	line-height:35px;
	float:left;
}






/**********************************/
/*
/* BANDES ANNONCES
/*
/**********************************/
.marginbandes {
	margin:25px 33px 0 25px;
}






/**********************************/
/*
/* NOS TITRES
/*
/**********************************/
.box_nostitres {
	width:138px;
	height:370px;
	margin:15px 30px 15px 30px;
	
	float:left;
}

.imagefloat {
	float:left;
	margin:0 10px 5px 0;
}






/**********************************/
/*
/* EXTRAS
/*
/**********************************/
.photos {
	padding:3px; margin:5px;
	border:1px solid #7d0001;
}



/**********************************/
/*
/* FOOTER
/*
/**********************************/
.footer {
	background-image:url(../../images/communs/bkg_footer.png);
	background-repeat:repeat-x;
	background-position:top;
	
	width:100%;
	text-align:center;
	
	font-size:11px;
	
	margin-bottom:5px;
}

.footer a:link {color:#FFFFFF; text-decoration:none;}
.footer a:visited {color:#FFFFFF; text-decoration:none;}
.footer a:hover {color:#FFFFFF; text-decoration:underline;}
.footer a:active {color:#FFFFFF; text-decoration:none;}



/**********************************/
/*
/* DIVERS
/*
/**********************************/
.floatleft {float:left;}
.floatright {float:right;}
.fixbox {clear:both;}
.messageErreur {color:#FF0000;}

form { margin:0; padding:0; }
input {
	border:1px solid #640000;
	font-size:10px;
	padding:2px;
}

.jaune { color:#ffcc00;}

.barre { text-decoration:line-through;}

.font10 { font-size:10px;}

.rouge a:link {color:#ff0002; text-decoration:underline;}
.rouge a:visited {color:#ff0002; text-decoration:underline;}
.rouge a:hover {color:#ff0002; text-decoration:none;}
.rouge a:active {color:#ff0002; text-decoration:underline;}


.image_boite {border:1px solid #222; }
#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	height: 0px;
	z-index: 200;
}
.image_margin {border:1px solid #444444; padding:5px;}

.line_height {line-height:16px;}

.nomargin {margin-left:0; margin-right:0;}