/**
 * design/bdp/stylesheets/bdp-layout.css
 *
 * Feuille de style pour l'espace jeune
 *
 * @version   1.0
 * @author    OVEA <contact@ovea.com>
 * Pierre Viala
 * @copyright copyright 2006, OVEA
 */
/*  Ajout pour l'espace jeune */

h2
{
	margin: 0;
	padding:0;
	color: #3399ff;
	font-size: 180%; 
	font-style: italic;

}

div.content_bloc 
{
    margin: 20px 0 0 0;
	width: 641px;
	height: 166px;
	background: url('/images/layout/jeunes/fond_bloc.gif') no-repeat;
	/* border: 1px solid red; */
	
}

div.bloc_left
{
	margin: 5px 0 0 5px;
	padding:0;
	width: 435px;
	height: 125px;
	/* border: 1px solid green; */
	float: left;
}

div.bloc_left p
{
	margin: 10px 0 0 0;
	padding: 0;
	font-size : 120%;
	font-family : Arial, Helvetica, sans-serif; 
	color: #706b55;
	text-align: justify;
}


div.bloc_right
{
	margin: 5px 5px 0 0;
	padding:0;
	width: 170px;
	float: right;
	/* border: 1px solid blue;*/
}

div.content_bloc-bottom
{
	margin: 0;
	padding: 9px 0 0 0;
	width: 455px;
	height: 25px;
	/* border: 1px solid green; */
	float: left;
}

div.content_bloc-bottom a
{
    margin: 0 0 0 355px;
    padding: 0;
	color: #706b55;
	font-size: 120%; 
	text-decoration: none;
}

div.content_bloc-bottom a:hover, div.content_bloc-bottom a:visited
{
    color: #706b55;
	font-size: 120%; 
	text-decoration: underline;
}

/* Ajout pour les pages internes espaces jeunes */

div#titrepageinterne h2
{

	margin: 15px 0 0 0;
	padding:0;
	color: #3399ff;
	font-size: 140%; 
	font-family:  Times, serif;
	font-style: italic;
	
}