/** photo body background
--------------------------------------------------------------------------*/	
/*body.home{
   background-image: url(../images/bg_body_green.jpg);
}
.home #page_wrapper{
   background: transparent url(../images/bg_photo_home.jpg) 50% 40px no-repeat;
}*/

/** Content Home
--------------------------------------------------------------------------*/
.home #introduction {
	margin-right: 0;
}

.home #infos_agenda {
	margin-left:0;
	margin-right:0;
	width: 250px; /* grid_6 = 230px */
}
.warning {
	background-color: #e85913;
	padding: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.warning h3 {
	margin-bottom: 6px;
	padding-left: 19px;
	padding-top: 1px;
	padding-bottom: 2px;
	background:transparent url('../images/icon_info.png') no-repeat 0 0px;
	font-weight: 14px;
	color: #fff;
}
.warning .inner {
	padding: 15px 10px 10px 10px;
	background-color: #faded0;
	color: #d74d09;
}
.warning .signature {
	margin-top: 15px;
	font-weight: bold;
}
.warning a {
	color: #e85913;
}
.warning a:hover {
	color: #FB8E1B;
}

.promotion{
   display:block;
   background-color: #f3f3f3;
	padding: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	height:130px;
   text-decoration: none;		
}
.promotion:hover p{
   background-color:#F96378;
}
.promotion p{
   -moz-border-radius-bottomleft: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-right-radius: 5px; 
   background: #d45566 url('../images/fav_ico.png') 10px 0 no-repeat;
	position:absolute;
	width:215px;
	bottom:0;
	left:0;   
	color:#fff;
	text-transform: uppercase;
	line-height:1em;
	padding:10px 10px 14px 25px;
   text-decoration: none;	
}
.promotion p span{
   display:block;
   position:absolute;
   bottom:8px;
   right:10px;
   color:#fff;
   font-size:12px;
   text-transform: none;
   text-decoration: underline;
}
.promotion.tranports{
   background: url('/public/images/pub_transports.png') 0 0 no-repeat;
}


#infos_agenda .events {
	margin-top: 10px;
}
.events h2{
   font-size:16px;
}
.events .table_events {
	border: 0;
}
.events .table_events tr{
   border-bottom:1px solid #f3f3f3;
	background-color: #f3f3f3;
}
.events .table_events tr:nth-child(2n) {
	background-color: #fff;
}
.events .event_name{
   width:80%;
   padding: 2px;
}
.events .event_date{
   text-align:right;
   width:20%;
   padding: 2px;
}
.events .bt_agenda{
   margin-top:4px;
   font-size:12px;
   background:url('../images/icon_agenda.gif') 0 0 no-repeat;
   display:block;
   float:right;
   padding:2px 0 2px 18px;
}

.home #secretariat {
	margin-left: 0px;
	margin-right: 0px;
	width: 275px;
	background-color: #eee;
}

#secretariat p {
	margin: 10px;
}
#secretariat h2 {
	margin-top: 10px;
	margin-left: -4px;
	padding-left: 20px;
	background: transparent url(../images/pastille_bleu.gif) 0 5px no-repeat;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	
}


