/***************************************************************************
 *            style.css
 *
 *  Thu Apr  7 18:40:47 2005
 *  Copyright  2005  Cédric
 *  cedric [at] inside-crew [dot] net
 ****************************************************************************/
 /* div principaux de mise en page */
body{
	margin: 10px 10px 10px 10px ;
	background-color:#666666;
	font-family : arial;
	font-size : 12px;
}
#page{
	border: 1px solid black;
	background-color:#ffffff;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header{
	background : transparent url(../images/header2.jpeg) no-repeat 0px top;
	top:0px;
	left: 0px;
	height: 55px;
	width: 750px;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-left: 5px;
}
#menu-top{
	height: auto;
	border-bottom: 1px solid black;
	padding: 0px 0px 0px 10px ;	
	font-weight: bold;
}
#menu-left{
	width:145px;
	height: auto;
	padding: 10px 0px 0px 10px ;
	float: left;
	font-weight: bold;
}
#menu-right{
	width:145px;
	height: auto;
	padding: 10px 10px 0px 0px ;
	float: right;
	font-weight: bold;
}
#main{
	margin: 0px;
	width: 750px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}
#main-index{
	padding: 5px;
	margin-left: 160px;
	/*min-height: 500px;*/
	/*width: 580px;*/
}
#main-page{
	padding: 5px;
	margin-left: 30px;
	/*min-height: 500px;*/
	/*width: 580px;*/
}
#footer{
	border-top: 1px solid black;
	text-align: center;
	font-size : 10px;
	font-weight: bold;
}
/***************************************************************************
* menu-top
*/
#menu-top a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
#menu-top a:hover{
	color: #ff9900;
	}

/****************************************************************************
* menu-left{
*/
#menu-left .container{
	border: 1px solid black;
	text-align: center;
	padding:2px 2px 2px 2px;
}
#menu-left h1{
	color: #000000;
	font-size: 12px;
	text-align: center;
}
#menu-left h2{
	color: #000000;
	font-size: 10px;
	text-align: center;
}
/***************************************************************************
* menu-right
*/
#menu-right .container{
	border: 0px solid black;
	text-align: center;
	padding:2px 2px 2px 2px;
}
#menu-right h1{
	color: #000000;
	font-size: 12px;
	text-align: center;
}
#menu-right h2{
	color: #000000;
	font-size: 10px;
	text-align: center;
}
/***************************************************************************
* title
*/
#title{
	padding-top: 2px;
	padding-left: 10px;
	background-color: #ffffff;
	border: 1px solid black;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	width: 725px;
	height: 45px;

}
#title b{
	font-size: 16px;
	font-weight: bold;
	color: back;
	font-style: italic;
	}
#title i{
	font-size: 11px;
	font-weight: bold;
	color: back;
	}
/***************************************************************************
* main-index
*/	
#main-index p{
	text-align: right;
	font-size: 10px;
	font-style: italic;
}
#main-index ul, li {
	list-style-image: url(../images/puce.png);
}
/***************************************************************************
* main-page
*/	
#main-page p{
	text-align: right;
	font-size: 10px;
	font-style: italic;
}
#main-page ul, li {
	list-style-image: url(../images/puce.png);
}
#main-page h1{
	font-size: 14px;
	}
#main-page h2{
	font-size: 13px;
	text-decoration: underline;
	background-color: #e7e7e7;
	}
#main-page h3{
	font-size: 12px;
	}
#main-page i{
	padding-left: 50px;
	font-weight: bold;
	}	
#main-page p{
	padding-left: 70px;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	}	
#main-page a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
#main-page a:hover{
	color: #ff9900;
	}

/***************************************************************************
* footer
*/
#footer a{
	color : #666;
	text-decoration: none;
	font-weight: bold;
	}
#footer a:hover{
	color : #ff9900;
	}
#footer img{
opacity: .5;
}
#footer img:hover{
opacity: 1;
}

