/* CSS Document */

@font-face {
    font-family: 'century';
    src: url('../font/gothic.eot');
    src: url('../font/gothic.woff') format('woff'), url('../font/gothic.ttf') format('truetype');
}


body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    width: 994px;
    padding: 0;
    margin:auto;
    position:relative;
    background-color:#003;
}

#global {
    position:relative;
    left: 50%; 
    width: 994px;
    margin-left: -497px;
    margin-top: 0;
    padding: 0;
    border: 1px solid #CCCCCC;
    background-color:#FFF;
}


#header {
    background-color: #FFFFFF;
    position:relative;
    margin: 0 auto 0 auto;
    width: 994px;
    height: 180px;
    z-index: 0;
}                                                                           

.header {
    position:relative;
    margin:auto;
    width: 994px;
    height: 111px;
    z-index: 0;
    background-image:url('../img/fd_menu_ep.png');
    background-repeat:repeat;
    border:none;
} 

.headerdeb {
    position:relative;
    float:left;
    width: 979px;
    height: 111px;
    z-index: 0;
    border:none;
    margin:0 0 30px 0;
} 

.headerfin {
    position:relative;
    float:left;
    width: 15px;
    height: 294px;
    z-index: 0;
    background-color:#3fa4eb;
    border:none;
}  

.titre {
    background-color: #264f87;
    position: relative;
    height:95px;
    width:496px;
    margin-left:-5px;

}

#titreHeader {
    border: 0 solid #FFFFFF;
    float: left;
    margin: 20px 0 0 0;
    position: relative;
    text-align: left;
    width: 450px;
}

.hdtitre {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    text-transform:uppercase;
    border-bottom:2px solid #3fa4eb;
}

.infosCommande{
    position:relative;
    float: left;
    margin: 0;
    width: 450px;
    color:#FFF;
}

.titrePresence{
    font-weight: bold;
    font-size: 14px;
    line-height:20px;
    text-align: left;
}

.num2{
    position:relative;
    width:71px;
    height: 71px;
    font-size: 70px;
    line-height:70px;
    text-align: center;
    color:#005190;
    margin:20px;
    padding:0;
    float:left;
    background-image:url(../img/rd_menu_ep.png);
    background-repeat:no-repeat;
}

.parent{
    height:95px;
    margin: 90px 0 0 50px;
    width:890px;
}
.parent div{
    display:inline-block;
    *display:inline; /* hack css IE7 */


}

.soustitre{
    position:relative;
    font-size:16px;
    height: 80px;
    width: 450px;
    color:#FFF;
    margin-top: 3px;
}

.sites{
    vertical-align: top;
    width:380px;
    height:90px;
    background-color:#336bb7;
    color:#FFFFFF;
    font-weight:bold;
    padding: 5px 0 0 5px;
    font-size:24px;
}

.site{
    color:#FFFFFF;

}

.voir{
    text-decoration: underline;
    font-weight:normal;
}

/**********************ETAPE 1**********************/

#etape{
    margin:auto;
    width:760px;
    color:#3fa4eb;
    font-weight:bold;
    font-size:16px;
    text-align:center;
}

.ou{
    color:#64c8ff;
    font-size:18px;
}


/*********************************************************/

/*******************************//*******************************/
/************************ ALPHABATHEQUE !!! ! *******************/
/*******************************//*******************************/


/****Barre de recherche*****/

#recherche{
    width:400px;
    margin-left:30%;
    text-align:center;
	display:inline-block;
}



/***************************/

#alphabatheque{
  margin: auto;
  width: 750px;
  font-size: 13px;
  margin-bottom: 40px;  
  margin-top: 50px;
  font-family:arial;
}


.divrubrique{
	cursor:pointer;
	font-size:14px;
}

.container_tiers{
  display: inline-block;
  vertical-align: top;
  width: 227px;
  height: auto;
}

#container_1, #container_2{
  padding-right: 30px;
}


.groupe_lettre{
  display: inline-block;
  vertical-align: text-top;
  width: 200px;
  min-height: 225px;
  max-height: 470px;
  height: auto;
  margin: 15px 45px 15px 5px;
}

.separation_lettre{
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  font-family:arial;
  color: white; /* blanc */
  font-size:18px;
  padding-top: 2px;
  padding-bottom: 2px;
  /*font-weight: bold;*/
  background-color: grey; /* gris */
  width: 100%;
}

.espace_haut{
    margin-top: 15px;
}

#alphabatheque a{
  text-decoration: none;
  color: black;
}

.suite{
  font-size:14px;
  font-style: italic;
  margin-right: -41px;
}



/* BOUTON VALIDER */
.valider {
    width:100px;
    color:white;
    font-weight:bold;
	display:inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height:20px;
    border:none;
    background-color:#248b24;
    text-align:center;
    cursor:pointer;
}

#footer{
    
    text-align:center;;
}

.etoile{
    font-style:italic;
}

/***POP UP confirm**/

#popup{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:300px;
	position:absolute;
	border: 1px solid black;
	top:500px;
	left:50%;
	margin-left:-150px;
	height:auto;
	background-color:white;
	color:black;
	display:none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding:10px;
	z-index:3;

}

.popupoui{
	color:green;
	border: 1px solid green;
	display:inline-block;
	cursor:pointer;
	width:60px;
}
.popupnon{
	color:red;
	border: 1px solid red;
	margin-left:10px;
	display:inline-block;
	cursor:pointer;
	width:60px;
}

#fonddemo{
	height: 100%;
left: 0;
display: none;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
