/********************************************************************
    Couleurs utilisées:     #000000 : Noir 
                            #242424 : Gris très foncé
                            #3A3A3A : Gris foncé
                            #CCCCCC : Gris
                            #FFFFFF : Blanc
*********************************************************************
    Polices utilisées : 'Berkshire Swash', cursive; : pour le logo
                        'Muli', sans-serif; : pour le reste
    avec les CDN de google
*********************************************************************/

body{
	margin:0;
    padding:0;
	background:#545454 url(../images/bb.gif) left top repeat;
}

#content{
	width: 980px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
}

header{
	height: 150px;      
}

#principale{
	background-color: #FFF;
}

aside{
	width: 200px;
	background-color: #FFF;
	float: left;
}

main{
	width: 780px;
	background-color: #FFF;
	float : left;
}

#col2a{
	width: 64%;
	background-color: #FFF;
	float : left;
}

#col2b{
	width: 36%;
	background-color: #FFF;
	float : left;
}