@CHARSET "UTF-8";

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #1a679a;
	background: #1a679a url(../img/bg.png) 50% 0 repeat-x;
	font-family: Geneva, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #666;
}

img {
	border: 0;
	vertical-align: middle;
}

a,a:visited,a:active {
	color: #7f2167;
	text-decoration: none;
}

a:hover {
	color: #935d85;
}

ul {
	list-style-image: url(../img/li.gif);
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	/*margin:36px auto 0px auto;*/
	background: url(../img/bg_main.png) 50% 0 no-repeat;
}

div#main {
	width: 960px;
	padding-bottom: 175px;
	margin: auto;
}

/**
* HEADER
*/
div#header {
	width: 960px;
	height: 336px;
	position: relative;
	/*margin-top:40px;*/
	margin: 0;
}

div#header a.home {
	position: absolute;
	top: 27px;
	left: 8px;
	width: 490px;
	height: 250px;
}

div#news_box {
	position: absolute;
	right: 17px !important;
	right: 15px;
	top: 23px;
	width: 425px;
	height: 252px;
}

div#header_dock {
	position: absolute;
	left: 0px;
	bottom: 2px;
	margin-left: -4px;
	width: 960px;
	z-index: 1000;
}

/* AEF Dock - These Style Classes are important */
.dock {
	list-style: none;
	position: relative;
	margin: 0px auto;
}

.dock li,.dock a {
	display: inline;
}

.dock img {
	display: block;
	border: none;
	width: 0px;
	height: 0px;
	position: absolute;
	top: auto;
	left: auto;
}

/**
* MENU
*/
div#menu {
	height: 40px;
	margin: 0;
	padding: 0;
	/*position:absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	background: url(../img/menu_bg_repeat.png) 0 -10px repeat-x;
	border-bottom: 2px solid #fff;
}

div#menu ul.menu,div#menu ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu ul.menu {
	margin: auto;
	height: 40px;
	width: 960px;
}

div#menu ul.menu li {
	float: left;
}

div#menu ul.menu li a {
	display: block;
	height: 40px;
	line-height: 40px;
}

div#menu ul.menu li a.accueil {
	background: url(../img/menu_bg_items.png) 0 -10px no-repeat;
	width: 89px;
}

div#menu ul.menu li a.accueil:hover {
	background: url(../img/menu_bg_items.png) 0 -68px no-repeat;
	width: 89px;
}

div#menu ul.menu li a.actu {
	background: url(../img/menu_bg_items.png) -89px -10px no-repeat;
	width: 70px;
}

div#menu ul.menu li a.actu:hover {
	background: url(../img/menu_bg_items.png) -89px -68px no-repeat;
	width: 70px;
}

div#menu ul.menu li a.candidats {
	background: url(../img/menu_bg_items.png) -159px -10px no-repeat;
	width: 121px;
}

div#menu ul.menu li a.candidats:hover {
	background: url(../img/menu_bg_items.png) -159px -68px no-repeat;
	width: 121px;
}

div#menu ul.menu li a.quotidiennes {
	background: url(../img/menu_bg_items.png) -279px -10px no-repeat;
	width: 151px;
}

div#menu ul.menu li a.quotidiennes:hover {
	background: url(../img/menu_bg_items.png) -279px -68px no-repeat;
	width: 151px;
}

div#menu ul.menu li a.primes {
	background: url(../img/menu_bg_items.png) -430px -10px no-repeat;
	width: 89px;
}

div#menu ul.menu li a.primes:hover {
	background: url(../img/menu_bg_items.png) -430px -68px no-repeat;
	width: 89px;
}

div#menu ul.menu li a.images {
	background: url(../img/menu_bg_items.png) -518px -10px no-repeat;
	width: 85px;
}

div#menu ul.menu li a.images:hover {
	background: url(../img/menu_bg_items.png) -518px -68px no-repeat;
	width: 85px;
}

div#menu ul.menu li a.videos {
	background: url(../img/menu_bg_items.png) -603px -10px no-repeat;
	width: 82px;
}

div#menu ul.menu li a.videos:hover {
	background: url(../img/menu_bg_items.png) -603px -68px no-repeat;
	width: 82px;
}

div#menu ul.menu li a.forum {
	background: url(../img/menu_bg_items.png) -686px -10px no-repeat;
	width: 81px;
}

div#menu ul.menu li a.forum:hover {
	background: url(../img/menu_bg_items.png) -686px -68px no-repeat;
	width: 81px;
}

div#menu ul.menu li a.tchat {
	background: url(../img/menu_bg_items.png) -766px -10px no-repeat;
	width: 82px;
}

div#menu ul.menu li a.tchat:hover {
	background: url(../img/menu_bg_items.png) -766px -68px no-repeat;
	width: 82px;
}

div#menu ul.menu li a.facebook {
	background: url(../img/menu_bg_items.png) -849px -10px no-repeat;
	width: 110px;
	overflow: hidden;
}

div#menu ul.menu li a.facebook:hover {
	background: url(../img/menu_bg_items.png) -849px -68px no-repeat;
	width: 110px;
}

div#menu ul.menu li a span {
	visibility: hidden;
}

div#menu_ver {
	float: left;
	width: 279px;
	padding: 0;
	margin: 0;
}

/**
* MODULE
*/
div.module {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 279px;
	background: url(../img/bg_module.png) 0 0 repeat-y;
}

div.module h4 {
	margin: 0;
	padding: 0;
	height: 38px;
	padding-top: 7px;
	line-height: 31px;
	font-size: 18px;
	padding-left: 90px;
	color: #fff;
	font-weight: bold;
	background: url(../img/bg_module_title.png) 0 0 no-repeat;
}

div.module ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.module ul li {
	margin: 0;
	padding: 0;
	margin-left: 6px;
}

div.module ul li a {
	display: block;
	padding: 3px;
	padding-left: 20px;
	text-decoration: none;
	color: #935d85;
}

div.module ul li a:hover {
	background: #935d85;
	color: #fff;
}

div.module ul.last {
	padding-bottom: 16px;
	background: url(../img/bg_module_bottom.png) 0 100% no-repeat;
}

/**
* MODULE NEWSLETTER
*/
div.moduleNewsletter {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 279px;
	height: 135px;
	background: url(../img/bg_moduleNewsletter.png) 6px -25px repeat-y;
}

div.moduleNewsletter input {
	position: absolute;
	top: 66px;
	left: 90px;
	width: 146px;
	height: 16px;
	padding-left: 5px;
	color: #666;
	font-style: italic;
}

div.moduleNewsletter button {
	position: absolute;
	top: 66px;
	right: 5px;
	width: 30px;
	height: 22px;
	font-weight: bold;
}

/**
* MODULE SECRET BOX
*/
div.module_secretbox {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 30px;
	width: 279px;
	height: 265px;
	background: url(../img/secretbox_bg.png) 6px 0 no-repeat;
}

div.module_secretbox h4 {
	display: none;
}

div.module_secretbox li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

div.module_secretbox ul {
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 1px;
	list-style: none;
}

div.module_secretbox ul li a:hover {
	background: #fff;
	opacity: 0.3;
	filter: alpha(opacity =   30);
}

div.module_secretbox ul li a span {
	visibility: hidden;
}

div.module_secretbox ul li a.news {
	height: 44px;
}

div.module_secretbox ul li a.secrets {
	height: 38px;
}

div.module_secretbox ul li a.primes {
	height: 34px;
}

div.module_secretbox ul li a.quotidiennes {
	height: 30px;
}

div.module_secretbox ul li a.photos {
	height: 34px;
}

div.module_secretbox ul li a.videos {
	height: 38px;
}

/**
* MODULE LIVE
*/
div.moduleLive {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 279px;
	height: 200px;
	background: url(../img/bg_moduleLive.png) 6px 0 repeat-y;
}

div.moduleLive h4 {
	display: none;
}

div.moduleLive img {
	margin-top: 30px;
	border: 2px solid #fff;
}

div.moduleLive a.link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 279px;
	height: 20px;
	display: block;
	z-index: 1000;
}

/**
* MODULE TV
*/
div.moduleTV {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 279px;
	background:none;
	text-align:center;
}

/**
* CONTENT
*/
div#content {
	float: right;
	text-align: justify;
	position: relative;
	width: 676px;
	overflow: hidden; margin : 0;
	padding: 0;
	background: url(../img/bg_content.png) 0 0 repeat-y;
	margin: 0;
}

div#content2 {
	padding-top: 7px;
	background: url(../img/bg_content_top.png) 0 0 no-repeat;
}

div#content3 {
	min-height: 500px;
	padding-bottom: 7px;
	padding-left: 6px;
	background: url(../img/bg_content_bottom.png) 0 100% no-repeat;
}

div#content h1 {
	width: 671px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	margin: 0;
	margin-left: -6px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 90px;
	background: url(../img/bg_content_title.png) 0 0 no-repeat;
}

div#content p {
	margin-left: 10px;
	margin-right: 10px;
}

/**
* FIRST FOOTER
*/
div#footer1 {
	margin-top: 10px;
	background-color: #FFF;
	background: url(../img/bg_footer1.png) 0 0 repeat-y;
	overflow: hidden;
	width: 100%;
}

div#footer1_top {
	background: url(../img/bg_footer1_top.png) 0 0 no-repeat;
}

div#footer1_bottom {
	padding-left: 10px;
	background: url(../img/bg_footer1_bottom.png) 0 100% no-repeat;
}

div#footer1 div.footer_box {
	float: left;
	width: 180px;
	height: 140px;
	margin: 0 10px;
	padding: 6px 10px 6px 0px;
	border-right: 1px dotted #999;
	position: relative;
}

div#footer1 div.footer_box h3 {
	color: #999;
	font-style: italic;
	font-weight: normal;
}

div#footer1 div.footer_box a.link {
	position: absolute;
	bottom: 4px;
	right: 4px;
}

div#footer1 div.footer_box div.forum_post {
	white-space: nowrap;
	overflow: hidden;
}

div#footer1 div.footer_box a.user {
	color: #999999;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	width: 80px;
}

/**
* FOOTER
*/
div#footer {
	margin: auto;
	width: 960px;
	margin-top: -165px;
	height: 165px;
	position: relative;
	background: url(../img/bg_footer.png) 0 0 no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 50px;
	height: 115px;
}

div#footer a {
	color: #e79ed4;
	padding: 4px;
}

div#footer a:hover {
	background: #e79ed4;
	color: #fff;
	border: 1px dashed #fff;
	padding: 3px;
}

/**
* HEADERS
*/
h1 {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding-left: 30px
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	font-size: 14px;
	color: #ccc;
	font-style: italic;
	font-weight: normal;
}

/**
* FORMS
**/
input,textarea,select {
	border: 1px solid #999;
	padding: 2px;
	font-family: geneva, verdana, ans-serif;
	font-size: 12px;
}

input:hover,input:focus,textarea:hover,textarea:focus,select:hover,select:focus
	{
	border: 1px solid #7016bd;
}

button {
	background-image: url(../img/button_bg.png);
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
	padding: 2px;
}

button:hover {
	border: 1px solid #BC2A4D;
	color: #BC2A4D;
}

fieldset {
	margin: 6px;
}
