/*General*/
body {
	margin-top: 80px;
}

#titre {
	text-align: center;
}

h2>a {
	font-size: 25px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.collapser, .collapser:HOVER {
	font-size: 16px;
	text-decoration: underline;
	color: #333;
	cursor: pointer;
	font-weight: bold;
}

h2>a:HOVER {
	font-size: 25px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

h3 {
	font-size: 15px;
	font-weight: blod;
	color: black;
}

#paragraphe2 {
	color: #0097cc;
	font-weight: bold;
}

#paragraphe3 {
	font-weight: bold;
}

/*Panel*/
.panel-heading {
	font-size: 25px;
}

.panel {
	text-align: justify;
}

.panel-title a {
	display: block;
	padding: 10px 15px;
	margin: -10px -15px;
}

.panel-title a:hover {
	cursor: pointer;
}

/*Position droite ou gauche */
.right {
	float: right;
}

.left {
	float: left;
}

/*Zone de téléchargement */
.download-zone .btn .right {
	padding-top: 15px;
}

.download-zone .btn .left {
	font-size: 240%;
	padding: 5px;
}

/*Bouton*/
.btn {
	color: #39c;
	border-color: #39c;
	background-color: white;
	padding: 5px;
}

.btn-lg {
	padding: 10px 16px;
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	border: 2px solid #39c !important;
}

.btn-lg:HOVER {
	padding: 10px 16px;
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	border: 2px solid #2EAC66 !important;
}

.btn:HOVER {
	color: #2EAC66;
	text-decoration: none;
	font-size: 18px;
}

.btn:FOCUS {
	color: #2EAC66 !important;
	text-decoration: none;
	font-size: 18px;
}

.glyphicon-collapse-down, .glyphicon-expand {
	font-size: 15px;
	margin-left: 4px;
}
/*lien sous le bouton*/
.listechangement {
	padding-top: 5px;
}

/*FOND*/
#telechargerwrap {
	padding-top: 100px;
	padding-bottom: 30px;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	background: url(../../resources/default/1_0/images/fond-vague.jpg) fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*Modal*/
#myModal{
	height: 400px;
    top: 10%;
    width: 624px;
    overflow-y: scroll;
}

#myModalTelechargement{
	height: 565px;
	padding-bottom: 10px;
    top: 10%;
    width: 794px;
    margin-left: -400px;
}
.modal{
background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    width: 560px;
    z-index: 1050;
    overflow: hidden;
}


.modal-body {
    height: 365px;
    padding: 15px;
    position: relative;
}

/* Mobile */
@media ( max-width : 1200px) {
	#telecharger {
		margin-top: -100px !important;
	}
}

@media ( max-width : 900px) {
	body {
		margin-top: -0px !important;
	}
}
