body {
	margin: 0;
 	text-align: center;			
	background: #00113c url(/img/bg.gif) repeat-x top;
	font-family: "Verdana";
 	font-size: 11px;
 
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #4AC7F5;
	text-decoration: underline;
}

img { 
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	margin-left: auto;
 	margin-right: auto;
 	width: 980px;
	text-align: left;
}
		
#tabb {
	background: #FFF url(/img/body-top.gif) no-repeat top;
}
.menu_gauche {
	width: 262px;
	text-align: left;
	background: #e6e6e6 url(/img/ml-bg.gif) repeat-y;
}

.menu_gauche ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px 15px;
}

.menu_gauche li {
	font-size: 14px;
	font-weight: bold;
 	/*list-style-image : url(/img/puce.gif);*/
 	list-style-position: outside;
}

.menu_gauche li.cat_active {
	color: #ff0066;
}

.vid {
	width: 688px;
	background: #e6e6e6 url(/img/vid-bg.gif) repeat-y;
}

.vid_content {
	margin: 10px;
}

div.thumb img {
	background: white;
	border: 1px solid #d0d0d0;
	padding: 5px;
}

.cal_month {
	color: #FFF;
	font-size: 9px;
	width: 68px;
	height: 28px;	
}

.cal_day {
	color: #515151;
	font-size: 19px;
	font-weight: bold;
	width: 68px;
	height: 28px;
}

.vid_title {
	color: #FFF;
	font-size: 20px;
	padding-left: 5px;
	padding-top: 10px;
}

/* PAGINATION */
.pag_container {
	width: 688px;
	height: 40px;
	margin: 10px 0 15px 0;
	background: url(/img/bg-pagi.gif) repeat-x;
	font-size: 16px;
	color: #C0C0C0;
}
.pag_container a {
	color: #000000;
}
.pag_container a:hover {
	color: #4AC7F5;
}
.pag_previous {
	float: left;
	padding: 10px 0 0 15px;
	margin: 0 auto;
  	width: 100px;
	height: 40px;
	background: url(/img/left-pagi.gif) no-repeat left top;
}
.pag_iteration {
	float: left;
	width: 455px;
	height: 40px;
	text-align: center;

}
.pag_next {
	float: right;
	padding: 10px 15px 0 0;
  	width: 100px;
	height: 40px;
	text-align: right;
	background: url(/img/right-pagi.gif) no-repeat right top;
}
.pag_iteration ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.pag_iteration li {
	display: inline;
}

.pag_iteration li a {
	padding: 9px 10px 8px 10px;
	line-height: 40px;
}

.pag_iteration li a:hover {
	color: #FFFFFF;
	background: #4AC7F5;
}

.pag_iteration li.pag_active {
	color: #FFFFFF;
	background: #FF0198; 
	font-weight: bold;
	padding: 9px 10px 8px 10px;
	line-height: 40px;
}

.box-left { 
	float: left;
	color: #999;
	font-size: 10px;
	text-align: left;
}
.box-right {
	float: right;
	color: #999;
	font-size: 10px;
	text-align: right;
}

.members_error {
	color: red;
	font-weight: bold;
	font-size: large;
}

#text_footer {
	color: #FFF;
	font-size: 10px;
	padding: 60px 0 10px 0;
	text-align: center;
}

#text_footer a {
	color: #FFF;
	text-decoration: underline;
}
