
/*********************** contents = 970 px ***********************/

h1 {
	display:inline;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
}

/* ----- sous_menu ----- */

#sous_menu {
	float:left;
	width:290px;
	/* border:1px blue solid; */
}

/* ----- actualites ----- */

#sous_menu #actualites {
	width:250px;
	background:url('/img/cadre_noir.png') no-repeat top left;
	padding-top:25px;
	padding-left:30px;
	padding-right:20px;
	text-align:justify;
	/* border:1px red solid; */
}

#sous_menu #actualites .contenu {
	font-size:8pt;
}

#sous_menu #actualites .la_suite {
	float:right;
	padding-top:5px;
	font-size:8pt;
}

/* ----- photos ----- */

#sous_menu #photos {
	width:270px;
	background:url('/img/cadre_noir.png') no-repeat top left;
	padding-top:25px;
	padding-left:30px;
	/* border:1px red solid; */
}

#sous_menu #photos .pics {  
    height:  142px;  
    width:   202px;  
	/* + 32px */
    padding: 0;  
    margin:  0;  
} 
 
#sous_menu #photos .pics img {  
    padding: 8px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  170px; 
    height: 110px; 
    top:  0; 
    left: 0 
} 

#sous_menu #photos .plus_photos {
	float:right;
	margin-right:40px;
	font-size:8pt;
}

/* ----- divers ----- */

#sous_menu #divers {
	width:270px;
	background:url('/img/cadre_noir.png') no-repeat top left;
	padding-top:25px;
	padding-left:30px;
	/* border:1px red solid; */
}

/* ----- carnet ----- */

#sous_menu #carnet {
	width:250px;
	background:url('/img/cadre_noir.png') no-repeat top left;
	padding-top:25px;
	padding-left:30px;
	padding-right:20px;
	/* border:1px red solid; */
}

#sous_menu #carnet .plus_infos {
	float:right;
	margin-right:30px;
	font-size:8pt;
}

/* ----- presentation ----- */

#presentation {
	float:right;
	width:660px;
	text-align:justify;
	/* border:1px blue solid; */
}

#presentation #titre {
	width:660px;
	height:242px;
	text-align:right;
	margin-bottom:30px;
	background-image:url(../../img/wallpaper/composez.png);
}

#presentation #titre #savoirplus {
	width:auto;
	height:auto;
	padding-top:240px;
	padding-right:20px;
}

#presentation #video {
	width:660px;
}

#presentation #video #ecran {
	width:320px;
	height:260px;
	float:left;
}

#presentation #video #texte {
	width:320px;
	height:120px;
	float:right;
}

#presentation #video #image {
	width:130px;
	height:130px;
	margin-right:80px;
	float:right;
}



