body { 
	text-align: center;
	font-family: Georgia;
	background-color: white;
}

p {
	/*text-align: center;*/
	font: Georgia;
}


/* Id des éléments dans la partie du haut de l'accueil 
*************************************************************/

#menu_top {
	font-family: Georgia;
	font-size: 14px;
	letter-spacing: 5px;
	width: 550px;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 32px;
	list-style-type: none;
}

#menu_top li {
	display: inline;
	margin: 45px;

}


#logo {
	width: 622px; 
	margin: 0 auto;
	padding-top: 20px;

}

.projets {
	margin: 40px auto;
	padding-right: 45px;
	max-width: 1100px;
	min-width: 320;
}

.projets li img {
	cursor: pointer;
	margin: 15px 15px;
}

.projets li img:hover{
	color: red;
	text-decoration: underline;
}

.images_projets {
	width:  1000px; 
	margin: 20px auto;
}

.images_projets img {
	margin-bottom: 10px;
}

#images_projets_platform img {
	margin-bottom: 30px;
}

#images_projets_platform {
	width:  1100px; 
	margin: 20px auto;
}

#vancouver {
	background: url('images/vancouver.jpg') no-repeat center center;
}

#portland {
	background: url('images/portland.jpg') no-repeat center center;
}

#seattle {
	background: url('images/seattle.jpg') no-repeat center center;
}

#platform {
	background: url('images/end_platform.jpg') no-repeat center center;
}

#swap {
	background: url('images/film_swap.jpg') no-repeat center center;
}

#metro {
	background: url('images/metro.jpg') no-repeat center center;
}

#morning {
	background: url('images/morning.jpg') no-repeat center center;
}

#nz {
	background: url('images/new_zealand.jpg') no-repeat center center;
}

#urbex {
	background: url('images/urbex.jpg') no-repeat center center;
}

#everyday {
	background: url('images/365.jpg') no-repeat center center;
}


#footer {
	margin-top: 200px;
	margin-bottom: 20px;
	font-family: Georgia; 
	font-size: 11px;
}



/* Id des éléments dans la page contact
*************************************************************/


.titre {
	margin-top: 50px;
}

#composite-resume {
	margin-top: 70px;
}

#composite-resume img {
	margin: 20px 20px 20px 20px;
}



/* États de balises */

a {
	text-decoration: none;
	color: #996633;
}

a:hover {
	color: #666666;
}

p {
	font: Georgia;
	text-align: center;
	font-size: 14px;
}





/* Copie du script gamma gallery de théo
*************************************************************/


.projets li {
	list-style-type: none;
	display: inline-block;
}


.txt_fade:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}


