body{
    background-color:#f0f0f0;
    color:#535353;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.icone_decorator {
	padding:1px;
	background:#eeeeee;
	border:1px solid #b3b3b3
}

a{
	color:#7eb200;
	text-decoration:none;
	font-weight:bold;
}

h1{
	font-weight:bold;
	font-size:13px;
}

strong, b{
	font-weight:bold;
	color:#7fb400;
}

#containeur{
    width:784px;
    margin:0 auto;
}

#logo{
	background:url(/public/images/logo.png) no-repeat top left;
	width:238px;
	height:49px;
        float:left;
}

#social{
    height: 49px;
    float:right;
    line-height: 49px;
    margin-right: 15px;
}

.twit{
    background: url(/public/images/twitter.png) no-repeat bottom left;
    width:44px;
    height: 42px;
    float:left;
    margin-right: 10px;
}

.twit:hover{
    background-position: top;
}

.mailer{
    background: url(/public/images/mailer.png) no-repeat bottom left;
    width:44px;
    height: 42px;
    float:left;
    margin-right: 10px;
}

.mailer:hover{
    background-position: top;
}

.rss{
    background: url(/public/images/rss.png) no-repeat bottom left;
    width:44px;
    height: 42px;
    float:left;
    margin-right: 10px;
}

.rss:hover{
    background-position: top;
}


#menu{
	background:url(/public/images/menu.png) no-repeat top left;
	width:784px;
	height:42px;
	line-height:42px;
	color:#535353;
	text-shadow:0 1px 0 #FFFFFF;
	margin-top:22px;
	text-align:center;
}

#menu li{
	display:inline-block;
	margin-right:15px;
	color:#535353;
	text-shadow:0 1px 0 #FFFFFF;
}

#menu li a{
	color:#535353;
	text-shadow:0 1px 0 #FFFFFF;
}

#content{
	width:515px;
	float:left;
	margin-top:8px;
}

#top_content{
	background:url(/public/images/top_content.png) no-repeat top left;
	width:515px;
	height:28px;
	
}

#middle{
	background:url(/public/images/content.png) repeat-y top left;
	width:495px;
	padding:4px 10px;
}

#bottom_content{
	background:url(/public/images/bottom_content.png) no-repeat top left;
	width:515px;
	height:21px;
}

#right{
	float:right;
	width:256px;
	margin-top:8px;
}

.right_top{
	background:url(/public/images/top_right.png) no-repeat top left;
	width:246px;
	height:26px;
	line-height:26px;
	padding:0 10px;
}

.right_content{
	background:url(/public/images/right_content.png) repeat-y top left;
	width:236px;
	padding:0 10px;
}

.bottom_right{
	background:url(/public/images/bottom_right.png) no-repeat top left;
	width:256px;
	height:20px;
	margin-bottom:10px;
}

.clear{
	clear:both;
}

.infobulles{
	background:#ebebeb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #cfcfcf;
	position:absolute;
	padding:3px 7px;
	color:#a7a7a7;
}

#footer{
    margin:0 auto;
    text-align: center;
    margin-top:10px;
}

footer a{
	color:#7eb200;
	text-decoration:none;
	font-weight:bold;
        
}