/* 
---Arrondir les coins---
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
*/

body{
   margin: 0px;
   padding: 0px;
   width: 100%;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, sans-serif;
   background: url(./images/bg.gif) repeat;
   margin-bottom: 20px;
}

input{
	width: 120px;
}

/* modification sur les liens */
/*Lien nornal */
 a:link, a:visited , a:hover, a:active {
	text-decoration: none;
	border: none;
	color: #736F6E;
}
  
#corps{ 
	width: 90%;
	margin: auto;
}
 
#navbar {
	font-size: 15px;
	color: #000;
	height: 30px;
	text-align: center;	
	background: url(./images/navbar.png) repeat-x;
	margin-bottom: 10px;
}    
    
/* Header */

#header-top{
	height: 32px;
	background: url(./images/top.gif);
	background-repeat: repeat-x;
	background-position: center;
	line-height: 2em;
	padding-left: 5px;
	font-size: 15px;
	margin-top: 10;
}

#headerbg{
	height: 200px;
	background: url(./images/headerbg.png);
	background-position: right;
	background-repeat: repeat-x;
}

#header{
	height: 200px;
	background: url(./images/banniere.png);
	background-repeat: no-repeat;
	background-position: right;
}

#fond{
	background-color: #fff;
	border-left: 1px solid;
	border-right: 1px solid;
}

/* Header properties */
/*Remarque : On utilise un # pour les id et un "." pour les classes */
.sub_header {
	width: 100%;
	font-size: 16px;
	color: #000;	
	height: 30px;
	text-align: center;		
	border-top: 1px solid;
	background: url(./images/barrebas.png) repeat-x;
}

/* Menu */

.menu_left{
	position: static;
	float: left;
	width: 160px;
}

.menu_right{
	float: right;	
	width: 160px;
}

.menu_element{	
	margin-bottom: 20px;
}

.menu_element_top{
	text-align: center;
	background: url(./images/navbar.png) repeat-x;
	font-size: 15px;
	color: #000;
}

.menu_element_container{
	font-size: 13px;
	padding: 20px;	
	height: 53px;
}

.menu_element_spec{
	padding: 5px;	
	font-size: 13px;
}

.menu_element_twitter{
	font-size: 10px;
}

/*Centre du site*/
#container{
	margin-right: 160px;
	margin-left: 160px;	
	border: 1px solid;
	text-align : justify; 
	min-height: 700px; 
	font-size: 12px;
}

.viewpage_title{
	width: 100%;	
	font-size: 14px;
	color: #000;
	text-align: center;	
	background: url(./images/navbar.png) repeat-x;
}

.viewpage_contain{
	font-size: 13px;
	padding : 5px;
}

.viewpage_footer{
	width: 98%;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 5px;
}

/*Personnage*/
.personnage{
	display:inline;
	float: right;	
	width: 230px;
	border-left: 1px grey dotted;
	border-bottom: 1px grey dotted;
	margin-left: 3px;
}

.bodyperso{
	display:inline;
}

.persotitle{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	padding-left: 5px;
}

/*News*/
#news_top{
	text-align: center;
	background: url(./images/navbar.png) repeat-x;
	font-size: 14px;
	color: #000;
}

.news {	
	margin-left: 5px;
	margin-right: 5px;
}

.add_news{
	text-align: center;
}

.news_admin{
	
}

.news_admin_title{
	text-align: center;
	margin-bottom: 10px;
}

.news_admin_footer{
	text-align: center;
	margin-bottom: 30px;
}

.news_title{
	width: 99,8%;	
	margin-top: 10px;	
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	text-align: center;
	background: url(./images/navbar.png) repeat-x;
	font-size: 14px;
	color: #000;
}

.news_contain{
	border-left: 1px solid;
	border-right: 1px solid;
	font-size: 13px;
	padding : 5px;
}

.news_footer{
	width: 99,8%;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	margin-bottom: 10px;
	padding-right: 5px;
}

/*Footer*/
.footer{
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-align: center;
	line-height: 2.5em;
	background: url(./images/barrehaut.png) repeat-x ;
}

.footer .left{
    float: left;
	margin-left: 10px;
}
 
.footer .right {
	float: right;
	margin-right: 10px;
}

.sub_footer{
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	border: 0px;
	color: #fff;
}
