/*Rajout Webmaster 21 avril 2008*/
/* BLOC ETU -Arrondis----------------------------------GENERAL------------------------------------------------------------- */
.web_bloc_etu_header {
	font-size:110%;
	font-weight: bold;
	color: #FFFFFF;
}
.web_bloc_etu_header a {
	font-weight: bold;
	color: #FFFFFF;
}
.web_bloc_etu_footer {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
.web_bloc_etu_footer a {
	font-weight: bold;
	color: #FFFFFF;
}

/* CONTAINER */
.web_bloc_etu {
	background-color:#FFFFFF;
}
.web_bloc_etu_left, .web_bloc_etu_right {
	width: 100%;
}
.web_bloc_etu_left  {
	background-image: url("../img/arrondis/bloc_etu_left.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.web_bloc_etu_right  {
	background-image: url("../img/arrondis/bloc_etu_right.gif");
	background-repeat: repeat-y;
	background-position: right top;
}
.web_bloc_etu_content {
	margin-left: 30px;
	margin-right:5px;
	padding:10px;

}
/* HEADER */
.web_bloc_etu_header {
	background-image: url("../img/arrondis/bloc_etu_header_back.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
.web_bloc_etu_header_right {
	float:right;
	width:15px;
	background-image: url("../img/arrondis/bloc_etu_header_right.gif");
	height:30px;
	background-position: right top;
	
}

/**LAYOUT**/
.web_spacer {
	clear: both;
}
.web_separation {
	height:10px;
}



/*Rajout Webmaster 21 avril 2008*/
/* BLOC ETU -Arrondis------------------------------------GRIS -------------------------------------------------------------- */

/**HAUT DE BLOC bleuc**/
.web_bloc_etu_header_cap_left, .web_bloc_etu_header_content, .web_bloc_etu_header_cap_right{
	float:left;
	height:30px;
	background-repeat: repeat-x;
	background-position: left top;
}
.web_bloc_etu_header_cap_left {
	width:15px;
	background-image: url("../img/arrondis/gris/bloc_etu_header_cap_left_gris.gif");
}

.web_bloc_etu_header_cap_right {
	width:15px;
	background-image: url("../img/arrondis/gris/bloc_etu_header_cap_right_gris.gif");
}

.web_bloc_etu_header_content{
	background-image: url("../img/arrondis/gris/bloc_etu_header_content_gris.gif");
	white-space: nowrap;
	overflow: hidden;
	line-height: 30px;
}

/**BAS DE BLOC bleuc**/
.web_bloc_etu_footer {
	background-image: url("../img/arrondis/gris/bloc_etu_footer_content_gris.gif");
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
.web_bloc_etu_footer_left, .web_bloc_etu_footer_right {
	width: 100%;
	height: 28px;
	background-position: left top;
	background-repeat:no-repeat;
}
.web_bloc_etu_footer_left {
	background-image: url("../img/arrondis/gris/bloc_etu_footer_left_gris.gif");
}
.web_bloc_etu_footer_right {
	background-image: url("../img/arrondis/gris/bloc_etu_footer_right_gris.gif");
	background-position: right top;
}
.web_bloc_etu_footer_content {
	height: 21px;
	line-height: 21px;
	margin-left: 40px;
	margin-right:15px;
	padding-left:10px;
	padding-right:10px;
	white-space: nowrap;
	overflow: hidden;
}

