/*
Theme Name: Minimalist
Description: Fast loading minimalist theme, utilising mootools, with 5 different colour schemes and no images.
Version: 1
Author: Joey Robinson
Author URI: http://www.techdesigns.co.uk
Latest updated: 7th October 2009
Tags: two-columns, white, black, blue, green, silver, fixed-width, left-sidebar
*/
html, body{ 
        height:"100%";
	width:"100%";
	margin-top:10px;
	padding:0px;
        text-align:center;
	background-color:#ffffff;
        font-family:times, sans-serif;
        font-size:14px;
        line-height:12pt;
} 

a {
	
	text-decoration:none;
	color:#ffffff;
	
}

img {
	border:none;
}

h2{
    background-color:#ffffff;
    font-family:times, sans-serif;
    font-size:14px;
    line-height:15pt;
    font-weight:lighter;
    color:black;
}

.blue{
    background-color:#ffffff;
    font-family:times, sans-serif;
    font-size:10px;
    color:blue;
    line-height:9pt;
    font-weight:lighter;   
}

.petit{
    background-color:#ffffff;
    font-family:times, sans-serif;
    font-size:11px;
    line-height:9pt;
    font-weight:lighter;
}

.titre {
    text-align:center;
    background-color:#ffffff;
    font-family:times, sans-serif;
    font-size:14px;
    color:black;
    font-weight:lighter;
}

.contentheader{ 
    cursor: pointer; 
    position:relative;  
    margin:0px 0px 0px 0px; 
}

#footer {
   margin-top:60px;
}

