
body{
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #330033;
}

b{font-size: 110%;}
em{color: red;}

#global{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #660066;
}

#header{
background: #660066;
height: 75px; /*Height of top section*/
}

#contprin{
float: left;
width: 100%;
}

a{ 
background: #660066; 
color: #FF33FF; 
text-decoration: none; 
font-weight: bold; 
} 

a:hover{ 
background: #660066; 
color: #CCCCCC; 
text-decoration: underline; 
font-weight: bold; 
} 

#contenu{
margin-left: 570px; /*Set left margin to LeftColumnWidth*/
background: #660066;
}

#contenu h1{ 
background: #660066; 
color: #CCCCCC; 
font-size: 12px; 
font-weight: normal; 
display: block; 
margin-bottom: 0px; 
padding-bottom: 0px; 
margin-top: 0px; 
padding-top: 0px; 
} 

#contenu h2{ 
background: #660066; 
color: #CCCCCC; 
font-size: 12px; 
font-weight: bold; 
display: block; 
margin-bottom: 8px; 
padding-bottom: 0px; 
margin-top: 0px; 
padding-top: 0px; 
float: left; 
}
 
#liensb{ 
list-style: none; 
margin-left: 0px; 
padding-left: 0px; 
background: #660066; 
color: #CCCCCC;
font-size: 16px; 
margin-top: 12px; 
margin-bottom: 12px;
line-height: 1.5em;
}

#liensb a{ 
background: #660066; 
color: #FF33FF; 
text-decoration: none; 
font-weight: bold; 
}
 
#liensb a:hover{ 
background: #660066; 
color: #CCCCCC; 
text-decoration: none; 
font-weight: bold; 
}

#liensc{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	background: #660066;
	color: #CCCCCC;
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 1.5em;
	text-align: center;
}

#liensc a{ 
background: #660066; 
color: #FF33FF; 
text-decoration: none; 
font-weight: bold; 
}
 
#liensc a:hover{ 
background: #660066; 
color: #CCCCCC; 
text-decoration: none; 
font-weight: bold; 
}

#bas{
	clear: left;
	width: 100%;
	background: #660066;
	color: #CCCCCC;
	padding: 4px 0;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

#bas a{
font-family: Arial, Helvetica, sans-serif;
background: #660066;
color: #000;
}

#bas img{
	margin: 0 auto;
	padding: 1px;
	background: #660066;
	color: #000;
	border: 1px solid #990099;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 0px;
} 
#footer{
	clear: left;
	width: 100%;
	background: #660066;
	color: #CCCCCC;
	text-align: center;
	padding: 4px 0;
	border-top: 3px solid #FF33FF;
	text-align: center;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
}

#footer a{
font-family: Arial, Helvetica, sans-serif;
background: #660066;
color: #CCCCCC;
}

.inner{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.desc{
	font-family: Arial, Helvetica, sans-serif;
	background: #660066;
	color: #CCCCCC;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
} 

#left{
float: left;
width: 570px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
}

#left img{
	margin: 0 auto;
	padding: 1px;
	color: #000;
	border: 2px solid #990099;
	margin-top: 8px;
	margin-left: 6px;
} 

#left a{
	background: #660066;
	color: #FF33FF;
	text-decoration: none;
	font-weight: bold;
}
 
#left a:hover{ 
background: #660066; 
color: #CCCCCC; 
text-decoration: none; 
font-weight: bold; 
}

#left ul{ 
list-style: none; 
margin-left: 0px; 
padding-left: 0px; 
background: #660066; 
color: #CCCCCC; 
margin-top: 4px; 
margin-bottom: 10px;
}

.img2 {
	position: absolute;
	border: none;
}

/* Promo */

#promo{
	text-align: right;
	margin-bottom: 0px;
	border: none;
	margin-top: 10px;
	height: 125px;
	background-image: url(gfx/promo.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	border: 2px solid #990099;
	margin-left: 3px;
	margin-right: 3px;
}

