/*MENU NAVIGATION*/

nav.menu-nav ul li.btn{
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 190px;
	text-align: center;
	vertical-align: middle;
}

nav.menu-nav ul li.btn a{
	text-decoration: none;
	color: white;
	font-size: 25px;
}

nav.menu-nav ul li.btn:hover a{
	background-color: #9C78DE;
	padding: 2px;
	transition: 0.3s;
}

/*ACCUEIL*/

header{
	background-color: #3F1A82;
	font-size: 10px;
}

body{
	background-color: #200251;
}

div#content div{
	color: white;
	background-color: #5E3B96;
	margin: 20px auto;
	width: 80%;
	padding: 15px;
	border: solid 3px;
}


div#content div.centerbox{
	text-align: center;
}

div#content div.centerbox h1, p{
	margin-left: 20px;
}

div#content div.centerbox h1{
	font-size: 80px;
	border: 2px solid black;
}

div#content div.centerbox p{
	font-size: 50px;
}


div#content div.bottombox{
	font-size: 30px;
}



/*BUTPROJET*/

h3.titrebut{
	color: white;
	background-color: #5E3B96;
	font-size: 50px;
	width: 20%;
	padding:5px;
	border: solid 3px;
}
	

div#but div{
	color: white;
	background-color: #5E3B96;
	
}


div#but div.leftbox{
	font-size: 30px;
	text-align: left;
	width: 48%;
	border: solid 3px;

}


div#but div.rightbox{
	font-size: 30px;
	text-align: left;
	width: 48%;
	float: right;
	border: solid 3px;

}


/*CAHIER DES CHARGES*/

h3.cahier{
	color: white;
	background-color: #5E3B96;
	font-size: 50px;
	margin: 20px auto;
	width: 80%;
	padding: 15px;
	border: solid 3px;
	text-align: center;
}

div#cahier div{
	color: white;
	background-color: #5E3B96;
	font-size: 30px;
	text-align: left;
	width: 48%;
	border: solid 3px;
	display: inline-block;
}

div#cahier div.version2{
	vertical-align: top;
}

h5{
	color: white;
	background-color: #5E3B96;
	font-size: 20px;
	text-align: center;
}


/*REPARTITION TÂCHES*/

h3.repartition{
	color: white;
	background-color: #5E3B96;
	font-size: 50px;
	width: 33%;
	padding:5px;
	border: solid 3px;
}

div#repartition div{
	color: white;
	background-color: #5E3B96;
}

div#repartition div.livia{
	font-size: 30px;
	text-align: left;
	width: 48%;
	float: right;
	border: solid 3px;
}

div#repartition div.yoann{
	font-size: 30px;
	text-align: left;
	width: 48%;
	border: solid 3px;
}	


/*STRUCTURES DE DONNEES*/

h3.structures{
	color: white;
	background-color: #5E3B96;
	font-size: 50px;
	width: 33%;
	padding:5px;
	border: solid 3px;
}

div#structures div{
	color: white;
	background-color: #5E3B96;
}

div#structures div.blocgauche{
	font-size: 30px;
	text-align: left;
	width: 48%;
	border: solid 3px;
}

div#structures div.blocdroit{
	font-size: 30px;
	text-align: left;
	width: 48%;
	border: solid 3px;
	float: right;
}


/*CODE SOURCE*/

h3.csource{
	color: white;
	background-color: #5E3B96;
	font-size: 50px;
	margin: 20px auto;
	width: 80%;
	padding: 15px;
	border: solid 3px;
	text-align: center;
}

div#code div.cs{
	color: white;
	background-color: #5E3B96;
	font-size: 30px;
	margin: 20px auto;
	width: 80%;
	padding: 15px;
	border: solid 3px;
	text-align: center;
}

ul li.source a{
	text-decoration: none;
	color: white;
	font-size: 25px;
}

ul li.source:hover a{
	text-decoration: none;
	background-color: #B0A1E1;
	padding: 2px;
	transition: 0.3s;
}


/*DEROULEMENT*/

h3.deroulement{
	color: white;
	background-color: #5E3B96;
	font-size: 50px;
	margin: 20px auto;
	width: 80%;
	padding: 15px;
	border: solid 3px;
	text-align: center;
}

table{
	font-size: 30px;
	text-align: left;
	color: white;
	background-color: #5E3B96;
	margin: 20px auto;
	width: 90%;
	padding: 15px;
	border-collapse: collapse;
	
}

td{
	border: solid 3px white;
	padding: 5px;
}

