@font-face {   
   font-family: "Tobago";   
   src: url( /images/tobago.ttf ); /* IE */   
   src: local("Tobago Poster"), url( /images/tobago.ttf ) format("truetype"); /* autres navigateurs */   
}   

hr
{
	border: 0px solid #DDD;
	border-top: 1px solid #DDD;
}

a img
{
	border: 0;
}

a
{
	color: #0096ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.hidden
{
	visibility: hidden;
	float: left;
}

.rounded
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bottom-rounded
{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.top-rounded
{
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.topright-rounded
{
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

.shadowed
{
	-moz-box-shadow: 1px 2px 5px #111111;
	-webkit-box-shadow: 1px 2px 5px #111111;
	box-shadow: 1px 2px 5px #111111;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=145, Strength=3);
}
.titre-backed
{
	background-color: #433f3e;
	display: block;
	color: #2387da;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 0px 0px 2px #000;
	padding-left: 5px;
}


.user_menu { margin: auto; width: 980px; padding: 0;   }
.user_menu li { float:left; position:relative; height:25px; padding-top:0px; list-style-type: none;}
.user_menu li a
{
	display:block;
	text-align:center;
	width:100px;
	line-height:25px;
	color:#676767;
	text-decoration: none;
	
	border: 1px solid #ccc;
}

/*
.user_menu ul a{ font-size:14px; display:block; width:160px; line-height:25px; color:#fff; text-align:left; padding-left:34px;}
.user_menu ul li{ float:none; margin-right:1px; margin-top:1px}
*/

.user_menu .activ
{
	border-bottom: 0px;
}


.album
{
	float: left;
	text-align: center;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	height: 200px;
	max-height: 200px;
	min-height: 200px;
	overflow: hidden;
	word-wrap: break-word;
	padding-top: 5px;
}

.album img
{
	border: 4px solid #fff;
}



.visitcard
{
	width: 293px;
	height: 170px;
	overflow: hidden;
	word-wrap: break-word;
	-moz-box-shadow: 1px 2px 5px #111111;
	-webkit-box-shadow: 1px 2px 5px #111111;
	box-shadow: 1px 2px 5px #111111;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=145, Strength=3);
	float: left;
	margin: 5px;
	padding: 5px;
}

.cliquable
{
	color: #0096ff;
	text-decoration: none;
	cursor: pointer;
}

.cliquable:hover
{
	text-decoration: underline;
}

.cliquable
{
}

body
{
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #676767;
	line-height: 18px;
	#background-image: url(images/bg.jpg);
	#background-repeat: repeat-x repeat-y;
	background: url(images/pgdor_habillage.jpg) no-repeat top center;
	background-attachment:fixed;
	
}

p
{
	text-align: justify;
	text-indent: 2em;
}


textarea
{
	border: 1px solid #b4bbcd;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #676767;
}

.news_item
{
	width: 250px;
}

.fleche_textarea
{
	display: block;
	width: 11px;
	height: 7px;
	background-image:url(images/border.gif);
	position: absolute;
	z-index: 25px;
	margin-top: -15px;
	margin-left: 20px;
}

.submit_button
{
	width: 59px;
	height: 31px;
	background-image: url(images/valider.png);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align:center;
	border: 0;
	cursor: pointer;
}
.submit_button2
{
	width: 59px;
	height: 31px;
	background-image: url(images/valider2.png);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align:center;
	border: 0;
	cursor: pointer;
}

.titre
{
	font-size: 1.2em;
	color: #0096ff;
}

.petit
{
	font-size: 0.8em;
}

#nous
{
	margin-top: 10px;
	padding: 5px;
	width: 450px;
	border: 1px solid #DDDDDD;
	float: left;
}

#contact
{
	float: left;
	margin-top: 10px;
	border: 1px solid #DDDDDD;
	padding: 5px;
	width: 450px;
	margin-left: 16px;
}

#slogan
{
	position: absolute; 
	z-index: 10;
	margin-left: 630px;
	margin-top: 310px;
}
.inscript
{
	position: absolute; 
	z-index: 11;
	margin-left: 00px;
	margin-top:0px;
}

#header
{
	width: 100%;
}

#tope
{
	background-color: #433f3e;
	color: #e5e5e5;
	padding:2px 0;
	text-align: center;
}
#top_content
{
	text-align: right;
	margin: auto;
	width: 980px;
	vertical-align: center;
}
#slide
{
	margin: auto;
	width: 980px;
	height: 350px;
}


#body2
{
	width: 940px;
	margin: auto;
	
	background-color: white;
	padding: 0 20px;
	color: #433f3e;
	padding-bottom: 100px;
	
}

#footer
{
	min-height: 200px;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #433f3e;
	color: #e5e5e5;
	
}

#footer_content
{
	width: 600px;
	margin: auto;
	text-align:center;
}

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

#footer a:hover
{
	color: #0096ff;
}

#footer_content div
{
	float: left;
	text-align:center;
	min-width: 200px;
}

/*MENU*/

#menu { margin: auto; width: 980px; padding: 0;   }
#menu li { float:left; position:relative; height:54px; padding-top:0px; list-style-type: none;}
#menu li a{ display:block;  width:140px; text-align:center; font-size:1.2em; line-height:54px; color:#eeeeee; text-transform:uppercase; text-decoration: none;}
#menu li a:hover, #menu #menu_active a{ text-decoration:none; color: #433f3e;}

#menu ul a{ font-size:14px; display:block; width:160px; line-height:54px; color:#fff; text-align:left; padding-left:34px;}
#menu ul li{ float:none; margin-right:1px; margin-top:1px}


.nav1
{
	background-color: #0096ff;
	
}
.nav2
{
	background-color: #2387da;
	
}
.nav3
{
	background-color: #5376a6;
	
}
.nav4
{
	background-color: #767676;
	
}
.nav5
{
	background-color: #859d49;
	
}
.nav6
{
	background-color: #88d71d;
	
}
.nav7
{
	background-color: #8aff00;
	
}

/* ACCUEIL */

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid #767676;
    padding: 10px;
    width: 300px;
    background-color: #FFFFFF;
}

#body2 .acc1,.acc3
{
	float: left;
	text-align:center;
	width: 300px;
	margin-top: 20px;
}


#rs_pg
{
	width: 645px;
	float: left;
	min-height: 100px;
}

#info_pg
{
	width: 285px;
	float: right;
}

#info_pg #ar
{
	min-height: 100px;
}

#info_pg #lc
{
	min-height: 100px;
	margin-top: 15px;
}

.acc5
{
	background-image: url(images/back300.png);
	background-position: top center;
	background-repeat: repeat-x;
	width: 500px;
	float: left;
	margin-left: 50px;
	padding: 5px 5px;
}
.acc4
{
	background-image: url(images/back300.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 250px;
	float: right;
	margin-right: 50px;
	padding: 5px 5px;
}

.acc1
{
	background-image: url(images/back300.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.acc2
{
	
	background-image: url(images/back300.png);
	background-position: top center;
	background-repeat: repeat-x;
}

.acc2 p
{
	float: left;
}

.acc3
{
	background-image: url(images/back300.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 450px;
	text-align: left;
}

.news4
{
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	min-width: 450px;
}
.news5
{
	position: relative;
	float: right;
	margin-top: 20px;
	min-width: 150px;
	max-width: 260px;
	width: 260px;
	overflow: hidden;
	word-wrap: break-word;
}

#polo fieldset
{
	border: 1px solid #767676;
	padding: 10px;
}
#polo legend
{
	font-weight: bold;
}

#polo
{
	width: 834px;
	margin: auto;
}


#news
{	
	margin-top: 20px;
}


#news_metab
{
	border-collapse: collapse;
	margin: auto;
	width: 700px;
	
	border: 1px solid #999999;
	background-image: url(images/back300.png);
	background-repeat: repeat-x;
	background-position: top;
}

#news_metab .entete
{
	text-align: center;
	color: #767676;
	font-weight: bold;
}

#news_metab .d1
{
	width: 50px;
}

#news_metab .d2
{
	width: 380px;
}
#news_metab .d3
{
	width: 120px;
}
#news_metab .d4
{
	width: 30px;
}
#news_metab .d5
{
	width: 100px;
}
#news_metab .d6
{
	width: 20px;
}
#news_metab .d1-1,.d3-1,.d4-1,.d5-1,.d6-1
{
	text-align: center;
}

#news_metab .d2-1
{
	
	width: 300px;
}

.grisage
{
	background-color: #DDDDDD;
}


#news ul
{
	padding: 0px;
	margin: 0px;
}

#news li
{
	
	min-height: 15px;
	list-style-type: none;
	padding: 5px;
	background-image: url(images/news_back.jpg);
	background-repeat: repeat-x;
	text-align: left;
}


#article_categories ul
{
	padding: 5px 0px;
	width: 940px;
	display: block;	

}

#article_categories li
{
	color: #707070;
	height: 24px;
	list-style-type: none;
	padding: 2px;
	text-align: left;
	display: inline;	
}

#article_categories a
{
	color: #707070;
	text-decoration: none;
}

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

#display_all_news
{
	width: 670px;
	float: left;
}

.article
{
	margin-top: 40px;
	padding-bottom: 100px;
	text-align: justify;
	max-width: 670px;
	overflow: hidden;
	word-wrap: break-word;
	width: 670px;
}
.article p
{
	text-indent: 1em;
}

.article ul
{
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 1em;
    padding: auto;
}

.article li
{
	margin: auto;
    padding: auto;
}

#slider1 {
    width: 980px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    margin: auto;
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 980px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}
.slider1Image {
    float: left;
    position: relative;
	
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

.opac
{
filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*
.slider1Image span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 960px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}


.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}
.left {
    top: 0;
    left: 0;
    width: 0px !important;
    height: 0px;
}
.right {
    right: 0;
    bottom: 0;
    width: 0px !important;
    height: 0px;
}
*/


#slider1 ul { list-style-type: none;}

/* ARTICLE */

.titre
{
	color: #2387da;
	font-size: 2em;
	margin-left: 15px;
	text-transform: uppercase;
}

.titre2
{
	color: #2387da;
	font-weight: bold;
	font-size: 1.2em;
}

div .titre2
{
	margin: 10px 0 5px 0;
}

#menu_cquoi
{
	margin: 0;
	padding: 0;
}

#menu_cquoi li
{
	display: inline;
	list-style-type: none;
	
	height: 35px;
	
}
.bg {background: url(images/button4.gif);}
.menu_cquoi {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(images/button1b.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu_cquoi li.top {display:block; float:left; position:relative;}

#compet_inter ul
{
	list-style: none;
}
#compet_inter span
{
	display: block;
	margin-top: 15px;
}

#userlink
{
	display: inline;
	float: left;
}

#userlink a
{
	text-decoration: none;
}

#userlink ul
{
	list-style: none;
	margin-top: -2px;	
}

#userlink li
{
	display: inline;
	float: left;
	margin: 0 2px;
	position: relative;
	padding: 6px 5px;
	color: #fff;
	width: 95px;
	text-align: center;
}
#userlink a
{
	
	color: white;
}

#userlink #li1
{
	background-color: none;
	color: inherit;
	width: inherit;
}

#userlink #li2
{
	background-color: #2387da;
}

#userlink #li3
{
	background-color: #767676;
}

#userlink #li4
{
	background-color: #88d71d;
}
#userlink #li2:hover
{
	color: #EEE;
}

#userlink #li3:hover
{
	color: #EEE;
}

#userlink #li4:hover
{
	color: #EEE;
}
#me_menu
{
	display: inline;
	float: right;
}

#me_menu a
{
	text-decoration: none;
}

#me_menu ul
{
	list-style: none;
	margin-top: -2px;	
}

#me_menu li
{
	display: inline;
	float: left;
	margin: 0 2px;
	margin-top: -22px;
	position: relative;
	padding: 6px 5px;
	color: #433f3e;
	width: 62px;
	text-align: center;
}

#me_menu .me1
{
	background-color: #0096ff;
}

#me_menu .me2
{
	background-color: #5376a6;
}

#me_menu .me3
{
	background-color: #859d49;
}

#me_menu .me4
{
	background-color: #8aff00;
}
#me_menu .me1:hover
{
	color: #EEE;
}
#me_menu .me2:hover
{
	color: #EEE;
}

#me_menu .me3:hover
{
	color: #EEE;
}

#me_menu .me4:hover
{
	color: #EEE;
}

.me5
{
	font-size: 0.8em;
	color: #999;
}

.me5
{
	text-decoration: none;
}

.me5 img
{
	height: 12px;
}

.me5 span:hover
{
	text-decoration: underline;
}

#moncompte
{
	margin: auto;
	
	width: 660px;
	padding: 15px 20px;
}

#me_header
{
	
	
}

#me_avatar
{
	float: left;
	width: 300px;
	text-align:center;
	
}

#me_avatar table
{
	margin: auto;
	border-collapse: collapse;
	padding: 0;
}
#me_avatar td,img
{
	padding: 0;
	margin: 0;
}

#me_avatar .ht
{
	background-image: url(images/border/h.png);
	background-repeat: repeat-x;
	height: 12px !important;
}

#me_avatar .bs
{
	background-image: url(images/border/b.png);
	background-repeat: repeat-x;
}

#me_avatar .ge
{
	background-image: url(images/border/g.png);
	background-repeat: repeat-y;
}

#me_avatar .dt
{
	background-image: url(images/border/d.png);
	background-repeat: repeat-y;
}

#me_smallinfo
{
	float: right;
	width: 300px;
	
}

#me_smallinfo li
{
	list-style: none;
	color: red;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
#me_smallinfo ul
{
	padding: 0;
	margin: 0;
}

#me_smallinfo .valid
{
	font-weight: bold;
	color: green;
}

#me_otherinfo
{
	clear: both;
}

.me_pseudo
{
	color: #0096ff;
	font-size: 1.2em;
	margin-bottom: 10px;
	display: block;
}

#club_header
{
	color: #0096ff;
	font-size: 1.2em;
	margin:auto;
	margin-bottom: 15px;
	min-height: 10px;
	padding-left: 32px;
}

#club_wall
{
	float: left;
	width: 630px;
	min-height: 300px;
}

#club_rightbar
{
	float: right;
	width: 280px;
	min-height: 200px;
}


#club_rightbar img
{
	margin: 0; 
	padding: 0;
}

#club_rightbar .infoclub
{
	background-image:url(images/border/back2.png);
	background-repeat: repeat-y;
	width: 280px;
	max-width: 280px;
	min-width: 280px;
}

.club_flag
{
	position: absolute;
	margin-left: -25px;
	margin-top: -5px;
}

#commentbox
{
	background-color: #f0f4f7;
	padding: 15px 15px 5px 15px;
	width: 600px;
}

#commentbox textarea
{
	width: 600px;
	margin-top: -10px;
	float: right;
}

#commentbox input[type=submit]
{
	float: right;	
}

#commentbox img
{
	max-width: 75px;
	max-height: 75px;
}

#commentbox_sender
{
	height: 0px;
	visibility: hidden;
	float: left;
}
#commentbox_submit
{
	height: 0px;
	visibility: hidden;
}

#commentbox_username
{
	margin-top: -15px;
	margin-left: 10px;
	color: #999;
}

#commentbox_username span
{
	font-weight: bold;
	color: #676767;
}
#commentbox_username i
{
padding-left: 25px;
font-size: 0.8em;
}

#publish_one
{
	width: 630px; 
	min-width: 630px; 
	max-width: 630px; 
}
#listmembre_one
{
	width: 270px; 
	min-width: 270px; 
	max-width: 270px; 
}

#publish_avatar
{
	width: 60px;
	text-align: center;
	float: left;
	padding-top: 3px;
}
#listmembre_avatar
{
	width: 60px;
	text-align: center;
	float: left;
	height: 60px;
	min-height: 60px;
	max-height: 60px;
	vertical-align: center;
	
}

#publish_avatar img
{
	max-width: 50px;
	max-height: 50px;
	margin: auto;
}

#listmembre_avatar img
{
	max-width: 50px;
	max-height: 50px;
	margin: auto;
	
}

#publish_content
{
	float: right;
	width: 560px;
	min-width: 560px;
	max-width: 560px;
	overflow: hidden;
}
#listmembre_content
{
	float: right;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	
	height: 60px;
	min-height: 60px;
	max-height: 60px;
	
}

#chopchop
{
	word-wrap: break-word;
}

#listmembre_content .author
{
	display: block;
	color: #5376a6;
	color: #2387da;
	font-weight: bold;
}
#publish_content .author
{
	display: inline;
	color: #5376a6;
	color: #2387da;
	font-weight: bold;
}
#publish_content .delay
{
	
	color: #a5a5a5;
}

.suppr_button
{
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background-image: url(images/suppr.gif);
	background-repeat: no-repeat;
	padding: 0;
	
}

#list_membre
{
	width: 280px;
	max-width: 280px;
	background-image: url(images/border/list_membre.png);
	background-repeat: no-repeat;
	height: 392px;
	min-height: 392px;
	max-height: 392px;
	overflow: hidden;
}
#user_data
{
	width: 280px;
	max-width: 280px;
	background-image: url(images/border/moi.png);
	background-repeat: no-repeat;
	height: 392px;
	min-height: 392px;
	max-height: 392px;
	overflow: hidden;
}

#infoclub
{
	width: 280px;
	max-width: 280px;
	background-image: url(images/border/cartedevisite.png);
	background-repeat: no-repeat;
	height: 194px;
	min-height: 194px;
	max-height: 194px;
	overflow: hidden;
}

#avatar_profil
{
	margin: auto;
	border-collapse: collapse;
	padding: 0;
}
#avatar_profil img
{
	max-width: 190px;
	max-height: 200px;
}
#avatar_profil td
{
	padding: 0;
}

#avatar_profil .ht
{
	background-image: url(images/border/h.png);
	background-repeat: repeat-x;
}

#avatar_profil .bs
{
	background-image: url(images/border/b.png);
	background-repeat: repeat-x;
}

#avatar_profil .ge
{
	background-image: url(images/border/g.png);
	background-repeat: repeat-y;
}

#avatar_profil .dt
{
	background-image: url(images/border/d.png);
	background-repeat: repeat-y;
}

.trombone
{
	display: block;
	position: absolute;
	z-index: 100;
	margin-left: -15px;
	margin-top: -28px;

}

.submit3
{
	border: 1px solid #DDD;
	background-color: white;
	color: #676767;
	font-size: 0.8em;
}

.submit3:hover
{
	cursor: pointer;
	background-color: #EEE;
}




h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #5b2b2b;
    font-family: Verdana, Arial, Tahoma;
    margin-bottom: 4px;
}
#demo-status
{
    background-color:        #F9F7ED;
    padding:                10px 15px;
    width:                    420px;
}

#demo-status .progress
{
    background:                white url(/images/assets/progress-bar/progress.gif) no-repeat;
    background-position:    +50% 0;
    margin-right:            0.5em;
}

#demo-status .progress-text
{
    font-size:                0.9em;
    font-weight:            bold;
}

#demo-list
{
    list-style:                none;
    width:                    350px;
    margin:                    0;
}

#demo-list li.file
{
    border-bottom:            1px solid #eee;
    background:                url(/images/assets/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
    background-image:        url(/images/assets/uploading.png);
    background-color:        #D9DDE9;
}
#demo-list li.file.file-success
{
    background-image:        url(/images/assets/success.png);
}
#demo-list li.file.file-failed
{
    background-image:        url(/images/assets/failed.png);
}

#demo-list li.file .file-name
{
    font-size:                1.2em;
    margin-left:            44px;
    display:                block;
    clear:                    left;
    line-height:            40px;
    height:                    40px;
    font-weight:            bold;
}
#demo-list li.file .file-size
{
    font-size:                0.9em;
    line-height:            18px;
    float:                    right;
    margin-top:                2px;
    margin-right:            6px;
}
#demo-list li.file .file-info
{
    display:                block;
    margin-left:            44px;
    font-size:                0.9em;
    line-height:            20px;
}
#demo-list li.file .file-remove
{
    clear:                    right;
    float:                    right;
    line-height:            18px;
    margin-right:            6px;
}


.newalbum
{
	position: absolute;
	z-index: 50;
	margin-left: 50px;
	width: 400px;
	height: 175px;
	background: rgba(82,82,82,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	visibility: hidden;
	
}

.newalbum-container
{
	margin: 10px;
	height: 155px;
	width: 380px;
	background-color: #efefef;
}

.newalbum-container input[type=text]
{
	line-height: 24px;
	height: 24px;
	width: 225px;
}

#rs_pg hr
{
	border-top: 1px solid #ddd;
}

#rs_pg_sub
{
	padding: 5px;
}

#phpbb #page-body {margin-top:0;}

