/* CSS Document */

body {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	text-align:				justify;
	font-size:				12px;
	margin:					0px 0px 0px 0px;
	background-color:		#FFFFFF;
	background-attachment:	fixed;
	background-repeat:		repeat-x;

}

a {
	color:					#0B0043;
	text-decoration:		underline;
}

a:hover {
	color:					#FF9900;
	text-decoration:		none;
}
#main {
	padding-top:			10px;
	padding-left:			15px;
	padding-right:			15px;
	padding-bottom:			10px;
	width:					725px;	
	background-color:		#FFFFFF;
	display:				table-cell;
}

.header {
	background-image:		url(../images/header_bg.jpg);
	height:					167px;
	background-position:	775px;
	background-repeat:		repeat-x;

}

#menu {
	background-image:		url(../images/menu_bar_ext.gif);
	background-repeat:		repeat-x;
}

#content {
	float:					right;
	width:					500px;
	padding-left:			25px;
	padding-right:			25px;
}

#copyright {
	font-size:				10px;
	width:					755px;	
	background-color:		#FFFFFF;
	float:					left;
	text-align:				center;
	margin-top:				1px;
	padding-top:			3px;
	padding-bottom:			3px;

}
.ajouter {
	float:					center;
	color:					#E17400;
}
.ajouter a{
	color:					#E17400;
	text-decoration:		none;
}

.back_btn {
	color:					#E17400;
	font-size:				10px;
}

.back_btn a {
	color:					#E17400;
	text-decoration:		none;
}

.back_btn a:hover {
	color:					#BB6200;
	text-decoration:		none;
}

#menu_content {
	color:					#FFFFFF;
}

#menu_content li {
	list-style-type:		none;
	list-style-position:	inside;
	padding:				1px;
}

#menu_content a {
	padding-left: 			5px;
	color:					#070043;
	text-decoration:		none;
	font-weight:			bolder;
	font-family:			"Times New Roman", Times, serif;
	background-color:		#FFCC66;
	display:				block;
	height:					18px;
	width:					125px;
}

#menu_content a:hover {
	margin-left:			5px;
	color:					#070043;
	background-color:		#FF9900;
	display:				block;
	height:					18px;
	width:					125px;
}

.footer {
	text-align:				center;
	background-color:		#CCCCCC;
	background-image:		url(../images/menu_bar_ext.gif);
	background-repeat:		repeat-x;
	padding:				8px;
	font-size:				10px;
	color:					#666666;
	clear:					both;
}

.footer a {
	color:					#666666;
	text-decoration:		none;
}

.footer a:hover {
	color:					#0B0043;
	text-decoration:		underline;
}

.search_box {
	background-image:		url(../images/search_box.gif);
	background-repeat:		no-repeat;
	width:					324px;
	height:					45px;
}

.content {
	padding:				15px 75px 15px 45px;
	min-height:				400px;
	width:					600px;
	text-align:				justify;
}

.content_title {
	font-size:				16px;
	font-weight:			bold;
	color:					#E17400;
	float:					left;
}

.content_sub_title {
	font-size:				12px;
	font-weight:			bold;
	color:					#E17400;
	float:					left;
}

#video_small {
	float:					left;
	margin:					5px 5px 5px 5px;
	width:					141px;
	height:					175px;
	font-size:				10px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	text-align:				left;
	background-color:		#62B7D2;
	color:					#ffffff;
	text-align:				center;	
}
#video_small a{
	color:					#FFFFFF;
	text-decoration:		none;
}

.images {
	margin:				4px;
	border:				1px solid #62b7d2;
	margin-left:		15px;
}
.style1 {	color: #62B7D2;
	font-weight: bold;
}

/* WINDOWPOP */

#showimage{
position: absolute;
visibility: hidden;
border: 1px solid #3C281E;
top: 0px;
left: 0px;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color:	#1B365E;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
color: #FFFFFF;
}

/* WINDOWPOP END */