* {
    margin:0;
    padding:0;
}

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #666666;
    background:#bdc1ca url('../imgs/tpl/bg_body.jpg') top left repeat-x; 
    text-align: left;
}

a {
    text-decoration:none;
    color:#aebf00;
}

a:hover,
.bloc li a:hover {
    text-decoration:none;
    color:#869301;
}

#body {
    position:absolute;
    left: 50%; 
    top: 20px;
    width: 780px;
    margin-left: -390px;
}


#site-web {
    margin: 0;
    width: 780px;
    text-align: left;
    background-color:transparent;
}

#site-web .header_flash {
    margin:0px 0px 8px 0px;
}

#container-blocs {
    width: 772px;
    margin:0px 0px 0px 8px;
}

.end_container {
    clear: both;
    visibility:hidden;
}

#colLeft {
    float:left;
    width:300px;
    border:1px solid #c5c9cc;
    background-color:#ffffff;
}

#colRight {
    float:left;
    width:462px;
    margin:0px 0px 0px 8px;
}

#colRight .bloc, #colRight .blocContenu {
    border:1px solid #c5c9cc;
    background-color:#ffffff;
}

#colRight .bloc {
    margin:0px 0px 0px 0px;
}

#colRight .blocContenu {
    margin:0px 0px 8px 0px;
}

.bloc div.contenu, .blocContenu div.contenu {
    margin:10px 10px 10px 10px;
}

.bloc {
    background-color:#ffffff;
    margin:0px 0px 10px 0px;
}

.bloc h1 {
    background:transparent url('../imgs/tpl/bg_entete_bloc.gif') top left repeat-x;
    color:#6d6d6d;
    font-size:16px;
    padding:6px 0px 6px 10px;
}


.bloc li {
    list-style-type:none;
    background:transparent url('../imgs/tpl/puce_li_big.gif') 0px 3px no-repeat;
    padding:0px 0px 0px 20px;
    margin:0px 0px 5px 0px;
    font-size:12px;
}

.bloc li a {
    color:#666666;
}

#copyright {
    float:right;
    padding:4px 0px 0px 0px;
	text-align:right;
    font-size:11px;
}


/* --- */
/* Fil Infos */

#fil_info {
	margin:4px 0px 0px 0px;
    height:87px;
}

#fil_info li {
	width:110px;
	list-style:none;
	float: left;
	padding:0px 15px 0px 15px;
    border-right:1px solid #c5c9cc;
    background:none;
    text-align:left;
}

#fil_info li .date {
    color:#aaaaaa;
    font-size:12px;
    font-weight:bold;
}

#fil_info li a {
	display:block;
	padding:0px 0px 0px 0px;
    color:#aebf00;
    font-size:14px;
}

#fil_info li a:hover {
    color:#666666;
    font-size:14px;
}

#fil_info li .lireSuite {
    padding:8px 0px 0px 0px;
    text-align:right;
}

#footer {
	padding:0px 0px 0px 13px;
}

#footer li {
	width:100%;
	list-style:none;
	float: left;
	margin:0px 0px 2px 0px;
}

/* --- */
/* les titres */

#cms_contenu h1 {
    color:#aebf00;
    font-size:16px;
    line-height:18px;
}

#cms_contenu h2 {
    color:#666666;
    font-size:14px;
    line-height:16px;
    font-weight:bold;
    border-bottom:1px solid #aebf00;
    padding-bottom:2px;
    margin:10px 0px 5px 0px;
}

/* --- */
/* Autres */

.bordureImage {
    border:1px solid #aebf00;
}

/* --- */
/* les liens */
#contenu .btLinkNormal {
	display:block;
	width:110px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background:transparent url('../imgs/tpl/link_plus.gif') center right no-repeat;
	padding:2px 15px 2px 0px;
	border:0;
	text-align:left;
	cursor:pointer;
}

#contenu .btLinkLarge {
	display:block;
	width:130px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background:transparent url('../imgs/tpl/link_plus.gif') center right no-repeat;
	padding:2px 15px 2px 0px;
	border:0;
	text-align:left;
	cursor:pointer;
}

#contenu .btLinkExtraLarge {
	display:block;
	width:160px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background:transparent url('../imgs/tpl/link_plus.gif') center right no-repeat;
	padding:2px 15px 2px 0px;
	border:0;
	text-align:left;
	cursor:pointer;
}

#contenu .btLinkNormal:hover, #contenu .btLinkLarge:hover, #contenu .btLinkExtraLarge:hover {
	color:#b3b3b2;
}


/* --- */
/* images */

img {
	border: 0px;
}

