
body
{
	/*width: 1080px;*/
    margin:auto;
	background: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Helvetica, Arial,sans-serif;
	font-size:1.5 rem;
	line-height: 1.6;
    color: #444444;
}

	a
	{
		color : #618dc9;
		text-decoration:none;
	}

	a:hover
	{
		color : #2465b2;
	}
		
	h1, h2, h3, h4, h5, h6
	{
	color : #618dc9;	
		
	}
	

#page
{
	width: 1080px;
	margin: auto;
    background: #ffffff;
}

#page-flex
{
	width: 1080px;
	margin: auto;
    background: #ffffff;
	display: flex;
}

/**********
header 
***********/

header
{
display: flex;
justify-content: space-between;
background: #ffffff;
padding:20px;
border-bottom:1px #aaaaaa solid;
}
	#logo
	{

	}
		#logo a
		{
			display:inline-block;
			width:286px;
			height:162px;
			background:#ffffff url("../images/logo-amiversaire.png") top left no-repeat;
			margin:0px;
			text-indent:-9999px;
		}
		
/**********
nav
***********/

nav
{
	display: flex;
    background: #ffffff;
	padding-top:135px;
}
	nav li
	{
		float:left;
		list-style:none;
	}
		nav li a
		{
			color : #777777;
			text-decoration:none;
			padding:0px 10px 0px 10px;
			font-size:20px;
		}
		nav li a:hover
		{
			color : #000000;
			text-decoration:underline;
		}
/**********
section
***********/
#section-form-new
{
    background: #eeeeee;
	padding:30px;
	margin-top:50px;
	border-radius: 0.5rem;
}
	#section-form-new label
	{
		font-size:12px;
	}
	
		form #pseudo, form #email, form #password, form #password_confirmation, form #password-ancien, form #password-nouveau, form #password-confirmation
		{
			width:100%;
			height:40px;
			border-radius: 0.5rem;
			border: 1px solid #cccccc;
		}
		
		textarea
		{
			width:100%;
			height:150px;
			border-radius: 0.5rem;
			border: 1px solid #cccccc;
		}
		
		form .btn-submit
		{
			background: #618dc9;
			color: #ffffff;
			padding:10px 20px;
			border:none;
			border-radius: 0.3rem;
			font-weight:bold;
		}
	
	.message-ok
	{
		background : #e0ffd9;
		padding :10px;
	}
	
	.message-erreur
	{
		background : #f3caca;
		padding :10px;
	}

#section-table-anniv
{
    background: #ffffff;
	margin-top:50px;
	text-align: justify;
	word-wrap: break-word,
	
}
	table
	{
		width : 100%;
		border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
		text-align: left;
		font-size : 13px;
	}
	td
	{
		border: 1px solid #cccccc;
	}
	
fieldset
{
    border:none;
}

	.supprimer
	{
		display:inline-block;
		height :15px;
		width :15px;
		color : #618dc9;
		background : url("../images/btn-supprimer.png") no-repeat top left;
		text-decoration:none;
	}
	.supprimer:hover
	{
		background : url("../images/btn-supprimer.png") no-repeat bottom left;
		color : #2465b2;
	}
	
	.modifier
	{
		display:inline-block;
		height :15px;
		width :15px;
		color : #618dc9;
		background : url("../images/btn-modifier.png") no-repeat top left;
		text-decoration:none;
	}
	.modifier:hover
	{
		background : url("../images/btn-modifier.png") no-repeat bottom left;
		color : #2465b2;
	}
/**********
page créa-amiversaire.php
***********/
#section-form-identification-2, #section-form-inscription-2
	{
		width:510px;
		border-radius: 0.5rem;
		background:#eeeeee;
		padding : 25px;
	}
	#section-form-inscription-2
	{
		margin-left:20px;
	}
/**********
nos-partenaires.php
***********/
.article-partenaires
{
display: flex;
}

.logos-partenaires
{
	border:1px #eeeeee solid;
	width:500px;
	height:250px;
	margin-left:20px;
}

/**********
footer
***********/
#conteneur-footer
{
    background: #777777;
	overflow:auto;
	color:#cccccc;
	margin-top:50px;
}
footer
{
    width: 1080px;
	margin:auto;
}

	footer a
	{
		color : #aaaaaa;
		text-decoration:none;
	}

	footer a:hover
	{
		color : #dddddd;
	}