/* site Actuel creation
-------------------------------------------------------- */

/* Centrage page web pour IE 
-------------------------------------------------------- */
body{
	background-color: #CCCCCC;
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

html, body{

}

/* Centrage page web pour firefox et autre sauf IE (Voir body)
-------------------------------------------------------- */
#global { 
  margin-left: auto; 
  margin-right: auto; 
  width: 935px; 
  text-align: left; /* on rétablit l'alignement normal du texte */ 
}

/* Entête des page
-------------------------------------------------------- */
#toph{
	height: 80px;
	width: 935px;
	background-color: transparent;
	background-image: url(images/fondmenuh.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#topb{
	height: 54px;
	width: 935px;
	background-color: transparent;
	background-image: url(images/fondmenub.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 53px;
	text-align: center;
	}

/* Bonton dans du menu 
-------------------------------------------------------- */
#topb #accueil {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#topb #realisation {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#topb #service {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#topb #photos{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#topb #videos{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#topb #venteligne {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#topb #contact {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

/* Bonton videos et photos
-------------------------------------------------------- */
#page #photos {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#page #videos {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

/* Pour la page index et merci
-------------------------------------------------------- */
#pageindex{
	width: 935px;
	background-image: url(images/fondpageaccueil.gif);
	background-repeat: no-repeat;
	height: 550px;
}

#pageindex table {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* gestion police */
#pageindex .h0 {
	font-size: 80%;
}

#pageindex .h1 {
	font-size: 100%;
	font-weight: bolder;
	color: #E41830;
}

#pageindex .h2 {
	font-weight: bolder;
	color: #E41830;
}

/* Pour les autres pages
-------------------------------------------------------- */	
#page{
	width: 935px;
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: middle;
}

#page table {
	text-align: center;
	width: 935px;
}

#page tr {
	text-align: left;
	vertical-align: middle;
	position: relative;
}

/* gestion police */
#page .h0 {
	font-size: 80%;
}

#page .h1 {
	font-size: 100%;
	font-weight: bold;
	color: #E41830;
}

#page .h2 {
	font-weight: bold;
	color: #E41830;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0;
	height: 142px;
	background-color: transparent;
	background-image: url(images/pied.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 935px;
	text-align: center;
	font-size: 80%;
}

#footer table {
	text-align: center;
	width: 935px;
	height: 138px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}

#footer .copy {
	font-size: 80%;
	text-align: left;
	text-transform: capitalize;
	color: #CCCCCC;
}

#footer .adr {
	font-weight: bold;
	color: #999999;
	font-style: italic;
	font-size: 80%;
}


/* input formulaire
------------------------------------------------------- */
#form {
	width: 935px;
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: middle;
}
/* gestion police */
#form .h0 {
	font-size: 90%;
	text-align: left;
}

#form .h1 {
	font-size: 100%;
	font-weight: bold;
	color: #E41830;
}

#form .h2 {
	font-weight: bold;
	color: #E41830;
}

#form .saisie300 {
	width: 300px;
	float: left;
}

#form .saisie250 {
	width: 250px;
	float: left;
}

#form .saisie150 {
	width: 150px;
	float: left;
}

