@charset "UTF-8";
/* Média fluide simple
   Remarque : un média fluide exige que vous supprimiez les attributs de hauteur et de largeur du média du code HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 ne prend pas en charge max-width ; la largeur par défaut est donc fixée à 100% */
.ie6 img {
	width:100%;
}

/*
	Propriétés de grille fluide Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiré par "Responsive Web Design" par Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	et le système Golden Grid par Joni Korpi
	http://goldengridsystem.com/
*/

/* Disposition mobile : 480px et moins. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#large2Left {
	width: 160px;
	text-align:left;
	margin-bottom: -20px;
}
.LargeEnt {
	width: 265px;
}
.largeSuite {
	width: 265px;
}
.LargeVille {
	width: 220px;
}

/* Disposition tablette : 481px sur 768px. Hérite des styles de : Disposition mobile */

@media only screen and (min-width: 414px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Enveloppe {
	width: 400px;
}
.Noms1 {
	width: 300px;
	margin-left:20%;
	margin-top: 20px;
}
.Mr1 {
	float:left;
    width:50px;
	height: 80px;
	margin-top: -10px;
	text-align: top;
}


#PiedLC {
	width: auto;
	margin-top: -20px;
	margin-bottom: 50px;
}
#Descript {
	width: auto;
	margin-left:0px;
	margin-top: 35px;
}
.Envoi {
	text-align: left;
}
#large2Left {
	width: auto;
	text-align:left;
	margin-bottom: -20px;
}
.LargeEnt {
	width: 345px;
}
.largeSuite {
	width: 345px;
}
.LargeVille {
	width: 300px;
}
}

@media only screen and (min-width: 480px) {
.LargeEnt {
	width: 345px;
}
.largeSuite {
	width: 345px;
}
.LargeVille {
	width: 300px;
}
}

@media only screen and (min-width: 736px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Enveloppe {
	width: 600px;
}
.Noms1 {
	width: 300px;
	margin-left:20%;
}
.Mr1 {
	float:left;
    width:80px;
	height: 80px;
	margin-top: -10px;
	text-align: top;
}
.Entreprise {
	left:0px;
    width:270px;
	text-align: left;
}
.Adresse {
	width:270px;
	margin-left:50%;
	margin-top: -80px;
}
#CodePostal {
	width: 125px;
	margin-left:300px;
	margin-top: 25px;
}
#MailPhone {
	width: 250px;
	margin-top: -153px;
}
#TypePrest {
	float: left;
	width: 260px;
}
#AdresseCompleteChantier {
	width: 250px;
	margin-left:300px;
	margin-top: 25px;
}
#PiedLC {
	width: 600px;
	margin-top: -20px;
	margin-bottom: 50px;
}
#Descript {
	width: 280px;
	margin-left:300px;
	margin-top: 35px;
}
.Envoi {
	text-align: left;
}
#large2Left {
	width: 500px;
	margin: auto;
	text-align: center;
}
.LargeEnt {
	width: 265px ;
}
.LargeVille {
	width: 260px;
}
.largeSuite {
	width: 265px;
}
}


/* Disposition bureau : 769px à max. 1232px.  Hérite des styles de : Disposition mobile et disposition tablette */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Enveloppe {
	width: 600px;
}
.Noms1 {
	width: 300px;
	margin-left:20%;
}
.Mr1 {
	float:left;
    width:80px;
	height: 80px;
	margin-top: -10px;
	text-align: top;
}
.Entreprise {
	left:0px;
    width:270px;
	text-align: left;
}
.Adresse {
	width:270px;
	margin-left:50%;
	margin-top: -80px;
}
#CodePostal {
	width: 125px;
	margin-left:300px;
	margin-top: 25px;
}
#MailPhone {
	width: 250px;
	margin-top: -153px;
}
#TypePrest {
	float: left;
	width: 260px;
}
#AdresseCompleteChantier {
	width: 250px;
	margin-left:300px;
	margin-top: 25px;
}
#PiedLC {
	width: 600px;
	margin-top: -20px;
	margin-bottom: 50px;
}
#Descript {
	width: 280px;
	margin-left:300px;
	margin-top: 35px;
}
.Envoi {
	text-align: left;
}
#large2Left {
	width: 500px;
	margin: auto;
	text-align: center;
}
.LargeEnt {
	width: 265px auto;
}
.largeSuite {
	width: 265px;
}
}
@media only screen and (min-width: 1200px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Enveloppe {
	width: 600px;
}
.Noms1 {
	width: 300px;
	margin-left:20%;
}
.Mr1 {
	float:left;
    width:80px;
	height: 80px;
	margin-top: -10px;
	text-align: top;
}
.Entreprise {
	left:0px;
    width:270px;
	text-align: left;
}
.Adresse {
	width:270px;
	margin-left:50%;
	margin-top: -80px;
}
#CodePostal {
	width: 125px;
	margin-left:300px;
	margin-top: 25px;
}
#MailPhone {
	width: 250px;
	margin-top: -153px;
}
#TypePrest {
	float: left;
	width: 260px;
}
#AdresseCompleteChantier {
	width: 250px;
	margin-left:300px;
	margin-top: 25px;
}
#PiedLC {
	width: 600px;
	margin-top: -20px;
	margin-bottom: 50px;
}
#Descript {
	width: 280px;
	margin-left:300px;
	margin-top: 35px;
}
.Envoi {
	text-align: left;
}
#large2Left {
	width: 500px;
	margin: auto;
	text-align: center;
}
.LargeEnt {
	width: 245px auto;
}
.largeSuite {
	width: 265px;
}
}

