* {
  font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", serif;
}

body {
  background-image: url("inc/web-site.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  color: #000000;
  line-height: 1.5;
  font-size: 90%;
}

/* mise en page générale */

.menu, .contenu {
	position: absolute;
	top: 100px;
	height: 400px;
	padding: 20px;
	overflow: auto;
	border: solid 2px #DFD8C3;
	
	background-color: #FFFBEF;

	/* transparence */
	/* alternative pour tous */
	background-color: rgb(255, 251, 239); 
	
	/* CSS 3 */    
	background-color: rgba(255, 251, 239, 0.7);
	
	/* IE */
	/* voir dans le header... */
}

.footer {
	position: absolute;
	top: 580px;
	left: 50px;
	width: 914px;
	color: #DFD8C3;
	text-align: right;
}

.menu {
	left: 50px;
	width: 180px;
	line-height: 1.8;
}

.contenu {
	left: 320px;
	width: 600px;
}

h1 {
	position: absolute;
	top: 20px;
	left: 50px;
}

h1, ul, li {
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0px;
}

h1, h2, h3, h4, b {
	color: #AF752B;
}

b {
	color: #5F5917;
}
 
ul li {
	padding-left: 1em;
    text-indent: -1em;
	list-style-type: none;
}

ul li:before {
    content: "\00BB \0020";
}

a {
	color: #27494F;
	text-decoration: none;
}

a:hover {
	border-bottom: 2px dotted #37676F;
	color: #37676F;
}

.top {
	text-align: right;
	font-size: 90%;
}

pre {
	border: #DFD8C3 solid 2px;
	padding: 10px;
	margin: 20px;
	background-color: #FFFBEF;
	overflow: auto;
}

/* tips */
.div1 {
	background-image: url('inc/tips/opensource-logo.jpg');
	background-position: center;
	width: 100px;
	height: 100px;
	padding: 25px;
	margin-left: 10px;
	text-align: center;
	float: right;
}

.div2 {
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 5px;
	border: 1px solid darkgreen;
}

.div3 {
	font-size: 10px;
}

.div4 {
	font-size: 90%;
}
