
/*--------------------------- Txt -----------------------------*/
#Txt {
	width: 730px;
	font-family: Arial;
	font-size : 12px;
/*	min-height: 720px;
	_height: 720px;*/
	background-image:url(../images/fond-contenutxt.jpg);
	background-position: left top;
	background-repeat:repeat-y;
	text-align:left;
}
#TxtContenu {
	padding: 24px 0px 0px 0px;
}

/*--------------------------- Colonne Gauche -----------------------------*/
#ColonneGauche {
	float: left;
	width: 440px;
}
#ColonneGauche p{
	color: #770120;
	margin-top: 7px;
	margin-bottom: 5px;
}
#ColonneGaucheContenu {
	padding: 0px 0px 0px 30px;
}
#ColonneGaucheContenu p{
	margin-top: 7px;
	margin-bottom: 5px;
}
#ColonneGaucheContenu h1{
	font-family: Arial;
	color: #8C0200;
	font-size : 16px;
	font-weight: bold;
	font-variant: normal;
}
#ColonneGaucheContenu h2{
	font-family: Arial;
	color: #8C0200;
	font-size: 22px;
	font-weight: bold;
	font-variant: normal;
	padding-left: 16px;
	margin-bottom: 10px;
}
#ColonneGaucheContenu h3{
	font-family: Arial;
	color: #8C0200;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}
#ColonneGaucheContenu a, #ColonneGaucheContenu a:link, #ColonneGaucheContenu a:active, #ColonneGaucheContenu a:visited {
	color: #003300;
	text-decoration: underline;
}
#ColonneGaucheContenu a:hover {
	color: #8C0200;
	text-decoration: none;
}

/*--------------------------- Colonne Droite -----------------------------*/
#ColonneDroite {
	float: left;
	width: 260px;
}
#ColonneDroiteContenu {
	padding-left:15px!important;
	padding-left:10px;
}
#ColonneDroiteContenu p{
	margin-top: 7px;
	margin-bottom: 5px;
}
#ColonneDroiteContenu h1{
	font-family: Arial;
	color: #8C0200;
	font-size : 24px;
	font-weight: bold;
	font-variant: normal;
}
#ColonneDroiteContenu h2{
	font-family: Arial;
	color: #8C0200;
	font-size: 22px;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 10px;
}
#ColonneDroiteContenu h3{
	font-family: Arial;
	color: #8C0200;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
}
#ColonneDroiteContenu a, #ColonneDroiteContenu a:link, #ColonneDroiteContenu a:active, #ColonneDroiteContenu a:visited {
	color: #8C0200;
	text-decoration: underline;
}
#ColonneDroiteContenu a:hover {
	color:black ;
	text-decoration: none;
}

/*--------------------------- Actualités -----------------------------*/
#BlocActus {
	background-image: url(../images/fond-bloc-actus.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #03351E;
	width: 415px;
	min-height: 680px;
	_height: 680px;
}
.BlocInfos {
	border-bottom: 1px dotted #8C0200;
	margin-bottom: 12px;
	color:black;

}
.BlocInfos .Infos{
	padding: 0px 0px 12px 15px;
	font-size: 11px;
}
.BlocInfos .Infos .EditoVignette{
	width: 240px;
}
.BlocInfos .Infos a, .BlocInfos .Infos a:link, .BlocInfos .Infos a:active, .BlocInfos .Infos a:visited {
	color: #595959;
	text-decoration: underline;
}
.BlocInfos .Infos a:hover {
	color: #8C0200;
	text-decoration: none;
}
.BlocVideo {
	background-image: url(../images/fond-bloc-video.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 234px;
	height: 147px;
	text-align: center;
}


/*--------------------------- Produits -----------------------------*/
.BlocProduits {
	width: 320px;
	height: 90px;
	float: left;
	position:relative;
	border-bottom: 1px dotted #770120;
}
.Produits{
	padding: 7px 0px 0px 10px; 
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #770120;
}
.Produits h2{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #770120;
	padding-bottom: 0px;
}
.Vignette {
	float: left;
	width: 85px;
}
.Ensavoirplus , .Ensavoirplus a, .Ensavoirplus a:link, .Ensavoirplus a:active, .Ensavoirplus a:visited{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #C86128; 
	text-decoration: none;
	text-align:right;
} 
.Ensavoirplus a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4B5A68;
	text-align:right;
}
