img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: black;
    background-image: url("/sites/templates/images/backgroundBodyRepeat.jpg");
    background-repeat: repeat-x;
    font-family: arial;
    font-size: 12px;
    color: black;
 
}



a, #content a {
    text-decoration: underline;
    color: #336193;
}

LABEL, tr, td  {
    color: black;
    font-size: 12px;
	}
	
/*title*/

#title {
    position: absolute;
    left: 294px;
    top:60px;
    z-index: 1000;
    }

h1 {
    padding:0;
    margin:0;
    color:#b10001;
    font-size: 18px;
    font-weight: bold;
    }

h2 {
    padding:0;
    margin:0;
    color:#4F6789;
    font-size: 14px;
    font-weight: bold;
    }	
	

/*header*/

#logo {
	position: absolute;
	
	}

#header {
	position: absolute;
	width: 692px;
	height: 72px;
	left: 288px;
	background-image: url("/sites/templates/images/header.jpg");
    background-repeat: no-repeat;
	
	}

#header h1 {
	margin-top:6px;
	text-align:left;
	width:530px;
	
	color:red;
	z-index:1000;
	font-family: Century Gothic;
	font-size:21px;
	font-weight: normal;
	letter-spacing:6px;
	color: #be2942;
	
	}
/*menu*/
#menu {
	position: absolute;
	top:194px;
	padding-left:10px;
	width: 278px;
	height: 680px;
	background-image: url("/sites/templates/images/backgroundMenu.jpg");
	background-repeat: no-repeat;
	
	
	} 


/*menu gauche*/

.topnav2 {
	padding:0px;
    margin:0px;
	width:270px;
	height: 670px;
	
	}
	
.topnav2 li {
	padding:0px;
    margin:0px;
	list-style-type: none;
	}	

.lired a{
    /*color:black;*/
    }
.liblack a {
    /*color:black;*/
    }
.here a {
    color:#b10001;
    }
.topnav2 li a {
	padding:0px;
    margin:0px;
	font-size: 16px;
	font-weight: bold;
	
	text-decoration: none;
	width: 270px;
	display: block;
	padding-bottom:2px;
    background-image: url("/sites/templates/images/barreMenu.png");
    background-repeat: no-repeat; 
    background-position: bottom;
    
    color: #12447b;
    
	}
	
.topnav2 li a:hover {
 
    color: #b10001;
    
    }   

.topnav2 li.here a {

    color:#b10001;
    
    }
    
 .topnav2 li.here ul li a {

    color: black;
    
    } 

.topnav2 li ul {
    padding:0px;
    margin:0px;
    padding-left: 30px;
    margin-bottom:10px;
    }	
	
.topnav2 li ul li {
	padding:0px;
    margin:0px;
    color:black;
    list-style-type: square;
    }
    
   .topnav2 li ul li.here, .topnav2 li ul li.here_last {
   
    color:#b10001;
    
    }   	
    
.topnav2 li ul li a{
	padding:0px;
    margin:0px;
    color:black;
    font-size: 12px;
    font-weight: bold;
    background-image: none;
    }      
     
.topnav2 li ul li a:hover, .topnav2 li.here ul li.here a, .topnav2 li.here_last ul li.here a, .topnav2 li.here ul li.here_last a {
    padding:0px;
    margin:0px;
    color:#b10001;
    font-size: 12px;
    font-weight: bold;
    background-image: none;
    }   
    
/* menu haut header*/

.topnav {
	position: absolute;
	padding:0px;
    margin:0px;
	width: 670px;
	height: 25px;
	top:39px;
	left:0px; 
	}  
	
.topnav li {
	padding:0px;
    margin:0px;
    padding-left: 1px;
	}	
	
.topnav li a {
	display: block;
	padding:0px;
    margin:0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	color:white;
	background-image: url("/sites/templates/images/menuHautBackground.gif");
    background-repeat: no-repeat; 
    background-position: left;
    background-color: #C6090A;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
	}	
	
.topnav li a:hover, .topnav li.here a, .topnav li.here_last a {
	color:#C6090A;
	background-image: url("/sites/templates/images/menuHautBackgroundHere.gif");
    background-repeat: no-repeat; 
    background-position: left;
    background-color: white;
	
	}	



/*content*/



#backgroundContent {
	position: relative;
	padding:0px;
	margin:0px;
	min-height: 720px;
	_height:720px;
	width: 702px;
	background-image: url("/sites/templates/images/backgroundContent.png");
    background-repeat: repeat-y;
    top:72px;
    left:278px;
    

	}
	
#content {
	position: relative;
	padding:0px;
    margin:0px;
	width: 660px;
	min-height: 720px;
	_height:720px;
	padding: 15px;
	padding-top:30px;
	padding-bottom: 0px;
	
	
	}	


/*mention*/
#mentions {
    padding-top:5px;
    font-size:10px;
    text-align:center;
    color: black;
    width: 700px;
    
    }
    
    
	



