﻿/* Eléments principaux de la page */
body
{
    background-image: url('images/fond.jpg');
    color: black;

}
#bloc_page
{
    width: 900px;
    margin: auto;
	border: 1px solid black;
	background-color: #B0F2B6;
}
section h1, footer h1, nav a
{
    font-weight: normal;
    text-transform: uppercase;
	color: #FF8D9;
	}
	
/* Header */
header
{
    background: url(separateur.png) repeat-x bottom;
}
#titre_principal
{
    display: inline-block;
}
header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}
#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}
header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}
article
{
    width: 610px;
	background:  url('separateur.png') repeat-x top, repeat-x top;
    margin-right: 15px;
	margin-left: 15px;
}
article p
{
    font-size: 1.1em;
}
article ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    list-style-image: url('images/puces.png');
    padding-left: 2px;
}

/* aside */

aside2
{
    position: relative;
    width: 300px;
    background-color: #2E8B57;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 2px;
    padding: 10px;
    color: white;
    font-size: 0em;
	
	
}

aside2
{
font-family: Dayrom, serif;
    font-size: 1.2em;
    margin-top: 0px;
    font-weight: normal;

}

aside2 h2
{
font-family: Dayrom, serif;
    font-size: 1.2em;
    margin-top: 0px;
    font-weight: normal;
	text-align: center;

}

aside
{
    position: relative;
    width: 235px;
	right : 15px;
    background-color: #2E8B57;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
	
}

aside h2
{
font-family: Dayrom, serif;
    font-size: 1.2em;
    margin-top: 0px;
    font-weight: normal;

}
aside table
{
    border-collapse: collapse;
}

information
{
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 0px;
}
information p
{
    font-size: 1.0em;
	font-style: italic;
	
}
information ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    list-style-image: url('images/puces.png');
    padding-left: 2px;
}

/* Footer */
footer
{
    background:  url('separateur.png') repeat-x top, repeat-x top;
    padding-top: 25px;
	padding-left: 15px;
}
footer p, footer ul
{
    font-size: 0.8em;
}
footer h1
{
    font-size: 1.3em;
}

 #contact, #liens, #siren
{
    display: inline-block;
    vertical-align: top;
}
#siren
{
    width: 300px;
	padding-top: 15px;
	}


#contact
{
    width: 100px;
	padding-top: 15px;
	}

#contact a
{font-size: 1.3em;
    color: black;
    padding-bottom: 3px;
    text-decoration: none;
}
#contact a:hover
{
    color: #006400;
    border-bottom: 3px solid #006400;
}

#liens
{
    width: 350px;
}


#liens ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/puces.png');
    padding-left: 2px;
}
#liens a
{
    text-decoration: none;
    color: black;
}
#liens a:hover
{
    color: #006400;
    border-bottom: 1px solid #006400;
}
/* #fi {
 background-repeat:no-repeat;
 background-image:url('images/pierre.jpg');
 }
*/