﻿*{
	margin:0;
	padding:0;
	font: inherit;
	list-style: none;
	border:none;
}

html{
	height:100%;
	background:#505050;
}

body{
	color:#fff;
	position:relative;
	height:100%;
	font-size: 16px;
	font-family:Verdana;
	background:url("../images/bg2.jpg")  0 90px repeat-x;
}

a{
	text-decoration:none;
}

ul{
	list-style-type:none;
}

header{
	
	font-family:"Myriad pro";
	font-size:1.125em;
	overflow:hidden;
	box-shadow:  0 6px 9px 4px rgba( 0, 0, 0, 0.4 );
	background:url("../images/bgmenu.jpg") repeat-x /**#1f1f1f**/;
}
header #header {
	width:960px;
	height:124px;
	margin:auto;
}

header nav {
	float:right;
}

.btn {
	text-align:center;
	display:block;
	float:left;
	width:90px;
	line-height: 100px;
	cursor: pointer;
	cursor: hand;
	color:#fff;
	transition:line-height 0.3s;
	-moz-transition:line-height 0.3s; /* Firefox 4 */
	-webkit-transition:line-height 0.3s; /* Safari and Chrome */
	-o-transition:line-height 0.4s; /* Opera */
	box-shadow:  0 6px 9px 4px rgba( 0, 0, 0, 0.2 );
}

.first{
	background:#42259e;
}

.second{
	background:#000;
}

.third{
	background:#191717;
}

.btn:hover {
	line-height: 110px;
}

.btn.selected {
	line-height: 110px;
	/**text-decoration:underline;**/
}


.logo{
	float:left;
	margin-top:40px;
	border-bottom: 1px solid #fff;
	width:540px;
}

h1.titre_logo{
	margin-bottom:5px;
    white-space: nowrap;                 
}

.logo a {
    outline: none; 
}

#content{
	width:937px;
	margin:0 auto -118px;
	padding-top:23px;
	overflow:auto;
	min-height:100%;
}

#wrap{
	min-height:100%;
	background:url("../images/bande.png") 0 90px no-repeat;
}

.info{
	float:left;
	width:306px;
	background:#393939;
	border: 5px solid #2e2c2c;
	padding:15px;
	min-height:300px;
}

h1{
	margin-bottom:20px;
	font-size:1.250em;
}

.info img{
	float:left;
}
.info h1{
	float:left;
	border-bottom:solid 1px #fff;
	width:100%;
}

.info div{
	margin-left:15px;
	float:left;
}

.info div h2{
	font-size:0.875em;
}

.info p{
	font-size:0.850em;
	color:#b5b3b3;
}

.info div p{
	font-size:0.875em;
	color:#e0e0e0;
	width:90px;
	margin-bottom:25px;
}

p.taille1{
	font-size:30px;
	color:#fff;
}

.taille2{
	font-size:3.750em;
	margin-bottom:10px;
}

p.gris{
	font-size:24px;
	color:#b9b9b9;
}

p.mauve{
	font-size:20px;
	color:#fff;
	margin-bottom:15px;
}

#projet{
	float:left;
	width:570px;
	padding-left:20px;
}

#projetChoisi{
	float:left;
	width:570px;
	padding-left:20px;
}

#quiSuisJe{
	float:left;
	width:540px;
	margin-left:20px;
	padding:15px;
	background:#767676;
	min-height:310px;
}

#contactMoi{
	margin-right:20px;
	float:left;
	width:570px;
}

#contactMoi div{
	padding:15px;
	background:#767676;
}

form li {
	margin-top:20px;
	overflow:hidden;
}

.contact{
	float:right;
	border:1px solid #000;
	padding-left:10px;
	width:440px;
	height:30px;
	color:#fff;
	background:#393939;
	box-shadow:inset 0 2px 15px rgba(0, 0, 0, 0.3);
	-moz-outline-color : #cccccc;
	outline-color : #cccccc;
}

.dernierText{
	height:220px;
	max-width:440px;
}


label{
	float:left;
	line-height:30px;
}

#Envoyer{
	background:#17074a;
	color:#fff;
	padding: 10px 15px;
	float:right;
	margin-top:15px;
	cursor: hand;
}

.contactReseau{
	float:left;
	width:306px;
	background:#393939;
	border: 5px solid #2e2c2c;
	padding:15px;
	margin-top:20px;
}

.contactReseau a{
	color:#949494;
	font-size:1em;
}



footer{
	overflow:hidden;
	box-shadow:  0px 0px 9px 6px rgba( 0, 0, 0, 0.5 );
	background:url("../images/bgfooter.jpg") repeat-x /**#1f1f1f**/;
	width:100%;
	min-height:118px;
	/**position:absolute;
	bottom:0;**/
}

footer #footer{
	width:600px;
	margin:0 auto;
	padding-left:170px;
	padding-right:170px;
	padding-top:10px;
}

.push{
	height:118px;
	clear:both;
}

#footer div{
	float:left;
	margin-right:75px;
}

#footer a{
	color:#fff;
	font-size:0.688em;
}

#footer h3{
	font-size:0.750em;
	margin-bottom:5px;
}

#footer #contact{
	margin-right:0px;
}

#footer p{
	font-size:0.688em;
	color:#585858;
	clear:both;
	text-align:center;
}











/* --- Container configuration ---------------------------------------------------------- */
.viewport {
	border:2px solid #a1a1a1;
    float: left;
    height: 168px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
    width: 271px;
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
    margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport a {
    display: block;
    position: relative;
}

.viewport a img {
    height: 178px;
    left: -10px;
    position: relative;
    top: -10px;
    width: 281px;
}

/* --- Label configuration -------------------------------------------------------------- */
.viewport a span {
    display: none;
    font-size: 1.2em;
    font-weight: bold;
    height: 100%;
    padding-top: 65px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
}

.viewport span p {
    font-size: 0.7em;
	 color: #9b9b9b;
}

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
    background-color: rgba(15, 15, 15, 0.85);
    color: #fff;
    text-shadow: #000 0px 0px 20px;
}




@media screen and (max-width:960px){
	
	header #header {
		width:100%;
		height:124px;
		margin:auto;
	}
	.logo{
		width:56.25%;
	}
	
	#content{
		width:100%;
	}
	
	.info{
		width:31.87%;
		min-height:300px;
		min-width:265px;
	}
	
	.info img{
		max-width:63.07%;
	}
	
	.info div{
		width:29.41%;
	}
	
	#projet{
		width:59.37%;
		padding-left:20px;
	}
	
	#projetChoisi{
	width:59.37%;
	padding-left:20px;
	}
	
	#projetChoisi img{
	width:100%;
	}

	#quiSuisJe{
		width:56.25%;
		margin-left:20px;
		padding:15px;
	}
	
	#contactMoi{
	margin-right:20px;
	width:59.37%;
	}
	
	.contactReseau{
	width:31.87%;
	min-width:265px;
	}
	
	footer #footer{
	width:66.66%;
	}
	
	#footer div{
	margin-right:11.71%;
	}
}

@media screen and (max-width:812px){
	#content{
		width:95%;
	}
	
	#projet{
		width:570px;
		padding-left:0px;
		overflow:auto;
		float:none;
		margin:auto;
		padding-top:20px;
	}
	
	#projetChoisi{
		width:100%;
		padding:0px;
		overflow:hidden;
		float:none;
		margin:0;
	}
	
	#projetChoisi img{
		width:100%;
	}
	
	.contact{
	width:77.19%;
	min-width:300px;
	max-width:100%;
	}
	
	.contactReseau{
		margin-left:2.46%;
		padding:1.56%;
	}
	
	.info{
	padding:1.56%;
	}
	
	#quiSuisJe{
		padding:1.56%;
		margin-left:2.46%;
		width:46%;
	}
	
	#contactMoi{
		min-width:90%;
	}
}

@media screen and (max-device-width:640px){
	
	header nav {
	padding-top:14px;
	float:none;
	clear:both;
	}
	
	header{
	padding-bottom:20px;
	box-shadow:  0 -120px 9px 4px rgba( 80, 80, 80, 1 ) inset;
	background:url("../images/bgmenu.jpg") repeat-x,  #232323;
	}
	
	.logo{
	width:100%;
	}
	
	h1.titre_logo img{
	width:100%;
	height:auto;
	}
	
	.info{
		width:96.88%;
		min-height:0%;
		border:none;
	}
	
	#quiSuisJe{
		width:96.88%;
		margin-top:20px;
		margin-left:0;
	}
	
	#projet{
		width:100%;
	}
	
	#contactMoi{
	margin-right:0px;
	width:100%;
	}
	
	.contactReseau{
		width:96.88%;
		padding:1.56%;
		border:none;
		margin-left:0;
	}
	
	#contact{
	margin-top:15px;
	}
	
	footer #footer{
	width:100%;
	padding:0;
	padding-top:20px;
	}
	
	.viewport{
		float:none;
		margin: 20px auto;
		
	}
	footer{
		margin-top:20px;
		background:url("../images/bgfooter.jpg") repeat-x, #1f1f1f;
	}
	footer #footer div{
	margin-left:15px;
	}
	
	
}


@media screen and (max-width:640px){
	
	header nav {
	padding-top:14px;
	float:none;
	clear:both;
	}
	
	header{
	padding-bottom:20px;
	box-shadow:  0 -120px 9px 4px rgba( 80, 80, 80, 1 ) inset;
	background:url("../images/bgmenu.jpg") repeat-x,  #232323;
	}
	
	.info{
		width:96.88%;
		min-height:0%;
		border:none;
	}
	
	#quiSuisJe{
		width:96.88%;
		margin-top:20px;
		margin-left:0;
	}
	
	#projet{
		width:100%;
	}
	
	#contactMoi{
	margin-right:0px;
	width:100%;
	}
	
	.contactReseau{
		width:96.88%;
		padding:1.56%;
		border:none;
		margin-left:0;
	}
	
	footer #footer{
	width:100%;
	padding:0;
	padding-top:20px;
	}
	
	.viewport{
		float:none;
		margin: 20px auto;
		
	}
	footer{
		margin-top:20px;
		background:url("../images/bgfooter.jpg") repeat-x, #1f1f1f;
	}
	
}

