/* CSS Document */

	
p { margin: 0 0 15px 0; }

	
#contenant {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	background: #FFF;
	}
	
#menuGen {
	text-align: left;
	margin: 0 0 0 0;
	background: #FFF;
	}
	
#menuDesign {
	float: left;
	margin: 0 0 0 0;
	background: #FFF;
	}
	
#boiteTexte {
	text-align: justify;
	width: 504px;
	margin: 0;
	background: #FFF;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}

.texte a:link {
	text-decoration: none;
	color: #CC0000;
	}

.texte a:visited {
	text-decoration: none;
	color: #999999;
	}
	
.texte a:hover {
	text-decoration: none;
	color: #000000;
	}
	
.article a:link {
	text-decoration: underline;
	color: #CC0000;
	}

.article a:visited {
	text-decoration: none;
	color: #999999;
	}
	
.article a:hover {
	text-decoration: none;
	color: #000000;
	}

.rouge {
	color: #CC0000;
}

.noir {
	color: #000000;
}
	
#copyright {
	clear: both;
	background-color: #000;
	padding: 3px;
	}
	
	#copyright p {
		color: #FFF;
		font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 3px 5px;
		}
		
table {
	background-color: #FFF;
	table-width: 450px;
	}
	
.titre1 {
	color: #369;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
.titre2 {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}
	
.titreSection {
	color: #5E91AD;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

td {
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 14px;
	}
	
.textBold {
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	}
	
.textBold a:link {
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
.textBold a:visited {
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	}
	
.textBold a:hover {
	color: #CCC;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	}
	
.textReg {
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	
.voir {
	color: #666;
	font-size: 9px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 18px;
	}
	
.voir a:link{
	color: #666;
	font-size: 9px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	
.voir a:visited{
	color: #666;
	font-size: 9px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	
.voir a:hover{
	color: #666;
	font-size: 9px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	
p a:link {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	}

p a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
	
p a:hover {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	}	
	
a:link {
	text-decoration: none;
	color: #CC0000;
	}

a:visited {
	text-decoration: none;
	color: #999999;
	}
	
a:hover {
	text-decoration: none;
	color: #000000;
	}


hr {
	color: #000000;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #666666;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 85px;
}

.bevelmenu li {
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	background-color: #CC0000;
	border: 0px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.bevelmenu li a{
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
background-color: #FFF;
border: 1px solid #999;
text-decoration:none;
}

.bevelmenu li a:hover{
color: black;
background-color: #DADADA;
border-style: outset;
}

.bevelmenu li a.current{
color: black;
background-color: #DADADA;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}


