/* Elements principaux de la page */

body
{
	Background-color: #ffffff;
	font-family: Arial;
	color: #ff4700;
	font-size: 18px;
}

#bloc_page
{
	width: 1200px;
	margin: auto;
	background-color: #ffffff;
}

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

/* Header */
 
header
{
    /*background: url('images/separateur.png') repeat-x bottom;*/
	border-radius: 0px;
}
 
#titre_principal
{
    text-align: right;
	vertical-align: middle;
	font-size: 20px;
	color: #ffffff;
	height: 160px;
    border-radius: 0px;
    background: url('img/bandeau.png') no-repeat;
	background-color: #1b060b;
    position: relative;
    /*box-shadow: 0px 4px 4px #1c1a19;*/
	/*box-shadow: 0px 4px 4px #be5454;*/
    margin-bottom: 5px;
}

#formulaire
{
	width: 500px;
	margin: auto;
	Background-color: #ffffff;
	font-family: 'trebuchet MS', Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	Text-align: top;
	border-radius: 5px;
}
 
header h1
{
    font-family: 'trebuchet MS', Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
}
 
#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
	vertical-align: middle;
}

header h1
{
	margin-left: 30px;
}
 
header h2
{
    font-family: 'trebuchet MS', Arial, sans-serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
	text-align: center;
}

/* Navigation */
 
nav
{
    display: inline-block;
    width: 1200px;
    text-align: center;
	background-color: #dc0700
}
 
nav ul
{
    list-style-type: none;
}
 
nav li
{
    display: inline-block;
    margin-right: 35px;
}
 
nav a
{
    font-size: 18px;
	font-weight: bold;
    color: #ffffff;
    padding-bottom: 3px;
    text-decoration: none;
	 font-family: 'trebuchet MS', Arial, sans-serif;
}
 
nav a:hover
{
    color: #1b060b;
    border-bottom: 1px solid #1b060b;
	/*border-left: 1px solid #c4c4c4;*/
}

/*Corps*/
#corps, #gauche, #droit
{
padding:1px 0;
}

#corps
{
max-width:1200px;
margin:auto;
}
#gauche{
float:left;
margin-left: 0px;
margin-top: 5px;
width:800px;
height: auto;
background-color: #ffffff;
text-align: center;
}
#droite
{
margin-left:810px;
margin-right: 0px;
margin-top: 5px;
padding-top: 5px;
height: auto;
background-color: #ffffff;
text-align: center;
vertical-align: center;
}


#creation
{
	text-align: center;
	font-size: 25px;
}

/* Class */

.imagecentre
{
	display: block;
	margin: auto;
	border-radius: 5px;
	margin-top: 25px;
}

.imageflottanteleft
{
	float: left;
	border-radius: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 25px;
}

.imagemiddleleft
{
	float: left;
	text-align: middle;
	border-radius: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imagemiddleright
{
	float: right;
	text-align: middle;
	border-radius: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageflottanteright
{
	float: right;
	border-radius: 0px;
	margin-top: 5px;
	margin-left: 5px;
	margin-top: 25px;
}

.image_align
{
	vertical-align: middle;
	border-radius: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
 
 .imagealignright
{
	float: right;
	vertical-align: middle;
	border-radius: 0px;
	margin-right: 2px;
	margin-left: 0px;
}
 
 .image_aside
{
	display: block;
	border-radius: 0px;
	margin: 0 auto;
}

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

video
{
	display: block;
	max-height: 335px;
	margin: auto;
	margin-top: 25px;
}	
	
article, aside, h1
{
	text-align: center;
}

aside h1
{
	font-weight: bold;
}

aside h2
{
	font-weight: bold;
	text-align: left;
}

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}
 
article
{
    overflow: auto;
	height: 500px;
	width: 650px;
    margin-right: 10px;
	margin-left: 10px;
}

article ul
{
	font-size: 16px
}

article h1
{
	font-weight: bold;
	Text-align: left;
	font-size: 15px;
}
 
 article h2
{
	font-weight: bold;
	Text-align: left;
	font-size: 14px;
}

article h6
{
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}
 

article p
{
    font-size: 16px;
}
 
aside
{
    overflow: auto;
	position: relative;
    height: 500px;
	width: 200px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 0px;
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
	margin-top: 15px;
	border-bottom: 1px solid #ecac67;
	border-left: 1px solid #ecac67;
	border-right: 1px solid #ecac67;
	border-top: 1px solid #ecac67;
}

aside img
{
    margin-right: 5px;
}

/* Footer */
 
footer
{
    background: url('img/separateurs.png') repeat-x top;
	margin-top: 15px;
	padding-top: 5px;
}
 
footer p, footer ul
{
    font-size: 0.8em;
}
 
footer h1
{
    font-size: 1.1em;
}

#liens
{
    width: 100%;
	text-align: center;
	display: inline-block;
    vertical-align: top;
}

#liens ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    width: 30%;
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 2px;
}
 
#liens a
{
    text-decoration: none;
    color: #22d2e83;
}

label
{
    display: block;
    width: 100px;
    float: left;
}



