/* Emmanuel PARENT - Ingénieur développement .NET */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
} 

div {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

tr {
	margin-top: 0px;
}

a {
	color: Blue;
}

a:hover {
	color : Red;
}


#page {
	padding: 0;
	background-color: #F7F7F7;
} 
#top {
	background: #ffffff url('images/topbg.gif') repeat-x 0 0; 
}  

#logo {
	color: Black;
	padding: 10px 0px 10px 15px;
	font-size: 32px;
	cursor: pointer;
}
#logo span {
	color: #2E8B57;
	font-size: 20px;
	font-variant: small-caps;
}
.logo {
	float: right;	
}

#barre {
	background: transparent url('images/barre.gif') repeat-x 0 0;
	height: 73px;
}  
#decordroit {
	background: transparent url('images/decordroit.gif') repeat-x 0 0;
	height: 65px;
	width: 163px;
	position: absolute;
	right: 0px;
}  
#titrepage {
	vertical-align: middle;
	text-align: right;
	margin-top: 15px;
	margin-right: 100px;
	color: White;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 28px;
	position: absolute;
	right: 10px;
}  
.menu {
	height: 28px;
	margin-top: 45px;
	background: transparent url('images/barremenu.gif') repeat-x 0 0;
	position: absolute;
	left: 0px;
}  

.a_itemmenu:link, .a_itemmenu:visited
{
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: White;
}
.a_itemmenu:hover
{
	color : Red;
}

img {
	border: 0; 
} 

.td_itemsmenu {
	padding-left: 5px;
	vertical-align: middle;
}

.td_decalagemenu {
	background-color: #F7F7F7;
	width: 8px;
}

#menudroit {
	float: right;
	width: 275px;
	background-color: #F7F7F7;
	position: relative;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.pavemenudroit {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

.titrepavemenudroit {
	border-bottom: 1px solid #b5b5b5;
	padding: 5px;
	background-color: #b5b5b5;
}


#contenu {
	margin-right: 275px;
	margin-left: 8px;
	padding: 20px;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	right: 0px;
	top: 129px;
	background-color: #FFFFFF;
}


#bas {
	height: 20px;
	border-top: 1px solid #b5b5b5;
	background: #6bad29
}

.contenuaccueil p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	color: #333333;
}

.h1_grandtitre {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a.lienexterne {
	color: #2E8B57;
}

a.lienexterne:hover {
	color : Red;
}


a.sectionaccueil {
	color: #2E8B57;
}

a.sectionaccueil:hover {
	color : Red;
}

#bloc_espacement_bas {
	height: 60px;
}

#byeparent {
	bottom: 44px;
	position: relative;
}

.div_chrono {
	margin-left: 10px;
}


table.table_chrono {
	border: 0px;
	padding: 5px;
	margin-bottom: 20px;
	width: 100%;
}

.h2_chrono {
	color: #2E8B57;
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 18px;
	text-decoration: underline;
}

table.table_chrono td.td_chrono_libelleentete {
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	background-color: #f7f7f7;
	font-weight: bold;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 0px;
}
table.table_chrono td.td_chrono_dates {
	background-color: #f7f7f7;
	border: 1px solid #b5b5b5;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	width: 15%;
}


table.table_chrono td.td_chrono_dates_longue {
	background-color: #f7f7f7;
	border: 1px solid #b5b5b5;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	width: 25%;
}

table.table_chrono td.td_chrono_contenu {
	background-color: #fcfcfc;
	border-left: 1px solid #b5b5b5;
	vertical-align: top;
	margin-top: 0px;
}

table.table_chrono td.td_chrono_logo {
	background-color: #fcfcfc;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-top: 0px;
}

.contenu_chrono {
	color: #2D2D2D;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}

h4.contenu_chrono {
	text-decoration: underline;
	font-weight: normal;
}

a.texte_contenu {
	color: #2E8B57;
}

a.texte_contenu:hover {
	color : Red;
}

p.texte_libre_contenu {
	margin-left: 10px;
}

img.texte_contenu {
	vertical-align: middle;
}

.fleche_lien {
	vertical-align: middle;
	margin-right: 4px;
}

.logo_chrono {
	float: right;
	background-color: #FcFcFc;
	position: relative;
	right: 0px;
	top: 0px;
	text-align: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.partie_contenu {
	margin-bottom: 30px;
}

.table_contact {
	border: 0px;
	margin-left: 10px;
}

.td_contact_icone {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 15px;
}

.td_contact_detail {
	vertical-align: top;
	padding-bottom: 15px;
}

.contenupavemenudroit {
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: text-bottom;
	border-bottom: 1px solid #b5b5b5;
}

/* **** BLOC Menu droit */
.contenupavemenudroit {
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #b5b5b5;
}

.contenupavemenudroit a {
	color: #2E8B57;
}

.contenupavemenudroit a:hover {
	color : Red;
}

.contenupavemenudroit ul {
	padding: 0px;
	margin-top:0px;
	margin-bottom:4px;
}

.contenupavemenudroit ul li {
	list-style-type:none;
	margin: 0px;
	padding:1px 0px 0px 15px;
	background-repeat:no-repeat;
	background-position:left;
	background:url(images/freccia.gif) no-repeat left
}

a.lientelechargement {
	text-decoration: none;
	color: Black;
}

a.lientelechargement:hover {
	color : Red;
}

/* **** BLOC FeedBurner */
.feedburnerFeedBlock {
	padding: 0px;
	margin-left: 0px;
}


.feedburnerFeedBlock a {
	color: #2E8B57;
}

.feedburnerFeedBlock a:hover {
	color : Red;
}

.feedburnerFeedBlock ul {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.feedburnerFeedBlock ul li {
	list-style-type:none;
	margin: 0px;
	padding:1px 0px 0px 15px;
	background-repeat:no-repeat;
	background-position:left;
	background:url(images/freccia.gif) no-repeat left
}


