﻿
#actusContenu
{
	position: relative;
}
#actusContenu .actu 
{
	width: 255px;
	color: #5c5959;
    text-align:justify;
}
#actusContenu .actu h3
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 2px 0px;
}
#actusContenu .actu img
{
	float: left;
	max-width: 80px;
	max-height: 100px;
	_width: 80px;
	margin-right: 5px;
}
#actusContenu .actu .lienSuite
{
    padding-top: 5px;
}
#actusContenu .actu .lienSuite a
{
    color:#000000;
    text-decoration:underline;
}

.bxslider_wrap
{
    _position: relative;
}
.bx_pager 
{
	position: absolute;
	bottom: 0;
	_bottom: 10px;
	right: 0;
	text-align: right;
}
.bx_pager a 
{
	background: #c0c0c0 url(images/bgActuPageInactive.gif) repeat-x center left;
	float: left;
	padding: 2px 5px;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.bx_pager a:hover, .bx_pager a.active 
{
	background:#4dadf8 url(images/bgActuPageActive.gif) repeat-x center left;
    color:#fff;
}



#home
{
	width: 682px;
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
	border: 0;
}
#home h1
{
    color: #50abd8;
    font-family: Georgia;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 0;
}

#contenus
{
    background: url(images/home.png) no-repeat 0 10px;
    clear: both;
    float: none;
    width: auto;
    padding: 0 0 0 5px;
    margin: 5px 0 0 0;
}
#contenus .composantHome
{
    width: 185px;
    padding: 20px 15px 0 15px;
    vertical-align: top;
    text-align: justify;
}
#contenus .composantHome h2
{
    color: #50abd8;
    font-family: Georgia;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
