
div#body div#contents div#news {
	/*float: left;
	width: 500px;*/
	overflow: auto;
}
  
	div#body div#contents div#news h1 {
		font-family: "Trebuchet MS";
		font-size: 1.40em;
		font-weight: bold;
		color: #4D84B5;
		text-align: left;
		margin: 0px 0px;
	}
	
	div#body div#contents div#news h2 {
		padding-left: 28px;
		height: 24px;
		background-image: url("images/news.jpg");
	}
  
	div#body div#contents div#news div.news {
		margin-top: 25px;
		padding-bottom: 15px;
		border-bottom-color: #4D84B5;
		border-bottom-width: 4px;
		border-bottom-style: dotted;
		font-family: Arial;
	}
	
	div#body div#contents div#news div.actualite {
		margin-bottom: 25px;
		border-bottom-color: #4D84B5;
		border-bottom-width: 4px;
		border-bottom-style: double;		
	}
	 
		div#body div#contents div#news div.news h2 {
			font-size: 1.10em;
			font-weight: bold;
			color: #D78923;
			margin: 0px;
		}
		
		div#body div#contents div#news div.actualite h2 {
			margin-bottom: 8px;
		}		
  
		div#body div#contents div#news div.news p.date {
			font-size: 1.1em;
			font-style: italic;
			color: #666666;
			text-align: left;
		}
/*  
		div#body div#contents div#news div.news p {
			font-size: 0.80em;
		}
*/  

div#body div#contents div#right {
	float: right;
	margin-left: 30px;
	width: 224px;
}
		div#body div#contents div#right div#facebook {
        background-color: white;
        margin-bottom: 10px;
        padding-bottom: 6px;
        width: 224px;
        border-bottom: 4px solid #DDDDDD;
        text-align: center;
	}
	
		div#body div#contents div#right div#don {
        background-color: white;
        margin-bottom: 10px;
        padding-bottom: 6px;
        width: 224px;
        border-bottom: 4px solid #DDDDDD;
        text-align: center;
	}
	
		div#body div#contents div#right div#cilgere {
        background-color: white;
        margin-bottom: 10px;
        padding-bottom: 6px;
        width: 224px;
        border-bottom: 4px solid #DDDDDD;
        text-align: center;
	}

    div#body div#contents div#right form#PEP_Infos {
        background-color: white;
        margin: 25px 0px 10px 0px;
        padding: 0px;
        width: 224px;
        border-top: 4px solid #DDDDDD;
        border-bottom: 4px solid #DDDDDD;
    }
    
        div#body div#contents div#right form#PEP_Infos fieldset {
            font-size: 0.95em;
            border: 1px solid #AAAAAA;
            margin: 10px 0px;
        }

            div#body div#contents div#right form#PEP_Infos fieldset legend {
                margin-left: 12px;
                padding: 0px 6px;
            }
            
	            div#body div#contents div#right form#PEP_Infos fieldset legend {
	                font-style: italic;
	                font-size: 1.1em;
	            }

	div#body div#contents div#right div#calender {
		/*float: right;*/
		width: 224px;
		/*margin-left: 30px;*/
		background-color: #F3F3F3;
		/*border: 1px solid red;*/
	}
	  
	  div#body div#contents div#right div#calender div#calender_middle {
		   /*position: absolute;
			float: right;
			width: 224px;
			height: 400px;*/
			padding-bottom: 56px;
			background-image: url("images/calendar2.png");
			background-repeat: no-repeat;
	  		background-color: #F3F3F3;
			/*border: 1px red solid;*/
			background-position: 50% 100%;
			/*border: 1px Green solid;*/
			
	  }
	  
		div#body div#contents div#right div#calender div#calender_top {
			background-image: url("images/calendar1.png");
			height: 50px;
		}
	  
		div#body div#contents div#right div#calender div.calender_body {
			border-left: 1px solid #A6A6A6;
			border-right: 1px solid #A6A6A6;
			padding: 15px;
			/*border: 2px blue solid;*/
		}
	  
			div#body div#contents div#right div#calender div.calender_body p.calender_title {
				font-family: Arial;
				font-size: 0.85em;
				font-weight: 700;
				color: #000000;
			}
	  
			div#body div#contents div#right div#calender div.calender_body p {
				font-family: Arial;
				font-size: 0.80em;
				color: #666666;
				text-align: justify;
				
			}
	  /*
		div#body div#contents div#right div#calender div#calender_bottom {
			float: right;
			border: 5px solid blue;
			height: 4px;
			width: 40px;
		}*/
  
  
