/* CSS Document */
/*
Theme Name: Rollver_V3
Theme URI: http://www.rollver.fr
Description: Theme sur 2 colonnes.
Version: 1.1
Author: nZAngel
Creation Theme by nZAngel || http://www.nzangel.fr
*/


img {
	border: 0px;
padding: 2px 2px 2px 2px;

}
.alignleft {
float:left;
}

.alignright {
float:right;
}
body,td,th {
	color: #FFF;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
	background-color: #000000;
}

a:link {
	color: #69F;
	text-decoration: none;
	font-weight : bolder;
}

a:visited {
	color: #69F;
	font-weight : bolder;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: none;
}

a:active {
	color: #69F;
	text-decoration: none;
}

.titre{
text-align: center;
font-size: 28px;
font-weight:bold;
}
.cadre_bienvenue{
font-weight:bold;
text-align: center;
font-size: 24px;
height: 20px; 
padding: 7px;
}

.separation{
text-align: center;
padding: 7px 0 7px 0;
}

.cadre_index{
width: 990px;
margin : auto;

}

.cadre_include_page{
width: 495px;
float:left;
}

.cadre_logo_rollver{
width: 495px;
float:right;
text-align: center;
}
.cadre_index2{
width: 990px;
margin : auto;
}

.cadre_news{
width: 480px;
float:left;
}
.cadre_randos{
width: 480px;
float:right;
vertical-align: top;

}

.titre_news{
text-align: left;
font-size: 20px;
font-weight:bold
}

.auteur_news{
text-align: left;
}

.date_news{
text-align: left;
font-size: 8px;
}

.corps_news{
font-size: 14px;
}

.corps_page{
font-size: 16px;
}
.corps_page_admin{
font-size: 16px;
}
.corps_page_admin a{
color: #6CF;
text-decoration: none;
font-weight: normal;
}
.no_bordure img{
padding: 0;
}
/*--------------------Menu d?roulant Horizontal---------------------------*/

#menu ul {
 font: bold 12px Verdana;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
#menu li {
 float:left;
 margin:auto;
 padding:0;
 background: black url(images/blockdefault.gif) center center repeat-x;
 border-right: 1px solid #778;
 }
#menu li a {
 display:block;
 color:white;
 text-decoration:none;
 padding:5px 10px 5px 10px;
 }
#menu li a:hover {
 color: white;
 background: black url(images/blockactive.gif) center center repeat-x; /*tab link background during hover state*/
 }
 #menu ul li ul {
 display:none;
 text-align:left;
 }
 #menu ul li:hover ul {
 display:block;
 }
#menu li:hover ul li {
 float:none;
 }
 #menu li ul {
 position:absolute;
 background:#e0e0e0;
 }
 #menu {
 width:670px;
 margin:0 auto 0 auto;
 height:50px;
 }
 #menu_fixe{
 width:100%; 
 position:fixed;
 z-index: 4;
 top: 0;
 }

/* ######### Fin menu  ######### */
.cadre_admin{
        color: #000000;
	position:fixed;
	width:90%;
	height: 39px;
    left: 70px;
    bottom: 0px;
	background-image:url(/wp-content/themes/rollver_v3/images/fond_centre.png);
	background-repeat: repeat-x;
	border-radius: 10px 10px 0 0;
}
.cadre_admin a {
	color: #000000;
}
.breadcrumb{
	width: 990px;
	margin : auto;
	text-align: left;
	font-size: 14px;
}
.breadcrumb a {
	color: #999;
	text-decoration: none;
}