/*version css tablettes et petits ecrans jusqu'à 1200px*/
#colpage
{
	background: url("img/IMG_2088.jpg")no-repeat top center fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
}
#profilepage
{
	background: url("img/IMG_4916.jpg")no-repeat top left fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
}
/*menu accueil*/
#colpage #bloc_page, #bwpage #bloc_page, #profilepage #bloc_page
{
	width: 95%;
}
.gridleft, .gridright
{
	display: block;
}
.gridleft
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 0%;
	padding: 1%;
}
.gridright
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.index img
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#pseudo, #mail, #region, #destination, #commentaire, #envoi, #old
{
	width: 95%;
}