/* 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;
}


/*Background-body */

body
{
background-color : #E6E6FA;
color : white;
}

/* Header */


 #titre_principal
{
 display : inline-block;
}

header
{
background : url('images/background_header2.png') no-repeat top center;
background-size : cover;
border-radius : 10px 10px 10px 10px;
}

#logo, header h1
{
    display: inline-block;
}

#logo
{
opacity : 0.5;
}

header h1
{
font-family : 'BallParkWeiner', serif;
font-size : 3em;
font-weight : normal;
margin-top : 0px;
}

header h2
{
font-family : 'BallParkWeiner', serif;
font-size : 2em;
font-weight : normal;
padding-bottom : 5px;
}

#banniere
{
display : inline-block;
}

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

nav ul
{
    list-style-type: none;
}

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

nav a
{
    font-size: 1.3em;
	font-weight : bold;
    color: #c6c6c6;
    padding-bottom: 3px;
    text-decoration: none;
	text-shadow:1px 1px #000;
}

nav a:hover
{
    color: #88bea2;
    border-bottom: 3px solid #760001;
}


/* Corps de page */

.presentation
{
font-family : helvetica, arial, serif;
font-size : 2.2em;
text-align : center;
}

section strong
{
font-size: 0.3em;
}

section em
{
font-size : 0.5em;
}


iframe
{
display : inline-block;
vertical-align : top;
}

section
{
padding-left : 10px;
padding-right : 10px;
font-family : arial, serif;
width : 50%;
min-width : 800px; 
/*border : groove 15px #17005a;*/
margin : auto;
color : black;
}

.videoo,.descriptif
{
vertical-align : top;
display : inline-block;
}

.videoo
{
	width : 50%;
	margin-right : 30px;
	margin-left : 30px;
}

.descriptif
{

	text-align : justify;
    width: 30%;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
	padding-left : 15px;
    color: white;
    font-size: 0.9em;
	margin-top : 70px;
}


/* footer */

footer
{
height : 100px;
border-top : solid 1px white;
margin-top : 5px;
}

footer a:hover
{
color : blue;
}


#informations, #partenaires
{
color : black;
vertical-align : top;
display : inline-block;
}

#partenaires
{
float : right;
}

/* page contact : police spéciale */

#contact
{
font-size : 1.5em;
}

/* page prestations, mise en page particulière */

#corps_de_texte
{
display : inline-block;
width : 500px;
vertical-align : top;
}

.descriptif2
{
	display : inline-block;
	vertical-align : top;
	text-align : justify;
    width: 30%;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
	padding-left : 30px;
    color: white;
    font-size: 0.9em;
	margin-top : 10px;
}