body {
	background-color:#3c303a;
	background-image:url(../images/fond.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

label {
	font-size: 0.813em;}

p.bold {
	font-weight:bold;
	margin:25px 0 -15px 0;
}

p a {
	color:#fff;
}

p a:hover {
	color:#ddd;
}

p img {
	max-width: 100%;
}

/*Conteneur Logo*/
div.logo {
/*	margin-left: auto;
	margin-right: auto;
	max-width:925px;
	height:80px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	text-align:center; /* centrage horizontal */ }
	
/*Conteneur Logo*/
div.logonew {
	margin-left: auto;
	margin-right: auto;
	max-width:925px;
	margin-top: 15px;
	height:73px;
	text-align:left; /* centrage horizontal */ }

/*Conteneur Menu*/
div.menu {
	margin-left: auto;
	margin-right: auto;
	max-width:925px;
	height:123px;
	/* old pour hauteur avec div logo height:50px; */
	text-align:center; /* centrage horizontal */ }

.liengalerie {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	color:#fff;
	text-decoration:none;
	font-size: 0.813em;}

h1 {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	color:#fff;
	text-decoration:none;
	font-size: 1.500em;}

h2 {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	color:#fff;
	text-decoration:none;
	text-align:left;
	font-size: 1.500em;}

div.avertissement {
	color: #ff00b7;
	font-size: 1.125em;}

div.liendubas {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	color:#fff;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	display:inline-block;
	font-size: 1.250em;}

div.liendubas p {
	color:#ddd;
	font-size: 0.813em;}

div.liendubas a {
	color:#fff;
	font-size: 1.250em;
	text-decoration:none; }

div.liendubas a:hover {
	color:#ddd; }

/*Conteneur Page*/
div.page {
	margin-left: auto;
	margin-right: auto;
	max-width:925px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	color:#ddd;
	font-size: 1.000em;
	/* height:1000px; ligne à retirer après les tests */
	text-align:left; }

/*Conteneur Pagephoto*/
div.pagephoto {
	margin-left: auto;
	margin-right: auto;
	max-width:925px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	color:#ddd;
	font-size: 1.000em;
	/* height:1000px; ligne à retirer après les tests */
	text-align:center; /* centrage horizontal */ }
	
/*Conteneur Design*/
div.design {
	max-width: 400px;
	font-size: smaller; }

/*Conteneur Footer*/
div.footer {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	text-align:center; /* centrage horizontal */
	/* height:1000px; ligne à retirer après les tests */
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	color:#ddd;
	text-decoration:none;
	font-size: 0.875em;
	display:inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;	}

/*Galerie Image*/
.galerie_image
	{
	float: left;
	margin: 3px 3px 30px 3px;
	border: 1px solid #000000;
	text-align: center;
	height: 28.250em;
	width: 18.750em;
}

.galerie_image a:hover
	{
	opacity:0.8;
}
/*Menu Navigation*/
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	color: #fff;
	background: #894b78;
	opacity:0.9;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #894b78;
	color: #dddddd;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	/* background: #2f3036; */
	color: #000;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Raleway", sans-serif;
	text-decoration: none;
	color:#fff;
	background: #ad2588;
	text-align: center;
	padding: 16px 0;
	display: none;
	/* position:fixed; */
}

/*Hide checkbox*/
input[type=checkbox]{
    /** display: none; **/
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

/*
Contact Form
Code Author: Mark-Anthony Karam
Host: mark-anthony.ca
*/

/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
label 
{
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centres the form within the page */
form 
{
    margin:0 auto;
    width:260px;
}

/* Styles the text boxes */
input, textarea, file {
	width:260px;
	height:27px;
	background-color:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

/* Styles the text area boxes (message field) */	
textarea 
{
	/* height:213px; */
	height:113px;
	background-color: #efefef;
}


/* Styles the submit button */
#submit {
	/* background:url(images/submit.png); */
	width:127px;
	height:48px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the submit hover */	
#submit:hover {
	color:#fff;
	background-color: #824972;
	opacity:0.9;
}