/* HTML */
body {
	font: 100% Trebuchet MS, Arial, sans-serif;
	font-size: 100%;
	background: #000;
	line-height: 1.5em;
	color: #ffffff;
}
hr {
color : #ddd;
background-color : #ddd;
height : 1px;
border : 0;
}
input, textarea {
	font: 90% Helvetica;
	display: inline;
	background: #fff;
	color: #000;
}
a {
color : #f7f7f7;
text-decoration : none;
}


/* TEMPLATE */
#container {
width : 1000px;
margin: auto;
margin-top: 40px;
margin-bottom: 10px;
position : relative;
z-index : 0;
color : #f7f7f7;
background:  #000;
background-image : url(media/template/background.jpg);
background-repeat : no-repeat;
}
#header {
height : 80px;
border-bottom: 2px solid #f7f7f7;
margin-bottom: 20px;
}
#logo {
width: 250px;
background-image : url(media/template/logo.png);
background-repeat : no-repeat;
height:  75px;
}
#body {
min-height: 500px;
height : auto !important ;
height: 500px;
font-size:  90%;
padding-bottom: 1em;
}
#accueil_left_box {
margin-top:  1.2em;
padding-left: 1em;
margin-right: 1em;
float: left;
}
#accueil_news {
text-align: justify;
padding: 5px;
height:  400px;
overflow-y: auto;
}
#video_box {
min-height: 220px;
height : auto !important ;
height: 220px;
margin-right: 1em;
padding: 5px;
}
#comment_box {
margin-right: 1em;
padding: 5px;
}
#footer {
padding : 5px;
}


/* GRAY */
.gray {
	color : #333;
}
.gray_bg {
	background : #333;
}
.gray_bd {
	border : 1px solid #333;
}
.gray_bd_bottom {
	border-bottom : 1px solid #333;
}
.gray_bd_top {
	border-top : 1px solid #333;
}
.gray_a a, .gray_a a:visited, .gray_a a:active {
	color : #333;
}
.gray_a a:hover {
	color : #ffffff;
}


/* LIGHT */
.light {
	color : #fff;
}
.light_bg {
	background : #fff;
}
.light_bd {
	border : 1px solid #fff;
}
.light_a a, .light_a a:visited, .light_a a:active {
	color : #fff;
}
.light_a a:hover {
	color : #F99F1B;
}


/* PRIMARY */
.primary {
	color: #F99F1B;
}
.primary_bg {
	background: #F99F1B;
}
.primary_bd {
	border: 1px solid #F99F1B;
}
.primary_a a, .primary_a a:visited, .primary_a a:active {
	color : #F99F1B;
}
.primary_a a:hover {
	text-decoration: underline;
}


/* DARK */
.dark {
	color : #000000;
}
.dark_bg {
	background : #000000;
}
.dark_bd {
	border : 1px solid #000000;
}
.dark_bd_bottom {
	border-bottom : 1px solid #000000;
}
.dark_a a, .dark_a a:visited, .dark_a a:active {
	color : #000000;
}
.dark_a a:hover {
	color : #f7f7f7;
}


/* LIGHT GRAY */
.l_gray {
	color : #aaa;
}
.l_gray_bg {
	background : #aaa;
}
.l_gray_bd {
	border : 1px solid #aaa;
}
.l_gray_bd_bottom {
	border-bottom : 1px solid #aaa;
}
.l_gray_bd_top {
	border-top : 1px solid #aaa;
}
.l_gray_a a, .l_gray_a a:visited, .l_gray_a a:active {
	color : #aaa;
}
.l_gray_a a:hover {
	color : #ffffff;
}


/* INPUT ET SUBMIT */
.submit {
background: #000;
color: #f7f7f7;
font-weight: bold;
border : 1px solid #f7f7f7;
}
.submit_over {
background : #eee;
color : #000;
}
.input_over {
	background: #eee;
}


/* STAR VOTE */
.star_vote {
cursor : pointer;
}
.star_vote_fill {
background-image : url(media/template/star_fill.png);
background-position : center;
background-repeat : no-repeat;
height : 15px;
width : 15px;
}
.star_vote_selected {
background-image : url(media/template/star_fill.png);
background-position : center;
background-repeat : no-repeat;
height : 15px;
width : 15px;
}
.star_vote_frame {
background-image : url(media/template/star_frame.png);
background-position : center;
background-repeat : no-repeat;
height : 15px;
width : 15px;
}


/* MENU */
.menu {
color : #f7f7f7;
font-weight : bold;
}
.menu_over {
color : #F99F1B;
}
.menu_selected {
color : #F99F1B;
}


/* COMMUNICATION */
.pos_com {
font-weight : bold;
padding : 5px;
background: #003300;
border: 2px solid #000;
margin: auto;
display: none;
width: 500px;
margin:  auto;
font-size:  90%;
text-align: center;
}
.neg_com {
font-weight : bold;
padding : 5px;
background: #660000;
border: 2px solid #000;
margin: auto;
display: none;
width: 500px;
margin:  auto;
font-size:  90%;
text-align: center;
}
