*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #727272;
	background-image: url("images/background_main.png");
	background-repeat: repeat-x;
	background-color: #ebebeb;
}

img
{
	border: 0;
}

a
{
	color: #0184cc;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	color: #0184cc;
	margin-bottom: 15px;
}

h1
{
	font-size: 40px;
}

h2
{
	font-size: 34px;
}

h3
{
	font-size: 30px;
}

h4
{
	font-size: 26px;
}

h5
{
	font-size: 22px;
}

h6
{
	font-size: 18px;
}

li
{
	margin-left: 20px;
}

li
{
	color: #0184cc;
}

table
{
	border-collapse: collapse;
}

td, th
{
	padding: 4px;
}

.horz_separator
{
	height: 2px;
	background-color: #cdcdcd;
	overflow: hidden;
}

.vert_separator
{
	width: 2px;
	background-color: #cdcdcd;
	overflow: hidden;
}

/* //////////////////////////////////// */

#corps
{
	width: 745px;
	margin: auto;
}

#menu_top
{
	float: right;
	margin-top: 33px;
	margin-bottom: 5px;
	margin-right: 22px;
}

#menu_top .element
{
	display: block;
	height: 27px;
	float: left;
}

#menu_top .left
{
	background-image: url("images/menu_top_left.png");
	width: 7px;
}

#menu_top .right
{
	background-image: url("images/menu_top_right.png");
	width: 7px;
}

#menu_top .separator
{
	background-image: url("images/menu_top_separator.png");
	width: 7px;
}

#menu_top .home
{
	background-image: url("images/menu_top_home.png");
	width: 30px;
}

#menu_top .forum
{
	background-image: url("images/menu_top_forum.png");
	width: 29px;
}

#menu_top .blog
{
	background-image: url("images/menu_top_blog.png");
	width: 23px;
}

#menu_top .liens
{
	background-image: url("images/menu_top_liens.png");
	width: 25px;
}

#menu_top .contact
{
	background-image: url("images/menu_top_contact.png");
	width: 39px;
}

/* //////////////////////////////////// */

#contents
{
	width: 716px;
	background-image: url("images/background_corps.png");
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 14px;
	padding-right: 15px;
	height: 750px;
}

html>body #contents
{
	height: auto;
	min-height: 750px;
}

#contents_bottom
{
	width: 745px;
	height: 39px;
	background-image: url("images/background_corps_bottom.png");
}

/* //////////////////////////////////// */

#search
{
	float: right;
}

#search #search_box
{
	width: 125px;
	border: 1px solid #b6b6b6;
	color: #808080;
	font-size: 11px;
	padding: 1px;
	background-image: url("images/search_icon.png");
	background-repeat: no-repeat;
	background-position: center right;
}

#welcome_message
{
	text-align: center;
}

/* //////////////////////////////////// */

#publicite
{
	width: 468px;
	height: 60px;
	float: right;
}

#logo
{
	width: 233px;
	height: 62px;
}

/* //////////////////////////////////// */

#menu_main
{
	width: 718px;
}

#menu_main .horizontal_separator
{
	height: 1px;
	width: 100%;
	background-image: url("images/menu_main_horizontal_separator.png");
	background-repeat: repeat-x;
	overflow: hidden;
}

#menu_main .vertical_separator
{
	height: 10px;
	width: 25px;
	background-image: url("images/menu_main_vertical_separator.png");
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

#menu_main .element
{
	color: #0184cc;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 3px;
	margin-bottom: 5px;
	overflow: hidden;
}

#menu_main_suggestpopup
{
	border: 1px solid #0184cc;
	background-color: #ffffff;
	width: 170px;
	margin-top: 5px;
	padding: 5px;
	position: absolute;
	z-index: 10;
	display: none;
}

/* //////////////////////////////////// */

#fil_info
{
	float: right;
	width: 343px;
	position: relative;
	/* height: 215px; */
	height: 195px;
}

#fil_info .hour, #fil_info .categorie, #fil_info .info a
{
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#fil_info .hour
{
	color: #000000;
}

#fil_info .categorie
{
	color: #0184cc;
}

#fil_info .info a
{
	color: #727272;
}

#flash_news
{
	width: 350px;
	height: 190px;
	padding-top: 5px;
}

.news_info_vertical_separator
{
	float: right;
	height: 192px;
	margin-right: 10px;
}

.news_info_horizontal_separator
{
	width: 718px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* //////////////////////////////////// */

.videos
{
	float: right;
	width: 225px;
}

.videos td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.videos .preview
{
	border: 1px solid #ffffff;
	width: 78px;
	height: 52px;
}

.videos .author
{
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.videos .name a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.agenda
{
	float: right;
	width: 223px;
}

.agenda .date, .agenda .place, .agenda .evenement a
{
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.agenda .date
{
	color: #000000;
}

.agenda .place
{
	color: #0184cc;
}

.agenda .evenement a
{
	color: #727272;
}

.podcasts
{
	width: 225px;
}

.podcasts td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.podcasts .preview
{
	border: 1px solid #ffffff;
	width: 78px;
	height: 52px;
}

.podcasts .author
{
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.podcasts .name a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.videos_agenda_vertical_separator
{
	height: 267px;
	float: right;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

.agenda_podcasts_vertical_separator
{
	height: 267px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

.agenda_podcasts_horizontal_separator
{
	width: 718px;
	margin-bottom: 10px;
}

/* //////////////////////////////////// */

#online
{
	float: right;
	width: 340px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

#online .number_online a
{
	font-size: 40px;
	color: #2e9dd5;
	font-weight: normal;
}

#online .number_online a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #2e9dd5;
}

#zoom
{
	width: 345px;
}

#zoom .zoom_zoom
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.online_zoom_vertical_separator
{
	height: 95px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

/* //////////////////////////////////// */

.ct_content
{
	width: 550px;
	overflow: auto;
}

.ct_sidebar
{
	float: right;
	width: 150px;
}

.ct_entry
{
	padding-left: 15px;
}

.ct_entry_footer
{
	background-color: #cdcdcd;
	padding: 4px;
	padding-left: 7px;
	color: #5b5a5a;
	margin-top: 15px;
	margin-bottom: 30px;
}

.ct_pageslist
{
	text-align: center;
}

.ct_videocase
{
	float: left;
	width: 130px;
	text-align: center;
}

.ct_videocase .preview
{
	border: 1px solid #ffffff;
	width: 120px;
	height: 90px;
}

.ct_videocase .author, .ct_videocase .author a
{
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #727272;
	font-size: 10px;
}

.ct_videocase .name, .ct_videocase .name a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #0184cc;
}

.ct_videocase .categorie
{
	position: relative;
	top: 18px;
	text-align: left;
	padding-left: 7px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.ct_videocase .categorie span
{
	font-size: 10px;
	background-color: #ebebeb;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	color: #343434;
	border: 1px solid #727272;
}

.ct_evtcase
{
	float: left;
	width: 275px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ct_evtcase .picturecase
{
	width: 90px;
}


.ct_evtcase .preview
{
	border: 1px solid #ffffff;
	width: 90px;
	height: 68px;
}

/* //////////////////////////////////// */

#footer
{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0184cc;
	line-height: 24px;
}
