/*****************************************************************************************************************************************************************
 * Styles généraux des cadres 
 ******************************************************************************************************************************************************************/
.box_left_top h1, .box_right_top h1 {
	margin: 0;
	padding: 10px 0 0 35px;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
}
.box_left p, .box_right p {
	margin: 0 0 .8em 0;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
}
.box_left_inside p, .box_right_inside p {
	margin: 1em 0 0 0;
	padding: 0;
	color: #000;
	font-size: 1em;	
	font-weight: normal;
	text-align: justify;
	line-height: 1.3em;
}

.box_right_inside p {
	padding: 0 10px 0 15px;
}
/*****************************************************************************************************************************************************************
 * Styles particuliers
 ******************************************************************************************************************************************************************/

/* Titres */
h1 {

}
h2 {
	margin: 1em 0 0 0;
	padding: 0 0 .3em 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom: solid 1px #000;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #707070;
}
h3 img {
	vertical-align: middle;
}
h4 {
	font-size: 0.8em;
	border-bottom: solid 1px #000;
}

/* Liens */
a {
	color: #545033;
	text-decoration: none;
}
h1 a {
	color: #FFF;
	text-decoration: none;
}
h2 a {
	color: inherit;	
}

/* Boutons */
.btn {
	padding: 3px 8px 2px 15px;
	padding: 1px 3px 1px 12px;
	background-image: url("../imgs/btn_puce.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #A0A7AB;
	border: solid 1px #58656B;
	font-size: .8em;
	color: #3E4950;
	font-weight: bold;
}
.btn:hover {	
	background-color: #58656B;
	border: solid 1px #A0A7AB;
	color: #FFF;
}
.btn_action {
	padding: 3px 8px 2px 15px;
	padding: 1px 3px 1px 12px;
	background-image: url("../imgs/btn_puce.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #7F7A60;
	border: solid 1px #545033;
	font-size: .8em;
	color: #FFF;
	font-weight: bold;
}
.btn_action:hover {	
	background-color: #58656B;
	border: solid 1px #A0A7AB;
	color: #FFF;
}

/* Paragraphes: voir aussi ligne 10 */
h2 img, p img {
	vertical-align: bottom;
}
p.inline {
	margin: .5em 0 -.5em 0;
}
p.multipage {
	text-align: center;
}
p.multipage a.current {
	font-weight: bold;
	font-size: 1.3em;
}
p.multipage span {
	margin: 0 10px 0 0;
	float: right;
}
P.information {
	padding: 5px;
	border: solid 1px #567a9b;
	background-color: #cce4ff;
	color: #000;
}

/* Formulaire */
form {
	margin: 0;
}
p.form_error {
	display: none;
	padding: 5px;
	border: solid 1px #D50000;
	background-color: #FFDBDB;
	color: #5C0202;
}
p.form_validate {
	padding: 5px;
	border: solid 1px #6cd500;
	background-color: #c5ffb8;
	color: #008103;
}
form label {
	display: block;
	font-weight: bold;
	font-size: .8em;
	cursor: pointer;
}
form input.field {
	width: 350px;
	width: 263px;
}

/* SONDAGES */
label.question {
	font-weight: bold;
	font-size: 1em;
}
label.reponse {
	margin: 0 0 5px 15px;
	display: block;
}
dl.sondage_resultats {
	margin: 1em 0 0 25px;
} 
dl.sondage_resultats dt {
	font-size: .9em;
}
dl.sondage_resultats dd {
	margin: 0;	
}
dl.sondage_resultats dd span {
	display: block; 
	margin: 5px 0 5px 0;
	height: 3px;
}
dl.sondage_resultats dt span.resultat {	
	font-weight: bold; 
	font-size: .9em;
}

/* Liste à puce */
/*ul, li {
	margin: 0;
	padding: 0;
}
ul {
	margin: 1em 0 0 0;
}
li {
	margin: 0 0 .3em 25px;
	list-style-type: square;
	line-height: 1.3em;
}*/

ul, li {
	margin: 0;
	padding: 0;
}
ul {
	margin: 1em 0 1em 2.3em;
}
li {
	margin: 0 0 0;
	list-style-type: square;
	line-height: 1.6em;
}

/* Tableaux */
table {
	width: 99%;
}
table th, table td {
	vertical-align: top;
}

/* Tableau de tri des éléments */
table.tri {

}
table.tri th {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	width: 50%;
	border-bottom: solid 1px #000;
}
table.tri th.col_right {
	border-left: solid 1px #000;
}
table.tri td.col_right {
	border-left: solid 1px #000;
}
table.tri .current {
	font-weight: bold;
}

/* Tableau de couleur */
table.table_orange {
	margin: 0 0 1.5em 0;
	width: 306px;
}
table.table_orange th {
	background-color: #E8D1BD;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: .9em;
	width: 90px;
}
table.table_orange td {
	background-color: #EEDDCF;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: 1em;
}
.table_orange .top_left {
	background-image: url("../imgs/tb_orange_top_left.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
.table_orange .bottom_left {
	background-image: url("../imgs/tb_orange_bottom_left.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.table_orange .top_right {
	background-image: url("../imgs/tb_orange_top_right.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
.table_orange .bottom_right {
	background-image: url("../imgs/tb_orange_bottom_right.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.table_bleu {
	margin: 0 0 1.5em 0;
	width: 306px;
}
table.table_bleu th {
	background-color: #C3D2E0;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: .9em;
	width: 90px;
}
table.table_bleu td {
	background-color: #D3DEE9;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: 1em;
}
.table_bleu .top_left {
	background-image: url("../imgs/tb_bleu_top_left.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
.table_bleu .bottom_left {
	background-image: url("../imgs/tb_bleu_bottom_left.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.table_bleu .top_right {
	background-image: url("../imgs/tb_bleu_top_right.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
.table_bleu .bottom_right {
	background-image: url("../imgs/tb_bleu_bottom_right.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.table_vert {
	margin: 0 0 1.5em 0;
	width: 306px;
}
table.table_vert th {
	background-color: #D2DCC8;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: .9em;
	width: 90px;
}
table.table_vert td {
	background-color: #DEE5D7;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: 1em;
}
.table_vert .top_left {
	background-image: url("../imgs/tb_vert_top_left.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
.table_vert .bottom_left {
	background-image: url("../imgs/tb_vert_bottom_left.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.table_vert .top_right {
	background-image: url("../imgs/tb_vert_top_right.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
.table_vert .bottom_right {
	background-image: url("../imgs/tb_vert_bottom_right.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.table_jaune {
	margin: 0 0 1.5em 0;
	width: 306px;
}
table.table_jaune th {
	background-color: #E9DFC9;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: .9em;
	width: 90px;
}
table.table_jaune td {
	background-color: #EFE8D8;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: 1em;
}
.table_jaune .top_left {
	background-image: url("../imgs/tb_jaune_top_left.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
.table_jaune .bottom_left {
	background-image: url("../imgs/tb_jaune_bottom_left.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.table_jaune .top_right {
	background-image: url("../imgs/tb_jaune_top_right.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
.table_jaune .bottom_right {
	background-image: url("../imgs/tb_jaune_bottom_right.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Tableau des lutteurs */
table.liste_wrestlers {
	width: 100%;
}
table.liste_wrestlers td {
	text-align: center;
	font-size: .8em;
	width: 16.6%;
}

/* Autres */
.floatRight {
	margin: -2px 2px 0 0;
	float: right;
}
.floatLeft {
	margin: -2px 0 0 2px;
	float: left;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
.orange {
	color: #E05318;
}	
.bleue {
	color: #3F8FB1;
}
.clearBoth {
	clear: both;
}
/* Media contenu */
.media {
	margin: 5px 15px 15px 5px;
	float: left;
	width: 180px;
	text-align: center;
}
.media img {
	margin: 1em 0 0 0;
	border: solid 1px #000;
}
.media object {
	margin: 1em 0 0 0;
}
.mediacontent {
	margin: 0 0 0 185px;
}
/*****************************************************************************************************************************************************************
 * Styles: News
 ******************************************************************************************************************************************************************/
span.news_date {
	margin: 0 12px 0 10px;
	display: block; 
	float: right; 
	font-size: .8em;
}
span.news_date_details {
	margin: 0 12px 0 10px;
	display: block; 
	float: right; 
	font-size: .8em;
}
p.shareit {
	padding: 2px 5px 2px 5px;
	border: solid 1px #dcdada;
	background-color: #f0f0f0;
	font-size: .9em;
}

/*****************************************************************************************************************************************************************
 * Styles: Events
 ******************************************************************************************************************************************************************/
 .events_poster {
 	margin: 10px 15px 15px 5px;
	float: left;
	width: 120px;
	text-align: center;
 }
 .events_poster img {
 	border: solid 1px #000;
 }
 .events_infos {
 	margin: 5px 0 0 0;
	float: left;
	width: 300px;
 }
 .events_button {
 	margin: 25px 0 15px 15px;
	float: left;
 }
 
.btn_caddie {
 	margin: 0 0 10px 0;
 	position: relative;
 	background-image: url("../imgs/btn_caddie.jpg");
 	background-repeat: no-repeat;
 	width: 154px;
 	height: 106px;
}
.btn_caddie .liste {
	position: absolute;
 	top: 55px;
 	left: 15px;
 	width: 130px;
 	font-size: .90em;
}

.btn_googlemap {
	margin: 50px 0 10px 0;
 	position: relative;
 	background-image: url("../imgs/btn_googlemap.jpg");
 	background-repeat: no-repeat;
 	width: 154px;
 	height: 57px;
}
.label {
 	position: absolute;
 	top: 12px;
 	left: 48px;
 	width: 105px;
 }
 .label a {
 	color: #BA0000;
 	font-size: .8em;
 }
 /*****************************************************************************************************************************************************************
 * Styles: Wrestlers
 ******************************************************************************************************************************************************************/
 .wrestler_image {
 	margin: 25px 15px 15px 5px;
	float: left;
	width: 140px;
	text-align: center;
 }
 .wrestler_image img {
 	border: solid 1px #000;
 }
 .wrestler_infos {
 	margin: 15px 0 0 0;
	float: left;
	width: 450px;
 }
 .wrestler_button {
 	margin: 30px 0 15px 15px;
	float: left;
 }
 .wrestler_infos h3 {
	margin: 0 0 .3em 0;
 }
.wrestler_infos h3 img {
 	vertical-align: bottom;
 }
 
 /*****************************************************************************************************************************************************************
 * Styles: Training
 ******************************************************************************************************************************************************************/
#formulaire_inscription td {
	padding: 0 0 10px 0;
}
#formulaire_inscription input {
	
}

.training_poster {
 	margin: 25px 15px 15px 5px;
	float: left;
	width: 120px;
	text-align: center;
 }
 .training_poster img {
 	border: solid 1px #000;
 }
 .training_infos {
 	margin: 5px 0 0 0;
	float: left;
	width: 300px;
 }
 .training_button {
 	margin: 30px 0 15px 15px;
	float: left;
 }
 
.btn_caddie {
 	margin: 0 0 10px 0;
 	position: relative;
 	background-image: url("../imgs/btn_caddie.jpg");
 	background-repeat: no-repeat;
 	width: 154px;
 	height: 106px;
}
.btn_caddie .liste {
	position: absolute;
 	top: 55px;
 	left: 15px;
 	width: 130px;
 	font-size: .90em;
}

.btn_googlemap {
	margin: 50px 0 10px 0;
 	position: relative;
 	background-image: url("../imgs/btn_googlemap.jpg");
 	background-repeat: no-repeat;
 	width: 154px;
 	height: 57px;
}
.label {
 	position: absolute;
 	top: 12px;
 	left: 48px;
 	width: 105px;
 }
 .label a {
 	color: #BA0000;
 	font-size: .8em;
 }
 /*****************************************************************************************************************************************************************
 * Styles: AIDES
 ******************************************************************************************************************************************************************/
 a span.aide {
 	display: none;
 }
 a:hover span.aide {
 	margin: 0px 0 0 0;
	padding: 3px 5px 3px 5px;
	display: inline;
	position: absolute;		
	background-color: #F4F4F4;
	color: #000;	
	width: 122px;
	border: 1px solid #B9B9B9;	
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	text-decoration: none;
	z-index: 20;
 }