﻿body 
{
	background-color:#e5e5e6;
}

.page
{
	width:960px;
	min-height:600px;
	/* border:1px solid red; */
	margin-left:auto;
	margin-right:auto;
}

.menu_haut
{
	height:23px;
	text-align:right;
	margin-top:5px;
	color:#696969;
	vertical-align:middle;
	padding-right:10px;
}
.menu_haut a
{
	color:#696969;
	font-size:11px;
	font-family:Arial;
	text-decoration:none;
}
.menu_haut a:hover
{
	text-decoration:underline;
}
.menu_haut .separation
{
	font-size:11px;
	margin-left:3px;
	margin-right:3px;	
	font-family:Arial;
}

.header
{
	background-image:url(Images/header.png);
	background-repeat:no-repeat;
	height: 205px;
	position:relative;
}


.header .submission
{
	width:478px;
	height: 200px;
	float:left;
}
.header .submission a
{
	cursor:pointer;
	border:none;
	height:75px;
	width:237px;
	position:relative;
	top:50px;
	left:60px;
}
.header .submission a img
{
	border:none;
}

.header .whats
{
	width:478px;
	height: 200px;
	margin-left:479px;
	background-repeat:no-repeat;
	background-image:url(Images/whats.png);
	background-position:40px 50px;
}


.menu_principal
{
	height:28px;
	background-image:url(Images/menu_principal.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	
}
.menu_principal a
{
	font-size:14px;
	font-family:"Myriad Pro", Arial;
	margin-left:25px;
	margin-right:25px;
}

.menu_principal a:link, .menu_principal a:visited
{
	color:#f5cbd3;
	text-decoration:none;
}
.menu_principal a:hover, .menu_principal  a:active, .menu_principal a.active
{
	color:#ffffff;
	border-bottom:4px solid #ffffff;
	padding-bottom:6px;
	
}
.partie_centrale
{	
	min-height:355px;
	background-color:#ffffff;
	position:relative;
	background-image:url(Images/degrader.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
}
.colonne_gauche
{
	width:315px;
	background-image:url(Images/logo.png);
	background-repeat:no-repeat;
	background-position:10px 40px;
	min-height:355px;
	float:left;
	position:relative;
	/* border:1px solid green; */
}

.colonne_droite
{
	color:#585858;
	font-size:16px;
	font-family:Arial;
	min-height:342px;
	padding-top:13px;
	padding-right:40px;
	width:603px;
	position:relative;
	margin-left:315px;
	padding-bottom:20px;
	/* border:1px solid blue; */
}
.colonne_droite p
{
	text-align:justify;
	margin-left:65px;
}
.colonne_droite ol
{
	margin-left:45px;
}
.colonne_droite ol > li {

	list-style-image:url(images/puce.png);
	margin-bottom:5px;
}
.colonne_droite ul > li 
{
	color:#585858;
	list-style-type:disc;
	margin-bottom:5px;
}

.colonne_droite h1
{
	font-size:30px;
	color:#dc3840;
	font-weight:bold;
	margin-left:20px;
}

.colonne_droite h2
{
	font-size:30px;
	color:#dc3840;
	margin-left:20px;
}

.colonne_droite h3
{
		color:#dc3840;
		font-size:16px;
		margin-left:20px;
}
.colonne_droite p a
{
	color:#585858;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.colonne_droite table
{
	background-color:#e5e5e6;
	margin-left:20px;
	
}
.colonne_droite table tr td
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:White;
	font-weight:bold;
	
}
.colonne_droite table tr td.active
{
	color:black;
}
.colonne_droite table tr td
{
	text-align:left;
	padding-left:4px;
	color:#585858;
}
.colonne_droite table tr td.boutton
{
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;	
}

.SideBarTemplate
{
	border:none;
	color:White;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	background-color:#e5e5e6;
	cursor:pointer;
}
.SideBarTemplateActive
{
	color:black;
}
.decale
{
	margin-left:157px;
}
.colonne_droite table tr td.boutton .input, .boutonform
{
	border:2px solid #585858;
	padding:5px;
	margin-right:40px;
	color:#585858;
	font-weight:bold;
	cursor:pointer;
	background-color:#e5e5e6;
	
}
.GroupeLesBoutons, .GroupeLesInputSansLesBoutons
{
	
}

.footer
{
	color:#2e2014;
	font-size:10px;
	text-align:right;
	font-family:Arial;
	font-weight:bold;
	margin-bottom:50px;
	margin-top:5px;
}

.upload div
{
	background-color:#e5e5e6;
	color:White;
}



.upload i
{
	display:none;
}

.textLight
{
	font-weight:normal;
	font-size:14px;
	vertical-align:middle;
	
}

