﻿/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face
{
    font-family: 'BRLNSDB';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/BRLNSDB.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

html
{
background: url("images/porte.png") #e7ffff fixed;
}

#entete
{
background: url('images/background_head.png') no-repeat center top;
}
body

{
     
    font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 18px;
    color: #181818;
	background: url('images/background.png') repeat-y center top;
	
	

}

#bloc_page
{
    width: 900px;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}
/* Header */

header
{
    background: url('images/separateur.png') repeat-x bottom;
}

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BRLNSDB', serif;
    font-size: 2.5em;
    font-weight: normal;
}

.edito
{
    font-family: 'BRLNSDB', serif;
    font-size: 2.0em;
    font-weight: normal;
	text-align: center;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    font-family: Tahoma, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}
header h1:hover
{
color: silver;
}
/* Navigation */

nav
{
    display: inline-block;
    width: 740px;
    text-align: right;
}

nav ul
{
    list-style-type: none;
	font-size: 0.8em;
}

nav li
{
    display: inline-block;
	margin-right: 15px;
}

nav a
{
    font-size: 1.28em;
	color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
	border-bottom: 1px solid #760001;
	border-top: 1px solid #760001;
	
}

nav a:focus
{
	border-bottom: 3px solid #760001;
	border-top: 3px solid #760001;
	color: blue;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
	border-top: 3px solid #760001;
}
/* Bannière */

#banniere_partenaires
{
    margin-top: 0px;	
    height: 40px;
    border-radius: 5px;
    background: url('images/contact_banniere.png') top no-repeat;
    position: relative;
    margin-bottom: 10px;
	
}

#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('images/headereep.png') center no-repeat;
    position: relative;
	
}

#banniere_description
{
    position: absolute;
    bottom: 0px;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    color: #f45e45;
    font-size: 0.8em;
}



/* Corps */

#partner_img
{
	background: url("images/partenaires_img.png") bottom no-repeat;
	height: 450px;
	font-size: 0.8em;
	
}

.partenaires_case
{
	display: inline-block;
	width: 45.5%;
	margin: 0 2% 0 2%;	
	vertical-align: top;

	
}



.image_case
{
	display: inline-block;
	width: 25%;
	padding: 1% 1% 1% 1% ;
	vertical-align: top;
	
}
.texte_case
{
	display: inline-block;
	width: 70%;
	vertical-align: top;
	padding-left: 8px;
	
}


#txt_accueil
{
	margin: 1%;
	margin-left: 1.5%;
	text-align: center;
}

.lettrine
{
font-size:150%;
}

.texte
{
text-align: justify;
font-size: 15px;
}

.titre_partner
{
	color: #267d74;
	font-weight: bold;
	padding-left: 10px;
}

h3
{
color: #267d74;
}

h2
{
text-align: center;
color: #2e6984;

}

#organim
{
text-align: center;
position: absoulte;

}
#organim img
{
text-align: center;
position: absoulte;
width: 90%;
}
#construction

{
display: inline-block;
height: 130px;
border-radius: 5px;
position: relative;
left: 150px;
padding: 3px 58px 0px 8px;
text-decoration: none;
}

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
    width: 67.2%;
    margin-right: 15px;
}

.icone
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 0.8em;
}

aside
{
    position: relative;
    width: 22.2%;
    background: url("images/nav_background.png") no-repeat;
    box-shadow: 0px 0px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
	margin:20px 20px 20px 0;
	color: white;
    font-size: 0.9em;
}



#img_menu
{
    text-align: center;
}

#img_menu img
{
    border-radius: 5px;
	width: 200px;
    margin-left: 5px;
}

aside img
{
    margin-right: 5px;
}
/* Footer */

footer
{
    background:  url('images/separateur.png') repeat-x top white;
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
}



.partenaires
{
    width: 24.5%;
	display: inline-block;
    vertical-align: center;
	text-align: center;
    
}


 a
{
    text-decoration: none;
}
