.row
{
	margin: 0;
}

.row_wallpaper
{
	background-image: url('sources/fond.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: 5;
	position: absolute;
	height: 100%;
	width: 100%;
}

#content > .row
{
	position: relative;
}

.row_wallpaper + .row_content
{
	 position: relative;
	 z-index: 10;
	 padding-top: 30px;
}

.formulaire
{
	background-color: white;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 3px;
	/*border-radius: 10px;
	box-shadow: 0 0 10px grey;*/
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn, .form-control, .modal-content, .alert, .dropdown-menu, .panel, .panel-heading, .panel-footer, .input-group-addon, .input-group-lg > .input-group-btn > .btn, .label
{
	border-radius: 0px;
}
/*
#content > .row:first-child > .row_content
{
	margin-top: 50px;
}*/


#content>.row.row:nth-child(odd)
{
}

#content>.row.row:nth-child(even)
{
	/*border-top: 1px solid rgb(255, 150, 0);
	border-bottom: 1px solid rgb(255, 150, 0);*/
}

.row_content
{
	/*max-width: 1200px;*/
	margin: auto;
	/*padding: 10px;*/
}

.badge-primary
{
	background-color: #2E6DA4;
}

.page-header
{
	margin-top: 0;
}

h1, h3
{
	text-align: center;
}

.avatar
{
	display: inline-block;
	
	position: relative;
	margin: 0;
	border-radius: 5px;
	
	background-color: rgb(245, 245, 245);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	
	z-index: 15;
	
	overflow: hidden;
}

.avatar .avatar_suprimer
{
	display: none;
	
	max-width: 25px;
	max-height: 25px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 10;
}

.avatar .avatar_modifier
{
	display: none;
	
	max-width: 25px;
	max-height: 25px;
	
	position: absolute;
	top: 0;
	right: 0;
	
	z-index: 10;
}

.avatar .avatar_membre
{
	display: block;
	
	max-width: 150px;
	max-height: 150px;
	
	margin: 0;
	padding: 0;
}

.paragraph
{
	text-indent: 50px;
	text-align: justify;
}

.clickable
{
	cursor: pointer;
}