/* Config Generale */
@import url("style_infolive.css");

html {
	background-image:url(../images/fond-page.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#2b1900;
}
body {
	margin:0px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:12px;
}
h1,h2,h3,h4,p,form{
	margin:0px;
	padding:0px;
}
ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}
#BlocHautPage {
	text-align:center;
}
#BlocHautPage.png {
	background-image:url(../images/fond-menu-haut.png);
	background-position: top center;
	background-repeat:no-repeat;
}
#BlocHautPage #MenuHaut{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1000px;
	min-height:56px;
	_height:56px;
}
#FondPage{
	text-align:center;
}
#FondPage.png {
	background-image:url(../images/fond-repeat.png);
	background-position: top center;
	background-repeat:repeat-y;
}
#Page{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:center;
}

/*****************************************************
                        ENTETE
*****************************************************/
#Entete{
	background-color:#FFFFFF;
	width:1000px;
	height:399px;
	text-align:left;
	position:relative;
}
#Entete #BandeauFlash{
	width:745px;
	height:300px;
	overflow: hidden;
	float:right;
	z-index:50px;
}
#Entete #BandeauResa{
	position:absolute;
	z-index:60;
}

/*****************************************************
                        COLONNE GAUCHE
*****************************************************/
#BlocColGauche {
	float:left;
	width:333px;
	min-height:300px;
	_height:300px;
}
#BlocColGauche #ColGauche{
	padding: 14px 0px 0px 15px;
}
#BlocColGauche #ColGauche h1 {
	color:#ffde00;
	font-size:20px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform:uppercase;
}
#BlocActusDefilantes{
	width:290px;
	float:left;
}

/*****************************************************
                        CONTENU TXT
*****************************************************/
#Contenu{
	width:1000px;
	text-align:left;
}

#BlocTxt {
	width: 656px;
	min-height:300px;
	_height:300px;
	float:left;
}
.ttt {
	font-size:10px;
}

/*****************************************************
                        PIED DE PAGE
*****************************************************/

#BlocPiedPage{
	text-align:center;
}
#BlocPiedPage.png {
	background-image:url(../images/fond-menu-bas.png);
	background-position: top center;
	background-repeat:no-repeat;
}
#BlocPiedPage #PiedPage {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	min-height:101px;
	_height:101px;
	text-align:left;
}
#BlocLogoMVM {
	width:71px;
	min-height:70px;
	_height:70px;
	float:left;
}
#BlocLogoMVM #LogoMVM {
	padding: 3px 10px; 0px 10px
}
#BlocCoordonnees {
	width: 585px;
	min-height:70px;
	_height:70px;
	float:left;
}
#BlocCoordonnees #Coordonnees{
	font-family: "Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	padding: 7px 0px 0px 5px;
}
#BlocCoordonnees #Coordonnees a, #BlocCoordonnees #Coordonneese a:link, #BlocCoordonnees #Coordonnees a:active, #BlocCoordonnees #Coordonnees a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#BlocCoordonnees #Coordonnees a:hover {
	color:#FFCC00;
	text-decoration:none;
}
#BlocResaBas{
	width:344px;
	min-height:70px;
	_height:70px;
	float:left;
}
#BlocResaBas #ResaBas {
	font-family: "Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding-top:12px;
	padding-right:5px;
}
#BlocResaBas #ResaBas a, #BlocResaBas #ResaBas a:link, #BlocResaBas #ResaBas a:active, #BlocResaBas #ResaBas a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#BlocResaBas #ResaBas a:hover{
	color:#FFCC00;
	text-decoration:none;
}
#BlocAddthis{
	width:200px;
	min-height: 25px;
	_height:25px;
	float:left;
}
#BlocAddthis #Addthis{
	text-align:left;
	padding-left:10px;
	padding-top:5px;
}
#BlocMenuBas{
	width:600px;
	min-height: 25px;
	_height:25px;
	float:left;
}
#BlocMenuBas #MenuBas{
	font-family: "Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-right:10px;
	padding-top:5px;
}
#BlocMenuBas #MenuBas a, #BlocMenuBas #MenuBas a:link, #BlocMenuBas #MenuBas a:active, #BlocMenuBase #MenuBas a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#BlocMenuBas #MenuBas a:hover {
	color:#bb0711;
	text-decoration:underline;
}
#BlocSignature{
	width:200px;
	min-height: 25px;
	_height:25px;
	float:left;
}
#BlocSignature #Signature{
	font-family: "Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}
#BlocSignature #Signature a, #BlocSignature #Signature a:link, #BlocSignature #Signature a:active, #BlocSignature #Signature a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#BlocSignature #Signature a:hover {
	color:#bb0711;
	text-decoration:underline;
}

/*****************************************************
                        FORMULAIRES
*****************************************************/				
.combo {
	height: auto; 
	border: #292929 1px solid;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.combogo {
	height: auto;
	border: #CCCCCC 1px solid;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color:#A9BFD3;
}
.TableContact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TableContact td{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TableContact td.Libelle{
	width:25%;
	text-align:right;
}
.TableContact input,  textarea {
	border:1px solid #292929;
}
.TableContact h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:10px;
	color:#DA5139;
}
/*****************************************************
                        CADRES PHOTOS
*****************************************************/
.border {
	border: #393939 1px solid;
	margin-top:3px;
	margin-bottom:5px;
}
.PhotoAccueil{
	margin:5px 0px 5px 10px;
	float:right;
}

