@import url(reset.css);
@import url(typo.css);
@import url(menu_gauche.css);
@import url(foot.css);
@import url(lien_tete.css);

body {
	background:  #ffffff;
}

#site{
	background-image:url('../image/fondSite.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 auto;
	width: 985px;
	background-color: : #FFFFFF;
}
#conteneur{
	/*
	border-color:#cccccc;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	background : #fff;
	*/
	width: 985px;
}
#entete{
	background: url(../images/tetiere.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color:#ffffff;
	height:207px;
}



#entete h1{
	margin:15px 0 0 24px;
	position:absolute;
}

#entete h1 a{
	background:none !important;
}

#contenue {
	padding-top:2em;
	min-height:500px;
	margin-bottom:30px;
}
#gauche {
	width:190px;
	margin-left:20px;
	float:left;
}

#plan_site {
	width:450px;
	float:left;
}

#centre {
	margin-left:290px;
	line-height: 1.5em;
}
#contenue h2{
	font: 1.09em/1em Arial, Verdana, Georgia, sans-serif;/* formule : 12/ 11 = 2 */
	font-weight: bold;
}
#droite {
	width: 310px;
	float: right;
	margin-right:60px;
}
/* Style du bandeau orange */

#barre_orange{
	background: url(../image/barre_rouge.jpg);
	background-position: top left;
	height:137px;	
}

/* Fin style du bandeau orange */

/* Style des block de contenue de la home page */
.large {
	margin-left:5px;
	width:628px !important;
}

.block {
	width:310px;
}

.haut_block{
	background: url(../image/haut_block_medium.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height:24px;
}
.centre_block{
	background: url(../image/centre_block_medium.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding: 0 14px 0 14px;
}
.bas_block{
	background: url(../image/bas_block_medium.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height:20px;
}

.large .haut_block{
	background: url(../image/haut_block_large.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height:24px;
}
.large .centre_block{
	background: url(../image/centre_block_large.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding: 0 14px 0 14px;
}
.large .bas_block{
	background: url(../image/bas_block_large.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height:20px;
}

/* fin style des block de contenue de la home page */

/*style videos*/
.videos_home{
	text-align:center;
	width:240px;
}
/*style videos*/


/* Style du block actu */
#droite h2{
	background: url(../image/puce_actu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:22px;
	padding-left:32px;
	margin-top:-8px;
	text-transform: uppercase;
	padding-top:8px;
	color:#A8121D;
}

#droite h2.interview{
	background: url(../image/icone_videos.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:32px;
	margin-top:-8px;
	text-transform: uppercase;
	padding-top:14px;
	color:#A8121D;
}

#origine_actu{
	font: 0.9em Arial, Verdana, Georgia, sans-serif;
}
#droite ul{
	margin-left:33px;
}
#droite li{
	margin-bottom:20px;
}
#droite a{
	text-decoration: none;
	color:#CC3300;
	margin-left:33px;
	font-weight: bold;
}
#droite li a{
	text-decoration: none;
	margin-left:0px;
	color:#333333;
}
/* fin style du block actu */

/* Style du block Expertise */
.expertise h2{
	background: url(../image/puce_expertise.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:24px;
	padding-left:32px;
	margin-top:-8px;
	text-transform: uppercase;
	padding-top:8px;
}
.expertise p{
	margin-left:5px;
}
.expertise ul{
	margin-bottom:10px;
}

.expertise li{
	background: url(../image/puce_liste.jpg);
	background-position:left 3px;
	background-repeat: no-repeat;
	padding-left:15px;
}
.expertise a{
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.expertise img {
	float:left;
	padding:3px;
	/*
	border: 1px solid #9E9875;
	*/
	margin-right:10px;
}
/* Fin style du block Expertise */

/* Style du block Zoom */
.zoom {
	margin-top:10px;
}
.zoom h2{
	background: url(../image/puce_zoom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:24px;
	padding-left:32px;
	margin-top:-8px;
	text-transform: uppercase;
	padding-top:8px;
}
.zoom p{
	margin-left:5px;
}
.zoom img {
	float:left;
	padding:3px;
	border: 1px solid #9E9875;
	margin-right:10px;
}
.zoom a{
	display :block;
	margin-left:5px;
	margin-top:10px;
	font-weight: bold;
	color:#CC3300;
	text-decoration: none;
}
/* Fin style du block Zoom */

/* Style de la zone de pub a droite */

#pub{
position:absolute;
margin-left:510px;
margin-top:270px;	
left:50%;
}

.pub{
display:block;
margin-top:20px;
	
}

/* Fin style de la zone de pub a droite */


.print_image{
	cursor:pointer;
}

.rouge{
	color:#A8121D;
}

.centre_block img{
	width:100px;
}

.videos_home a{
	color:#000000 !important;
	font-weight:normal !important;
	display:block;
}
