body {
    background: url('../images/5-5.jpg') top left repeat;
    font-family:Arial, sans-serif;
    font-size: 11px;
    color: white;
    margin: 0;
    padding: 0;
}

a {
    color: #d9d9d9;
    font: bold 11px/14px arial;
	text-decoration: 1px dotted #d9d9d9;
}

a:hover{
    color: #fff;
    font: bold 11px/14px arial;
	text-decoration: 1px dotted #fff;
}

#content {
    width: 950px;
    margin: 0 auto;
}

/* Bandeau du haut */
#bandeau_fond {
    background: #224d86;
    height: 20px;
    margin: 0 0 18px 0;
}

#bandeau_texte {
    width: 950px;
    margin: 0 auto;
    color: white;
    line-height: 20px;
    text-transform: uppercase;
}

.bandeau_element, .bandeau_element a {
    display: inline;
    font-weight: bold;
    margin: 0 27px 0 0;
    color: white;
    text-decoration: none;
}

.bandeau_element a:hover {
    text-decoration: underline;
}

#bandeau_recherche {
    position: relative;
    left: 400px;
    width: 150px;
    display: inline;
}

#bandeau_recherche form {
    display: inline;
}

#bandeau_recherche .rechercher_input{
    font-size: 9px;
    height: 10px;
    background: #90c4e7;
    border: 1px solid transparent;
    color: #224d86;
}

/* Menu */
#menu {
    background: url("../images/fond-menu.png") no-repeat;
    height: 70px;
    width: 675px;
    margin: 0 0 5px 0;
	padding: 0;
}

#menu table {
    margin: 0 0 0 210px;
    height: 70px;
}

#menu td {
    text-align: center;
    width: 102px;
    background: url("../images/degrade-menu.png") repeat-x;
    vertical-align: middle;
}

#menu td.selected {
    text-align: center;
    width: 102px;
    background: url("../images/degrade-menu-selected.png") repeat-x;
    vertical-align: middle;
	color: #fff;
}

#menu a {
    color: #d9d9d9;
    text-transform: uppercase;
    font: bold 11px/14px arial;
    text-decoration: none;
}

#menu a:hover {
    color: #fff;
	text-decoration: none;
}

/* Présentation générale du site */
#col1 {
    float: left;
    width: 675px;
	 margin: 0;
	 padding: 0;
}

#col2 {
    float: left;
    width: 300px;
    margin: 0 0 0 5px;
}

/* Le bloc central englobe le bloc principal, le bloc droite et le bloc gauche sur la home */
#bloc_central {
    height: 681px;
    width: 675px;
    padding: 0;
	margin: 0;
}

#bloc_central_concours {
    width: 675px;
    padding: 0;
	margin: 0;
}

#bloc_central_grand {
    width: 675px;
    padding: 0;
	margin: 0;
}

#bloc_order {
    margin: 0;
    padding: 10px;
    background: transparent url("../images/fond-order.jpg") repeat-y;
    height: 647px;
    -moz-border-radius: 3px;  
}

#bloc_principal {
    margin: 0 0 5px 0;
    background: transparent url("../images/fond-bloc.png") repeat;
    height: 305px;
    padding: 5px;
	text-align: left;
}

#bloc_principal_concours {
    margin: 0 0 5px 0;
    background: transparent url("../images/fond-bloc.png") repeat;
    padding: 0 4px 0 0;
	text-align: center;
	-moz-border-radius: 3px;
}

#bloc_principal_grand {
    margin: 0 0 5px 0;
    background: transparent url("../images/fond-bloc.png") repeat;
    padding: 5px;
	text-align: left;
	-moz-border-radius: 3px;
	height: 602px;
	height: 606px !ie;
}

#bloc_principal_grand_libre {
    margin: 0 0 0 0;
    background: transparent url("../images/fond-bloc.png") repeat;
    padding: 0 0 0 0;
	-moz-border-radius: 3px;
	text-align: left;
}

#bloc_principal_grand td{
    padding: 0 5px 0 5px;
}

#bloc_principal_grand li{
    margin: 0 0 0 20px;
}

#bloc_principal_col1 {
    float: left;
	height: 300px;
	width: 319px;
    text-align: center;
	vertical-align: middle;
}

#bloc_principal_col2 {   
	float: left;
    width: 334px;
	 margin: 0 0 0 5px;
}

#bloc_gauche {
    float: left;
    background: transparent url("../images/fond-bloc.png") repeat-y;
    height: 370px;
    width: 325px;
	text-align: left;
	padding: 0 5px 0 5px;
}

#bloc_droite {
    float: left;
    background: transparent url("../images/fond-bloc.png") repeat-y;
    height: 370px;
    width: 325px;
    margin: 0 0 0 5px;
	 padding: 0 5px 0 5px;
	text-align: left;
}

#bloc_forum {
    background: transparent url("../images/fond-bloc.png") repeat-y;
    -moz-border-radius: 3px;
    height: 252px;
    width: 298px;
    margin: 0 0 5px 0;
    padding: 2px; 
	text-align: left;
}

#bloc_gauche_com {
    background: transparent url("../images/fond-bloc.png") repeat-y;
    -moz-border-radius: 3px;
    height: 421px;
    width: 298px;
    margin: 0 0 5px 0;
    padding: 2px; 
	text-align: left;
}

#bloc_haut_gauche{
	background: transparent url("../images/fond-bloc.png") repeat-y;
   -moz-border-radius: 3px;
	padding: 2px;
	margin: 0 5px 5px 0;
	width: 116px;
	height: 152px;
}

.cadrepub {
	background: transparent url("../images/fond-bloc.png") no-repeat;
	margin: 0 0 5px 0;
	padding: 0;
	width: 300px;
	height: 250px;
	border: solid;
	border-width: 1px;
	border-color: Black;
}

.pub {
    display: block;
    margin: 0 0 12px 0;
}

.nostyle, .nostyle tr, .nostyle td{
	margin: 0;
	padding: 0;
}

#pied {
    clear: both;
    width: 800px;
    margin: 20px auto 0 auto;
    text-align: center;
    color: #a4d6ed;
}

#bloc_principal_concours h1  {
	 margin: 5px 0 10px 0;
    font: bold 11px/17px arial;
    color: #FFFFFF;
    background: url("../images/fond-bloc-bas3.png") repeat-y;
    width: 675px;
    text-transform: uppercase;
	 text-align: center;
}

#bloc_principal_grand h1, #bloc_principal_grand_libre h1  {
	 margin: 0 0 10px 0;
    width: 665px;
    background: transparent url("../images/fond-bloc-bas3.png") repeat-x;
    font: bold 11px/17px arial;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

/* Zones spécifiques */
#bloc_principal h1 {
    margin: 5px 0 10px 0;
    font: bold 11px/17px arial;
    color: #FFFFFF;
    background: url("../images/fond-titre-news-principale3.png") repeat-x;
    width: 330px;
    height: 20px;
    padding: 5px;
    text-transform: uppercase;
	 text-align: center;
}

#image_principale {
    margin: 5px 0 0 0;
    width: 320px;
	 vertical-align: middle;
}

#bloc_principal_col2 p {
    margin: 0 0 5px 0;
    padding: 0 10px 0 10px;
    font: bold 11px/13px arial;
}

.plus, .plus a {
    color: #ff7400;
    text-decoration: none;
}

.plus a:hover {
    text-decoration: underline;
}

#bloc_droite h1, #bloc_gauche h1, #bloc_principal h2 {
    margin: 5px 0 10px 0;
    width: 325px;
    background: transparent url("../images/fond-bloc-bas3.png") repeat-x;
    font: bold 11px/17px arial;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.bloc_louer {
    width: 330px;
    margin: 0 auto 4px auto;
    background: #3073ad;
    -moz-border-radius: 3px;
}

.bloc_louer3 {
    height: 100px;
}

.bloc_louer h2 {
    color: #ff7400;
    text-transform: uppercase;
    font: bold 14px/30px arial;
    padding: 0 0 0 4px;
    height: 30px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    margin: 0;
}

.bloc_louer .fond_h2 {
    background: transparent url("../images/fond-sous-titre-louer.gif") repeat-x;
}

.bloc_louer .encart{
	background: transparent url("../images/fonc-soustitre-louer-bloc.png") no-repeat;
	font: 12px/16px arial;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	width: 95px;
	height: 61px;
	text-align: center;
}

.encart .louer-price{
	color: #ff7400;
    font: bold 14px/28px arial;
}

.bloc_louer p {
    padding:  0 0 0 4px;
    font: bold 11px/20px arial;
    margin: 0;
}

.bloc_louer a {
    color: #ff7400;
    text-transform: uppercase;
    font: bold 13px/29px arial;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}

.bloc_louer a:hover {
    text-decoration: underline;
}

/***************************************************
   Zone des derniers posts du forum
****************************************************/

#bloc_forum h1 {
    margin: 5px auto 6px 3px;
    width: 298px;
    background: transparent url("../images/fond-bloc-forum2.png") no-repeat;
    font: bold 11px/17px arial;
    text-transform: uppercase;
    color: #595959;
    padding: 0 0 0 5px;
}

#bloc_gauche_com h1 {
    margin: 5px auto 6px 3px;
    width: 298px;
    background: transparent url("../images/fond-bloc-forum2.png") no-repeat;
    font: bold 11px/17px arial;
    text-transform: uppercase;
    color: #595959;
    padding: 0 0 0 5px;
}

.webMiddle {
    margin: 5px 0 6px 0;
    width: 210px;
    background: transparent url("../images/fond-bloc-forum2.png") no-repeat;
    font: bold 11px/17px arial;
    text-transform: uppercase;
    color: #595959;
    padding: 0 0 0 5px;
	text-align: center;
}

#bloc_forum .date {
    color: #a4d6ed;
}

#bloc_forum .post a {
    text-decoration: none;
    color: white;
}

#mycustomscroll_presentation {
    /* Typical fixed height and fixed width example */
    margin: 0;
    height: 210px;
    width:295px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
}

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0; left: 0;
}

.vscrollerbase {
    width: 10px;
    background-color: #224d86;
    -moz-border-radius: 3px;
}

.vscrollerbar {
    margin-left: 2px;
    width: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #a3c2e3;
    -moz-border-radius: 2px;
}
/***************************************************
   Zone des news (en bas à gauche
****************************************************/

.news {
    clear: both;
    padding: 0 0 0 6px;
}

.news_titre_reduit, .news_titre_ouvert {
    margin: 0 0 0 4px;
    cursor: pointer;
}

.news_titre_reduit {
    font: normal 13px/17px arial;
}

.news_titre_ouvert {
    font: bold 15px/19px arial;
}

.news_detail {
    margin: 10px 0 0 0;
    display: none;
}

.news_col1 {
    float: left;
    width: 97px;
    text-align: right;
}

.news_col2 {
    float: left;
    width: 300px;
    margin: 0 0 0 5px;
    font: normal 11px/17px arial;
    cursor: pointer;
    color: #cdbdbd;
}

.news_col2:hover {
    color: white;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.toggleopacity img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
}

.toggleopacity:hover img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}

.toggleopacity img{
    border: 1px solid #ccc;
}

.toggleborder:hover img{
    border: 1px solid navy;
}

.toggleborder:hover{
    color: red; /* Dummy definition to overcome IE bug */
}
