/***********************/
/** SPORT CONVERGENCE **/
/**    CSS GLOBALE    **/
/***********************/

/* REDEFINITION DE BALISES */
html {
	padding:				0;
	margin:					0
}

body {
	color: 					#000000;
	font-family: 			Arial;
	font-size: 				12px;
	margin: 				0;
	padding: 				0;
}

img {
	border:					none;
}

img.png { 
	behavior: 				url('../iepngfix.htc');
}

form {
	padding:				0;
	margin:					0;
}

h1 {
	float: 					left;
	width: 					100%;
	color:					#000000;
	font-weight:			bold;
	letter-spacing:			0.05em;
	font-size:				20px;
	margin:					2px 0 0 0;
}

a {
	color:					#000000;
	text-decoration:		underline;
}

a:hover {
	color:					#788eaa;
	text-decoration:		underline;
}

/* BALISES STRUCTURELLES */
#ecran {
	float:					left;
	width:					100%;
	text-align:				center;
	margin-top:				10px;
}

#site {
	width:					960px;
	margin:					0 auto;
	text-align:				left;
}

#site_border {
	float:					left;
	width:					960px;
	background-image:		url('img/v2/bg_ecran.gif');
	background-position:	top center;
	background-repeat:		repeat-y;
}

#ombre_haut, #ombre_bas {
	float:					left;
	width:					960px;
}

#conteneur {
	float:					left;
	display:				inline;
	width:					950px;
	margin-left:			5px;
}

/* HEADER */
#header {
	float:					left;
	width:					950px;
	height:					75px;
	background-image:		url('img/v2/bg_header.gif');
	background-position:	top left;
	background-repeat:		repeat-x;
}

#liens_header {
	float:					right;
	width:					300px;
	margin-top:				10px;
}

#liens_utiles {
	float:					right;
	text-align:right;
	margin-right:5px;
	width:					270px;
	height:					19px;
	font-size:				10px;
}

#liens_utiles a {
	color:					#000000;
	text-decoration:		underline;
}

#liens_utiles a:hover {
	color:					#788eaa;
	text-decoration:		underline;
}

#header_date {
	float:					right;
	text-align:right;
	margin-right:5px;
	width:					270px;
	height:					23px;
	color:					#8BA5C8;
}

#bt_profils_publics {
	float:					right;
	width:					350px;
	text-align:				right;
	margin:					2px 5px 0 0;
}

#bt_profils_publics img {
	margin-bottom:			3px;
}

#logout {
	float:					right;
	width:					100px;
}

a#lien_deconnexion {
	display:				block;
	width:					100px;
	height:					15px;
	color:					#FFFFFF;
	text-decoration:		none;
	font-size:				10px;
	font-weight:			bold;
	text-align:				center;
	background-image:		url('img/v2/bg_lien_deconnexion.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

#drapeaux {
	float:					right;
	width:					90px;
}

#drapeaux a {
	margin-right:			1px;
}

#logo {
	float:					left;
	display:				inline;
	width:					215px;
	height:					55px;
	margin:					13px 0 0 23px;
}

#slogan {
	float:					left;
	width:					266px;
	height:					46px;
	margin-top:				17px;
	text-align:				center;
	border-left:			1px solid #999999;
}

/* MENU */
#empty_menus {
	float:					left;
	width:					950px;
	height:					27px;
	margin-bottom:			12px;
	border-bottom:			1px solid #CCCCCC;
}

#menus {
	float:					left;
	width:					950px;
	height:					52px;
	max-height:				51px;
	margin-bottom:			10px;
	border-bottom:			1px solid #CCCCCC;
}

#menu_1 {
	float:					left;
	width:					950px;
	height:					30px;
	background-image:		url('img/v2/bg_menu_niveau_1.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

.onglet {
	float:					left;
	width:					136px;
	height:					30px;
	line-height:			2.3em;
	text-align:				center;
	font-size:				11px;
	font-weight:			bold;
}

.onglet a {
	display:				block;
	width:					135px;
	height:					30px;
	text-decoration:		none;
	color:					#FFFFFF;
	background-image:		url('img/v2/bg_onglet.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

.onglet a:hover {
	display:				block;
	width:					135px;
	height:					30px;
	text-decoration:		none;
	color:					#FFFFFF;
	background-image:		url('img/v2/bg_onglet_over.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

.onglet a:active {
	display:				block;
	width:					135px;
	height:					30px;
	text-decoration:		none;
	color:					#FFFFFF;
	background-image:		url('img/v2/bg_onglet_active.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

.onglet a.selected, .onglet a.selected:hover, .onglet a.selected:active {
	display:				block;
	width:					135px;
	height:					30px;
	text-decoration:		none;
	color:					#FFFFFF;
	background-image:		url('img/v2/bg_onglet_selected.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

#last_onglet {
	float:					left;
	width:					134px;
	height:					30px;
	line-height:			2.3em;
	text-align:				center;
	font-size:				11px;
	font-weight:			bold;
}

#last_onglet a {
	display:				block;
	width:					134px;
	height:					30px;
	text-decoration:		none;
	color:					#FFFFFF;
	background-image:		url('img/v2/bg_onglet.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

#last_onglet a:hover {
	display:				block;
	width:					134px;
	height:					30px;
	text-decoration:		none;
	color:					#FFFFFF;
	background-image:		url('img/v2/bg_onglet_over.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

#last_onglet a:active {
	display:				block;
	width:					134px;
	height:					30px;
	text-decoration:		none;
	color:					#FFFFFF;
	background-image:		url('img/v2/bg_onglet_active.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

#last_onglet a.selected, #last_onglet a.selected:hover, #last_onglet a.selected:active {
	display:				block;
	width:					134px;
	height:					30px;
	text-decoration:		none;
	color:					#FFFFFF;
	background-image:		url('img/v2/bg_onglet_selected.gif');
	background-position:	top right;
	background-repeat:		no-repeat;	
}

#menu_2 {
	float:					left;
	width:					950px;
	height:					21px;
	line-height:			1.7em;
	text-align:				center;
}

.lien_menu {
	color: 					#666666;
	text-decoration: 		none;
	font-weight: 			bold;
	margin: 				0 25px;
}

.lien_menu:hover, #lien_menu_selected {
	color: 					#91ACCE;
	text-decoration: 		none;
	font-weight: 			bold;
	margin:					0 25px;
}

/* CONTENU DE LA PAGE */
#contenu {
	float:					left;
	width:					950px;
}

/* COLONNE DE DROITE */
#pub_verticale_right {
	float:					right;
	width:					129px;
	margin-top:				31px;
}
html* #pub_verticale_right {
	margin-top:				30px;
}

.reaction {
	float:					left;
	width:					100%;
	padding-bottom:			10px;
	margin-bottom:			15px;
	border-bottom:			1px dotted #88898F; 
}

#derniere_reaction { 
	float:					left;
	width:					100%;
}

.reaction a, #derniere_reaction a {
	color: 					#4B4B4B;
	text-decoration:		none !important;
}

.reaction a:hover, #derniere_reaction a:hover {
	color: 					#788EAA;
	text-decoration:		none !important;
}


/* COLONNE DE GAUCHE */
#actus {
	float: 					left;
	display: 				inline;
	width: 					200px;
	margin: 				8px 15px 0 10px;
}

/* PREMIER ENCART DE LA COLONNE */
.actu_degradee {
	float:					left;
	width:					200px;
	margin-bottom:			9px;
	background-image:		url('img/v2/bg_actu.gif');
	background-position:	top left;
	background-repeat:		repeat-y;
}

.contenu_actu_degradee {
	float:					left;
	display:				inline;
	width:					197px;
	height:					auto !important;
	height:					260px;
	min-height:				260px;
	margin-left:			1px;
	background-image:		url('img/v2/bg_actu_degradee.gif');
	background-position:	bottom left;
	background-repeat:		repeat-x;
}

.titre_impression {
	float:					left;
	display:				inline;
	width:					167px;
	height:					28px;
	color:					#7987A4;
	letter-spacing:			0.05em;
	line-height:			2em;
	font-weight:			bold;
	font-size:				15px;
	margin-left:			16px;
}

.partage_impressions {
	float:					left;
	display:				inline;
	width:					167px;
	color:					#4B4B4B;
	font-weight:			bold;
	font-size:				10px;
	margin:					6px 0 0 16px;
	padding-top:			1px;
	border-top:				3px solid #999999;
}

.partage_impressions a {
	color:					#4A4C4B;
	text-decoration:		underline;
}

.partage_impressions a:hover {
	color:					#788eaa;
	text-decoration:		underline;
}

/* AUTRES ENCARTS */
.actu_bleue {
	float:					left;
	width:					200px;
	margin-bottom:			9px;
}

.contenu_actu_bleue {
	float:					left;
	width:					200px;
	background-image:		url('img/v2/bg_actu_bleue.gif');
	background-position:	top left;
	background-repeat:		repeat-y;
}

.contenu_actu a.lien_profil {
	color:					#4B4B4B;
	text-decoration:		underline;
	font-weight:			bold;
}

.contenu_actu a.lien_profil:hover {
	color:					#788eaa;
	text-decoration:		underline;
}

/* CHOSES COMMUNES AUX DEUX TYPES D'ENCARTS */
.haut_actu, .bas_actu {
	float:					left;
	width:					200px;
	height:					15px;
}

.titre_italique {
	float:					left;
	display:				inline;
	width:					167px;
	color:					#7987A4;
	letter-spacing:			0.05em;
	line-height:			1em;
	font-weight:			bold;
	font-size:				15px;
	font-style:				italic;
	margin:					0 0 12px 16px;
}

.contenu_actu {
	float:					left;
	display:				inline;
	width:					167px;
	color:					#4B4B4B;
	line-height:			1.05em;
	margin-left:			16px;
}

.contenu_actu img {
	margin-bottom:			5px;
}

.contenu_actu a {
	color:					#4B4B4B;
	text-decoration:		underline;
}

.contenu_actu a:hover {
	color:					#788eaa;
	text-decoration:		underline;
}

#pub_verticale_left {
	float:					left;
	display:				inline;
	width:					157px;
	margin:					20px 0 0 21px;
}

#titre_actu_recherchez {
	float:					left;
	width:					180px;
	color:					#FFFFFF;
	font-weight:			bold;
	font-size:				16px;
	font-style:				italic;
	margin-top:				10px;
	padding:				10px 0 3px 20px;
	background-color:		#7E90B3;
}

#contenu_actu_recherchez {
	float:					left;
	width:					168px;
	font-weight:			bold;
	font-size:				12px;
	line-height:			1.5em;
	padding:				3px 0 0 32px;
	background-color:		#93A7CB;
}

#contenu_actu_recherchez a {
	color:					#FFFFFF;
	text-decoration:		none;
}

#contenu_actu_recherchez a:hover {
	color:					#6c6c6c;
}

/* ENCART LIENS ET INTERVIEWS */
#liens_interviews {
	float:					left;
	width:					200px;
	height:					70px;
	max-height:				52px;
	padding-top:			18px;
	background-image:		url('img/v2/bg_liens_interviews.gif');
	background-position:	top left;
	background-repeat:		no-repeat;
}

#liens_interviews a {
	color:					#7987A4;
	letter-spacing:			0.05em;
	font-weight:			bold;
	line-height:			1.1em;
	font-size:				15px;
	font-style:				italic;
	text-decoration:		underline;
}

#liens_interviews a:hover {
	color:					#788eaa; 
	text-decoration:		underline;
}

#footer {
	float:					left;
	width:					950px;
	text-align:				center;
	font-size:				10px;
	font-family:			Geneva, Verdana;
	color:					#333333;
	margin-bottom:			8px;
}

#footer a {
	color:					#333333;
	text-decoration:		none;
}

#footer a:hover {
	text-decoration:		underline;
}

#annuaire {
	float:					left;
	display:				inline;
	width:					860px;
	color:					#9D9D9D;
	text-align:				center;
	font-size:				9px;
	font-family:			Geneva, Verdana;
	line-height:			1.2em;
	letter-spacing:			-1px;
	margin-left:			50px;
	padding:				2px 0 10px 0;
	border-top:				1px solid #9D9D9D;
}

#annuaire a {
	color:					#9D9D9D;
	text-decoration:		none;
	margin-right:			10px;
}

#annuaire a:hover {
	text-decoration:		underline;
}

/* DIVERS */
.en_9 {
	font-size:				9px;
}

a.bouton, a.bouton_blanc, a.bouton_grise, input.bouton {
    color:                  #FFFFFF;
    font-weight:            bold;
    font-size:              11.5px;
    text-decoration:        none;
    line-height:            1.5em;
    padding:                2px 5px;
    cursor:                 pointer;
    background-color:       #91ACCE;
}

a.bouton_grise{
    color:                  #6C6C6C;
    background-color:       #D7D8DC;
}

a.bouton:hover, a.bouton_blanc:hover, input.bouton:hover {
	text-decoration:		none;
	color:					#6C6C6C;
}

input.bouton {
	border:					none;
}

.photo{
	width: 670px;
	height:auto !important;
	height:110px;
	min-height: 150px;
	clear:left;
	margin: 5px 6px;
	border:1px solid gray;

}
#photo_img{
	width:100px;
	min-height: 80px;
	margin:5px;
	float:left;

}
#photo_img img{
	width:100px;
	max-height: 100px
}
#photo_label{
	width:450px;
	margin:5px;
	float:left;
}
#photo_button{
	width:80px;
	margin:5px;
	float:left;
}
#mes_participations {
	float:					left;
	width:					200px;
	height:					33px;
	text-align:				center;
	font-size:				15px;
	background-image:		url('img/v2/bg_bouton_forum.gif');
	background-position:	top left;
	background-repeat:		no-repeat;
	margin-bottom:			10px;
	padding:				12px 0 0 0;
}

#mes_participations a {
	font-weight:			bold;
	color:					#7987A4;
	text-decoration:		none;
}

#touche_ctrl_de {
	float:					left;
	width:					200px;
	height:					45px;
	text-align:				center;
	font-size:				11px;
	font-weight:			bold;
	color:					#7987A4;
	background-image:		url('img/v2/bg_ctrl_de.gif');
	background-position:	top left;
	background-repeat:		no-repeat;
	margin-bottom:			10px;
	padding:				10px 0 0 0;
}

#mes_prises_contact {
	float:					left;
	width:					200px;
	height:					33px;
	font-size:				15px;
	text-align:				center;
	background-image:		url('img/v2/bg_bouton_forum.gif');
	background-position:	top left;
	background-repeat:		no-repeat;
	margin-bottom:			10px;
	padding:				12px 0 0 0;
}

#mes_prises_contact a {
	font-weight:			bold;
	color:					#7987A4;
	text-decoration:		none;
}

#create_forum{
    float:right;
    position:relative;
    text-align:right;
	width:400px;
	margin-right:20px;
    margin-bottom:35px;
}
#corpspublicforum{
	margin:auto;
	width:80%;
	height: auto !important;
	height:350px;
	min-height: 350px;
}
#corpspublicforum table {
	font-size: 11px;
}

#corpspublicforum th {
	color: 			#3b4755;
	font-weight: 	bold;
	font-size: 		12px;
	padding: 		3px 0 5px 0;
	margin-top: 	10px;
}

#corpspublicforum th a {
	text-decoration: underline;
	color: #FFFFFF;
}

#corpspublicforum td.ligne {
	border-bottom: 1px dotted #2486DD;
}
#corpspublicforum .line_forum{
	font-size:				12px;
	font-weight:			bold;
	background-image:		url('img/v2/bg_ligne_grise.gif');
	background-position:	top left;
	background-repeat:		repeat-x;
	height:27px;
	
	
	}
.line_forum td{
	padding-left: 5px;
	
	}
#liens_zone_verte {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 15px; 
}
table.annonce {
	float: left;
	border: 1px solid #E4E7ED;
	background-color: #E4E7ED;
	margin-bottom: 15px;
}
table.annonce textarea, table.annonce input.text {
	float: left;
	border: 1px solid #6C6C6C;	
}

.title_left{
	color:					#3B4755;
	font-weight: bold;
}
.form_error{
    color:red;
}

.en_gras {
	font-weight:			bold;
}

.a_gauche {
	float:					left;
	width:					100%;
}

.a_droite {
	float:					right;
	text-align:				right;
	width:					100%;
}

#lien_retour {
	width:					580px;
	text-align:				right;
}

#lien_retour a {
	color: 					#7887a4;
	text-decoration: 		underline;
	font-weight:			bold;
}

#lien_retour a:hover {
	color: 					#000000;
	text-decoration: 		none;
}

a .point2 {
    float:none;
    clear:both;
    font-size:	12px;
    font-weight:bold;
    color:		#000000;
    margin: 10px 0px 5px 0px;
    text-decoration:underline;
}

/* popup */
.popup {
	position:				absolute;
	top:					123px;
	left:					50%;
	width:					610px;
	background-color:		#DAE4EB;
	border:					2px solid #999999;
	margin-left:			-305px;
}


.content_popup {
	float:					left;
	width:					610px;
	padding-bottom:			25px;
}

.close_popup {
	float:					left;
	width:					610px;
	height:					25px;
	text-align:				right;
}

.text_popup {
	float:					left;
	width:					590px;	
	color:					#505868;
	font-weight:			bold;
	text-align:				center;
	padding:				0 10px;
}

a.devenez_membre {
    color:                  #4E88C3;
    font-style:             italic;
    font-weight:            bold;
    font-size:              13px;
    text-decoration:        underline;
}

a:hover.devenez_membre {
    color:                  #788eaa;
    text-decoration:        underline;
}


#ajax-loader{
	padding-left:  55px;
	padding-top:   10px;
}

