/* CSS Document */
html {
}
body {
    background-color: white;
    color: black;
    font-family: "Arial";
    font-size: 12px;
	text-align:center; /* centrage horizontal */
	margin:auto;
}

#bandeau {
	width:1180px;
	height:140px;
	line-height:140px;
    background-color: #EA0437;
	text-align:left;
	margin:auto;
	padding-left : 50px;
	border-radius: 1 1px 1 1px;
	box-shadow: 2px 2px 4px #aaa; 
}
#menu {
	width:1230px;
	height:50px;
	line-height:50px;
    background-color: #EA0437;
	text-align:left; /* centrage horizontal */
	margin:auto;
	padding:auto;
	border-radius: 1 1px 1 1px;
	box-shadow: 2px 2px 4px #aaa; 
}

.titre {
  vertical-align:middle;
  display:inline-block;
  line-height:30px;
    color: white;
    font-family: "Impact";
    font-size: 24px;	font-stretch: extra-expanded;
	margin-right:15px;
}
.titre img {
	max-width:85%;
}
.titre-1 a {
	outline : none;
}
.titre-1{
  vertical-align:middle;
  display:inline-block;
  line-height:normal; /* on rétablit le line-height */
    color: white;
    font-family: "Impact";
    font-size: 24px;	font-stretch: extra-expanded;
	margin-left:50px; outline : none;
}
.titre-2{
  vertical-align:middle;
  display:inline-block;
  line-height:5px; /* on rétablit le line-height */
    color: white;
    font-family: "Impact";
    font-size: 24px;	font-stretch: extra-expanded;
	margin-left:200px; outline : none;
}
.titre-2 img {
	max-width:250px;height:auto;
}


#accueil {
	display:inline-block;
    background-color: #EA0437;
	text-align:left; /* centrage horizontal */
	margin:30px;
	padding : 50px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 8px #555; 
}
#moncompte {
	display:inline-block;
    background-color: #EA0437;
	text-align:center; /* centrage horizontal */
	width:1000px;
	margin:auto;
	margin:30px;
	padding : 30px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 8px #555; 
}
#boutons {
	width:300px;
	display:inline-block;
	float:left;
}
#selection {
    background-color: white;
	text-align:left;
	width:800px;
	margin:auto;
	margin:30px;
	padding : 20px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 8px #555; 
}
.Titre {
	display:inline-block;
	line-height:normal;
	vertical-align:middle;
	font-size:20px;
	font-weight: bold;
	color:white;
}
.Titre_2 {
	display:inline-block;
	line-height:normal;
	vertical-align:middle;
	font-size:20px;
	font-weight: bold;
	color:white;
}
.sel {
	display:inline-block;
	height:15px;
	line-height:18px;
	vertical-align:middle;
	font-size:10px;
}
img.vignette {
	width:50px;
	border: 1px solid grey
}
#identifiants {
	display:inline-block;
    background-color: white;
	text-align:right;
	width:500px;
	margin:auto;
	margin:30px;
	padding : 30px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 8px #555; 
}
#coordonnees {
	display:inline-block;
    background-color: white;
	text-align:right;
	width:500px;
	margin:auto;
	margin:30px;
	padding :30px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 8px #555; 
}
#coord {
	display:inline-block;
	width:250px;
	text-align:left;
	border-style : solid;
    border-width : 1px;
    border-color : #AAAAAA;
	margin:auto;
	padding :2px;
}

#acces_espace {
	display:inline-block;
	width:250px;
	height:200px;
	line-height:normal;
    background-color: #f36e8a;
	text-align:right;
	margin:auto;
	padding : 5px;
	position:absolute;
}

#creation_espace {
	display:inline-block;
	width:250px;
	height:200px;
	line-height:normal;
    background-color: #f36e8a;
	text-align:right;
    margin-left: 300px;
	padding : 5px;
}
#contacts {
	display:inline-block;
    background-color: white;
	text-align:center;
	width:500px;
	margin:auto;
	margin:10px;
	padding : 10px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 8px #555; 
}
#basdepage {
	width:1180px;
    background-color: #931f38;
	text-align:center; /* centrage horizontal */
	margin-bottom:2px;
	padding : 10px;
	margin:auto;
	padding-left : 50px;
	border-radius: 1 1px 1 1px;
	box-shadow: 2px 2px 4px #aaa; 

}
.footnote {
  vertical-align:middle;
  display:inline-block;
  line-height:normal; /* on rétablit le line-height */
    color: white;
    font-family: "Arial";
    font-size: 11px;
}
a {
    color: white;
    font-size: 12px;
}

p.h2 {
margin:0;padding:5px;
font-size:1.5vw;
}
p.h3 {
margin:auto;padding:5px;
font-size:1vw;
}

.red {
	color: red;
    font-size: 12px;
}
.alert  {
	color: red;
    font-style: italic;
}

.bouton {
 display:block;
	padding : 5px;
	margin:auto;
	background-color: #DDD;
    font-size: 10px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 1px #000; 

}
ul {
display:inline;
 padding:0;
 margin:0;
 list-style-type:none;
 }
li {
display:inline;
 float:left; /*pour IE*/
 }
ul li a {
 outline : none;
 width:205px;
 float:left;   
 background-color:#f36e8a;
 color:white;
 font-size: 15px;
 font-weight:bold;
 text-decoration:none;
 text-align:center;
 padding:0;
 border:0px solid;
 /*pour avoir un effet "outset" avec IE :*/
 border-color:#DCDCDC #696969 #696969 #DCDCDC;
 }
ul li a:hover {
 background-color:#931f38;
 border-color:#696969 #DCDCDC #DCDCDC #696969;
 } 
p.alerteBAFA {
 margin:auto;
 padding-bottom:15px;
 color:white;
 font-size: 18px;
 font-weight:bold;
 text-align:center;
 }

.boutonAC a {
	margin-bottom:5px;display:inline-block;
	width:250px;height: 120px;line-height:40px;
	text-align:center;
	vertical-align:middle;
	padding : 10px;
	background: url(/Images/tache.png) no-repeat;
	background-color: #A4DF68;
	font-size: 20px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 1px #000;
	color:white;
	text-decoration:none;
}
.boutonAC a:hover {
	background-color: #37BDBF;
}

 .boutonSA a {
	display:inline-block;
	width:250px;height: 120px;line-height:40px;
	text-align:center;
	vertical-align:middle;
	padding : 10px;
	background: url(/Images/tache.png) no-repeat;
	background-color: #A4DF68;
	font-size: 20px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 1px #000; 
	color:white;
	text-decoration:none;
}
.boutonSA a:hover {
	background-color: #37BDBF;
}
.tbl {
	text-align: center;
	margin:auto;
}

td.hr {
    color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}

