@charset "utf-8";
/* CSS Document by Com2o - www.com2o.fr */

html, body {
	background-color:#DDD7C9;
	height:100%;
	margin:0px;
	width:100%;
	}

#conteneur {
	margin:auto;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	float:right;
	width:250px;
	height:229px;
	visibility: visible;
}

/* Style texte */
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.titre {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:inline;
}

.texte {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
	font-weight:normal;
	
}


/* Accueil */
#menu {
	position: absolute;  
	width: 1024px;
	margin-left:25%;
	
}

/* Webagency */
#apwebagency {
	background-color:#487A57;
	width:400px;
	height:400px;
	margin:auto;
	padding:10px;
}

/* photographies */
#apphotographies {
	background-color:#EE8D12;
	width:400px;
	height:400px;
	margin:auto;
	padding:10px;
}

/* références */
#apreferences {
	background-color:#0065A0;
	width:400px;
	height:400px;
	margin:auto;
	padding:10px;
}

/* Contact */
#apcontact {
	background-color:#CB0F0F;
	width:400px;
	height:400px;
	margin:auto;
	padding:10px;	
}

/* mentionslegales */
#apmentionslegales {
	background-color:#CB0F0F;
	width:400px;
	height:400px;
	margin:auto;
	padding:10px;
}


/* Footer */
#footer {
	text-align:center;
	position: fixed;  
	bottom: 0px;  
	height: 50px;  
	width: 100%;     
	
	}
