/*http://urlgreyhot.com/files/css/css-3col-1-1.html */
/* <![CDATA[ */
body {
  margin: 0;
  padding: 0;
  background: #1C1C39;
  color:#CCCCCC;
}

/* static divs -- to set up vertical positioning */
#Header {
  position: static;
  margin: 0; 
  padding-left:120px;
  height: 80px;
  color:#CC0000;
  
  
  }
  
#Content {
  position: static;
  margin: 0 0 0 200px;
  padding-top:15px;
  padding-left:20px;
  width:650px;
  height:450px;
  }
  
  
#Footer {
  width:860px;
  height:30px;
  margin: 0;
  padding-top:10px;
  font-size:10px;
  background-image:url(../Fotos/Footer4.jpg);
  background-repeat:no-repeat;
  background-position:right;
  }
  
#Footer a {
color:#666666;
text-decoration: none;
 }
  
/* absolute divs -- % based margins to set up 3 cols */
#Left, #Right {
	position: static;
	top: 80px;
	width: 180px;
	padding-left:20px;
	float:left;
	
}

#Right {
	right: 0;
}

/* layout, no positioning */
#Header .logo {
  margin: 0;
  padding: 10px 10px 0 10px; /* bottom has to be 0 to avoid leak into #Content */
}
#Content .box {
  padding: 10px;
}
#Left .box {
  padding: 10px;
}
#Right .box {
  margin: 0;
  padding: 10px;
}
/* ]]> */
.style1 {
	font-size: 16px;
	font-weight: bold;
}

.h1 {
	font-size: 14px;
	font-weight: bold;
}



dl, dt, dd, ul {
margin: 0;
padding: 0;
list-style-type: none;
}


li {
margin: 0;
padding-left: 0;
list-style-type: none;
}

#menu {
position: static; /* placement du menu, à modifier selon vos besoins */
top: 50px;
left: 25px;
}
#menu {
width: 170px;
}

#menu dt {
cursor: pointer;
margin: 10px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border: 1px solid gray;
background:#1C1C39;
}
#menu dd {
border: 1px solid #CCCCCC;
}
#menu li {
text-align: left;
background:#1C1C39;
}
#menu li a, #menu dt a {
color:#CCCCCC;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #CCCCCC;
color:#1C1C39;
}



.style1 {font-size: 32px; color: #E60000; font-variant: small-caps}
.style2 {font-size: 24px; color: #E60000; font-variant: small-caps}
.style3 {color: #E60000; font-weight: bold}
.style4 {color: #1C1C39}
.style5 {font-size: 15px}
.style6 {
	font-size: 16px;
	font-style: bold;
	font-weight: bold;
	font-variant: small-caps}
.style7 {color: #E60000}

