*
{
	margin: 0;
	padding: 0;
}

html
{
	background: url(../images/bg_body.png);
}

body
{
	background: url(../images/bg_degrade_body2.png) repeat-x;
}

a, a:link, a:hover, a:visited
{
	color: white;
	text-decoration: none;
}

a img
{
	border: 0;
}

#head_bar
{
	width: 100%;
	min-height: 6px;
	background: #4269a2;
	border-bottom: 1px solid #6286b6;
}

#login_box
{
	width: 994px;
	margin: 0 auto;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	height: 22px;
	display: none;
}

#login_box *
{
	display: none;
}

#login_box input
{
	border: 1px solid #02214D;
	background: white;
	height: 20px;
}

#login_box input#login_email
{
	margin-right: 10px;
}

#login_box input#login_password
{
	margin-right: 10px;
}

#login_box #login_submit
{
	color: #02214D;
	text-decoration: none;
	border: 1px solid #02214D;
	padding: 2px;
	background: white;
}

#head_button
{
	width: 994px;
	margin: 0 auto;
	height: 10px;
}

#head_button a#toggleLogin
{
	display: inline-block;
	/*background: url(../images/mini_arraow.png);*/
	float: right;
	margin-top: -1px;
	z-index: 1000;
	position: relative;
}

#head_logo
{
	clear: both;
	width: 994px;
	margin: 0 auto;
	overflow: auto;
	height: 300px;
	position: relative;
	top: -18px;
}

*+html #head_logo
{
	top: -12px;
}

#head_logo .left
{
	float: left;
	width: 598px;
	background: url(../images/glow.png) left top no-repeat;
	height: 300px;
}

#head_logo .left .carredas
{
	border: 0;
	margin-top: 50px;
}

#head_logo .float_left
{
	float: left;
	height: 300px;
}

#head_logo .float_left_winamax
{
	float: left;
	height: 270px;
	padding-top: 30px;
}

.logo_winamax
{
	margin-left: 102px;
	margin-top: 45px;
}

.logo_wam
{
	margin-left: 60px;
	margin-top: 30px;
}

#head_logo .right
{
	float: right;
	width: 394px;
	height: 300px;
}

#head_logo .right ul
{
	float: right;
	overflow: auto;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 70px;
}

#head_logo .right ul li
{
	float: left;
	margin-left: 12px;
	list-style: none;
}

#head_logo .right ul li a,
#head_logo .right ul li a:hover,
#head_logo .right ul li a:visited,
#head_logo .right p a,
#head_logo .right p a:hover,
#head_logo .right p a:visited
{
	text-decoration: none;
	color: white;
}

#head_logo .right ul li a:hover,
#head_logo .right p a:hover
{
	text-decoration: underline;
}

#head_logo .right p
{
    clear: both;
	float: right;
	overflow: auto;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-style: italic;
}

#social
{
	margin-top: 25px;
	margin-right: 10px;
}

/*
** BLOC DU HAUT
*/

#big_top
{
	width: 994px;
	margin: 0 auto;
	top: -50px;
	position: relative;
}

*+html #big_top
{
	top: -44px;
}

#big_top #menu_hor
{
	overflow: auto;
	background: url(../images/big_top_top_corners.png) bottom left no-repeat;
	height: 40px;
}

#big_top #menu_hor ul
{
	float: right;
}

#big_top #menu_hor ul li
{
	list-style: none;
	float: left;
	background: url(../images/menu_hor_middle.png) top left no-repeat;
	width: 119px;
	height: 33px;
	text-align: right;
}

#big_top #menu_hor ul li a
{
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #001e4a;
	text-decoration: none;
	display: inline-block;
	margin-right: 18px;
	margin-top: 8px;
	text-align: center;
	width: 88px;
}

#big_top #menu_hor ul li a:hover
{
	color: #4b8bd3;
}

#big_top #menu_hor ul li.firstLink
{
	background: url(../images/menu_hor_left.png);
	width: 154px;
}

#big_top #menu_hor ul li.lastLink
{
	background: url(../images/menu_hor_right.png);
	width: 116px;
}

#big_top #menu_hor ul li.lastLink a
{
	margin-right: 10px;
	width: 95px;
	margin-right: 4px;
}

#top_content
{
	background: url(../images/top_content_bg.png) top left repeat-y;
	overflow: auto;
	padding-top: 20px;
}

#top_content .left
{
	float: left;
	width: 325px;
	margin-left: 20px;
}

#top_content .left h1
{
	font-size: 15px;
	color: #7f7f7f;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#top_content .left h1 span.txt
{
	float: left;
}

#top_content .left h1 span.line
{
	display: inline-block;
	height: 4px;
	margin-left: 5px;
	border-top: 1px solid #dbdbdb;
	width: 243px;	
}

*+html #top_content .left h1 span.line
{
	height: 8px;
}

#top_content .left h2
{
	font-size: 28px;
	color: #02214d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #C6C6C6;
	margin-bottom: 15px;
	margin-top: 5px;
}

#top_content .left p
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	text-align: justify;
    margin-top: 15px;
}

#top_content .left p a {
    color:#3369A7;
    text-decoration:none;
}

#top_content .left textarea {
    height: 250px;
    width: 350px;
}

#top_content .left p a:hover {
    color:#3369A7;
    text-decoration:underline;
}

#image_partenaire ul ul,
#top_content .left ul {
    margin-top: 15px;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	text-align: justify;
    margin-top: 15px;
    margin-left: 15px;
}

#image_partenaire ul li ul li {
    list-style: disc;
}

#top_content .left h3 {
    margin-top: 15px;
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
}

a.read_more
{
	display: inline-block;
	min-width: 118px;
	height: 22px;
	background-image: url(../images/read_next_button.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 15px;
}

a.read_more,
a.read_more:visited,
a.read_more:hover
{
	text-decoration: none;
	color: #363636;
	text-indent: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

a.read_more:hover
{
	background-position: bottom left;
}

#top_content .right
{
	float: left;
	width: 610px;
	height: 317px;
	margin-left: 20px;
	background: url(../images/pg_pic_border.png) top left no-repeat;
}

#top_bottom
{
	height: 11px;
	background: url(../images/big_top_bottom_corners.png) top left no-repeat;
}

#top_waves
{
	height: 40px;
	background: url(../images/waves.png) top left no-repeat;
}

#content
{
	width: 994px;
	overflow: visible;
	margin: 0 auto;
	top: -50px;
	position: relative;
}

#content #content_top
{
	height: 12px;
	background: url(../images/content_top_bg.png) top left no-repeat;
}

#content #content_main
{
	background: url(../images/content_main_bg.png) top left repeat-y;
}

#content #content_bottom
{
	height: 12px;
	background: url(../images/content_bottom_bg.png) top left no-repeat;
}

#content_main ul
{
	width: 974px;
	margin: 0 auto;
	background: url(../images/sous_menu_top_bg2.png) top left no-repeat #e8e8e8;
	height: 26px;
	border-bottom: 1px solid #d9d9d9;
}

#content_main ul li
{
	width: 129px;
	height: 31px;
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	line-height: 25px;
}

#content_main ul li
{
	width: auto;
	text-align: left;
	margin-left: 5px;
}

#content_main ul li a
{
	text-decoration: none;
	color: #3369a7;
}

#content_main ul li.selected
{
	background: url(../images/sous_menu_selected_bg.png) top left no-repeat;
	z-index: 100;
	position: relative;
}

#content_main ul li.selected a
{
	color: white;
}

#select_content
{
	border: 1px solid #d9d9d9;
	width: 972px;
	margin: 0 auto;
}

#select_content .news_box
{
	clear: both;
	margin: 10px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
}

#select_content .news_box h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #02214D;
	font-weight: bold;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 3px;
	margin: 3px 0;
}

#select_content .news_box h3 .date_news
{
	font-size: 12px;
	font-weight: normal;
}

#select_content .news_box p
{
	text-align: justify;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

#select_content .news_box p img
{
	float: left;
	margin: 5px;
	width: 100px;
}

#select_content .news_box p a.read_more
{
	margin-left: 30px;
}

#bottom
{
	background: url(../images/bg_footer.png);	
	border-top: 2px solid white;
	position: relative;
	bottom: 0;
	width: 100%;
}

#footer
{
	width: 994px;
	margin: 0 auto;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 0;
}

#footer .left
{
	width: 700px;
	text-align: left;	
	color: white;
	float: left;
}

#footer .right
{
	float: left;
	width: 294px;
	text-align: right;
	color: white;
}

/***********/
#image_partenaire
{
	float: left;
	width: 427px;
	height: auto;
	margin-left: 20px;
}

#image_partenaire .top
{
	height: 19px;
	background: url(../images/partenaire_logo_bg/top.png) top left no-repeat;
}

#image_partenaire .middle
{
	background: url(../images/partenaire_logo_bg/middle.png) top left repeat-y;
	height: auto;
	text-align: center;
}

#image_partenaire .middle img
{
	max-width: 363px;
	max-height: 300px;
}


#image_partenaire .bottom
{
	height: 19px;
	background: url(../images/partenaire_logo_bg/bottom.png) top left no-repeat;
}

#top_content .leftPartenaire
{
	width: 525px;
	text-indent: justify;
}

#top_content .centerPartenaire
{
	margin-left: 190px;
	width: 600px;
	text-indent: justify;
}

#top_content .leftPartenaire p.too_many_people strong {
    color: orange;
}

#partenaire_infos
{
	margin-left: 25px;
}

#partenaire_infos ul li
{
	font-size: 14px;
	list-style: none;
	color: #363636;
	font-family: Arial,Helvetica,sans-serif;
}

#partenaire_infos li span
{
	color: #5E6C85;
	font-weight: bold;
}

#partenaire_infos li a
{
	font-style: none;
	text-decoration: none;
	color: #7F7F7F;
}

#partenaire_infos li a:hover
{
	text-decoration: underline;
	color: black;
}

/*** trucs d'admin ***/

#menu_admin_list
{
    clear: both;
    background: #E8E8E8 url(../images/sous_menu_top_bg2.png) no-repeat scroll left top;
    border-bottom:1px solid #D9D9D9;
    height:26px;
    margin:0 auto;
    width:974px;
}

#menu_admin_list .sayAdmin
{
    color: red;
    font-weight: bold;
}

#top_content .fullPage
{
    width: 960px;
}

/* admin tournois */
.adminEditTournament
{
    display: inline-block;
    width: 100px;
    text-align: center;
}

h2 .adminEditTournament
{
    font-size: 14px;
}

p .adminEditTournament
{
    margin-left: 5px;
    clear: left;
    float: left;
}

.adminEditTournament strong
{
    color: red;
}

.adminEditTournament a
{
    color: #3369A7;
    text-decoration: none;
}

#news_box .membre_bureau {
    color: #CC9D27;
}

#news_box .membre_membre {
    color: #DC4453;
}

#formulaire_de_connexion {
	font-family: Arial, Helvetica, sans-serif;
}

#formulaire_de_connexion label {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
}

#formulaire_de_connexion input {
    border: 1px solid #363636;
}

#formulaire_de_connexion li {
    list-style: none;
}

#patate
{
	border: 1px solid black;
	width:400px;
	height:200px;
	margin: auto;
}
