/* FIX IE6 Scrollbars bug - Leave this in! */
html { overflow-x: auto; } 



body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #333333;
 }
 
a{
	color: #AE1E2D;
	font-size: 11px;
	/*text-decoration: none;*/
}
 
 form {
 	display: inline;
 }
 
 textarea,input {
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	background: White;
	font-size: 10px;
	margin: 2px;
	padding: 2px;
	vertical-align: sub;
}

h1{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	color: #46AA24;
	font-size: 12px;
	font-weight: bold;	
	
}

h3{
	margin: 0px;
	padding: 0px;
	color:Black;
	font-size: 15px;
	font-weight: bold;	
}

hr{
   border: 0;
	width: 90%;
	color: #46AA24;
	background-color: #46AA24;
	height: 1px;
}
 
table{
	font-size: inherit;
	color: inherit;
} 
 
img {
	border-width: 0px;
} 



 
.right{
	text-align: right;
}

.left{
	text-align: left;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #AE1E2D;
	color: White;	
}

.red a{
	color: white;
	text-decoration: underline;
}
.red a:hover{
	text-decoration:none;
}

.green{
	background-color: #46AA24;
	font-size: 11px;
	color: White;	
} 
.green a{
	color: white;
	text-decoration: underline;
}
.green a:hover{
	text-decoration:none;
}

.left_margin{
	padding-left: 15px;
}
.darkgrey{
	font-size: 11px;
	background-color: #333333;
	color: White;		
}

.darkgrey td {
	height: 35px;
	color: White;	
	font-weight: bold;
}
 
 /* MAIN WRAPPER: Adjust forum width here. Leave margins alone to auto-center content */
#parent { 
	margin-top: 0px;	
	background-repeat: repeat-y;
	background-position: center;
	width: 780px;
	/*height: 800px;*/
	margin-left: auto;
	margin-right: auto;
	color: #000;
	text-align: center; 
	background-image:url(pict/fondskin.png);
}



#head1 { 
	margin-top: 0px;	
	margin-left: auto;
	margin-right: auto;
}

#main { 
	margin-top: 0px;	
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
}

#head2 { 
	width: 730px;
	height: 35px;
	background-image:url(pict/head2sub.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: right;
}

#barnav { 
	width: 730px;
	height: 35px;
	background-image:url(pict/head2sub.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 4px;
	text-align: left;
	font-size: 10px;
	color: Silver;
	border-color: Silver;
}




/* Les conteneurs */
.grey_box{
	margin-left: auto;
	margin-right: auto;
   border-style: solid;
	border-width: 1px;
	/*height: 200px;*/
	color: White;
	background-color: #777777;
	border-color: Black;
	
}

.light_grey_box{
	margin-left: auto;
	margin-right: auto;
   border-style: solid;
	border-width: 1px;
	/*height: 100px;*/
	color: #000000;
	background-color: #EDEDED;
	border-color: Black;
	
}

.white_box{
	width: 562px;
	/*float: right;*/
	margin-left: 10px;
	margin-right: 25px;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	padding-top: 5px; /*height: 100px;*/
	color: #525252;
	text-align: left;
	background-color: #F9F9F9;;
	border-color: Silver;
}

.error_box{
	margin-left: 10px;
	margin-right: 25px;
	margin-top: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: Black;
	padding: 5px;
	padding-top: 5px;
	color: White;
	text-align: left;
	font-size: 11px;
	background-color: #AE1E2D;

}

.error_box h1{
	color: White;
	font-size: 12px;
	
}

.ok_box{
	margin-left: 10px;
	margin-right: 25px;
	margin-top: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: Black;
	padding: 5px;
	padding-top: 5px;
	color: White;
	text-align: left;
	font-size: 11px;
	background-color: #46AA24;
}
.ok_box h1{
	color: White;
	font-size: 12px;	
}

.red_box{
	margin-left: auto;
	margin-right: auto;
   border-style: solid;
	border-width: 1px;
	height: 190px;
	color: White;
	/*background-color: #930000;*/
	border-color: Black;
	padding: 5px;	
	background-image:url(pict/red_box.png);
	background-repeat: no-repeat;
	
}


#footer { 
	width: 730px;
	height: 35px;
	background-image:url(pict/head2sub.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 2px;
	text-align: center;
}


/* MENU gauche*/
#menu{
	float: left;
   width: 145px;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	background-color: #F9F9F9;
	border-color: Silver;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}	


/* boite de menus interne */
.box_menu {
	/*background-color: transparent;*/

	/*float: left;*/
	width: 145px;


}

.box_menu_top {
	visibility: visible;
	height: 19px;
	padding-top: 3px;
	padding-left: 12px;
	background-color: transparent;
	background-image: url(pict/top_menu.png);
   background-repeat: no-repeat;
	color:#3A3A3A;
	text-align: left;
	/*border-color: Silver;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;*/
	cursor: pointer;
}

.box_menu_top h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
	/*text-align: center;*/
	color: #46AA24;
	font-size: 11px;
	/*font-weight: normal;*/
	
}

.box_menu_content{
	
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 7px;
	text-align: left;

}

.box_menu_content a{
	margin-left: 3px;
	vertical-align: 4px;
	/*padding-top: 2px;*/
	color: #AE1E2D;
	font-size: 11px;
	text-decoration: none;
}

.box_menu_content a:hover{
	color: Black;
	/*font-weight: bold;*/
}

.box_menu_content img{
	margin: 0px;
}

.box_menu_content hr {
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 3px;
}


/* Aide dans la boite aide...*/
#help_box {
	height: 60px;
	background-color: white;
	margin-left: 9px;
	margin-right: 15px;
	padding: 5px;
	color:#3A3A3A;	
	line-height: 12px;
	border: 1px dashed #B00000;
	font-size: 11px;
	text-align: center;
}
	 