/* CSS Document */

/* Elements communs a tout le site */

body {
	font-family: Verdana, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.contenu {
	width: 484px;
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 30px;
	margin-top: 20px;
	background-image: url(images/fond_texte.jpg);
	background-repeat: repeat-y;
}
.contenu_haut {
	width: 484px;
	height: 15px;
	padding: 0;
}

.contenu_bas {
	width: 484px;
	height: 14px;
}

/* Elements specifiques a la page d'accueil */

div#page-accueil {
	width: 1003px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/fond-accueil.jpg);
	background-repeat: no-repeat;
}

div.actu {
	float: right;
	width: 418px;
	height: 390px;
	overflow: auto;
	margin:75px 22px 0 0;
	padding: 0 0 0 0;
}

	h1.titre-actu {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color: #005AA9;
	}
	
	p.texte-actu {
		font-size: 14px;
		font-style: italic;
		color: #666;	
	}

div.menu-accueil {
	clear: both;
	float: right;
	width: 440px;
	padding: 90px 15px 0 0;
	color: #828282;
	font-weight: bold;
}

/* Elements specifiques a la page qui sommes-nous */

div#page-qui {
	width: 1003px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/fond-qui.jpg);
	background-repeat: no-repeat;
}

div#page-qui div.illustration {
	float: left;
	width: 473px;
	height: 359px;
	padding: 10px 0 0 0;
	margin: 0;
}

div#page-qui div.sous-menu {
	float: right;
	padding: 0 285px 0 0;
}


	div#page-qui div.contenu h1.titre {
		font-size: 14px;
		font-weight: bold;
		color: #005AA9;
	}
	
	div#page-qui div.contenu p.texte {
		font-size: 12px;
		color: #005AA9;
		padding: 0;	
	}


/* Elements specifiques a la page notre service */

div#page-service {
	width: 1003px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/fond-service.jpg);
	background-repeat: no-repeat;
}

div#page-service div.sous-menu {
	float: right;
	padding: 0 320px 0 0;
}

div#page-service div.illustration {
	float: left;
	width: 473px;
	height: 359px;
	padding: 10px 0 0 0;
}


	div#page-service div.contenu h1.titre {
		font-size: 14px;
		font-weight: bold;
		color: #D2B844;
	}
	
	div#page-service div.contenu p.texte {
		font-size: 12px;
		color: #D2B844;	
		padding: 0;	
		margin-top: 0px;
	}

	div#page-service div.contenu p.texte-fonce {
		font-size: 12px;
		color: #927804;	
	}


/* El�ments sp�cifiques � la page contact */

div#page-contact {
	width: 1003px;
	/*height: 950px;*/
	margin: 0 auto;
	padding: 0;
	background-image: url(images/fond-contact.jpg);
	background-repeat: no-repeat;
}

div#page-contact div.illustration {
	float: left;
	width: 473px;
	/*height: 359px;*/
	padding: 10px 0 0 0px;
}
	div#page-contact div.contenu h1.titre {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}
	
	div#page-contact div.contenu p.texte {
		font-size: 13px;
		color: #666666;	
		padding: 0;	
		margin-top: 0px;
	}
	.texte_noir {
		font-size: 12px;
		color: #666666;
	}
	.texte_vert {
		font-size: 12px;
		color: #5BB107;
	}
	
div#page-contact div.sous-menu {
	float: right;
	padding: 0 345px 0 0;
}


/* El�ments sp�cifiques � la page mentions l�gales */

div#page-mentions {
	width: 1003px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/fond-mentions.jpg);
	background-repeat: no-repeat;
}
#page-mentions .a_texte {
	color : #5BB107;
	text-decoration: none;
}

#page-mentions .a_texte:hover {
	color : #5BB107;
	text-decoration: underline;
}

div#page-mentions div.contenu {
	float: right;
	width: 930px;
	height: 465px;
	overflow: auto;
	margin: 20px 70px 0 0;
	padding: 0 0 0 0;
	color: #666;
}

	div#page-mentions div.contenu h1.titre {
		font-size: 14px;
		font-weight: bold;
	}
	
	div#page-mentions div.contenu p.texte {
		font-size: 12px;
		padding: 0;	
		margin-top: 0px;
		color: #666666;
	}

/* El�ments sp�cifiques � la page "admin" */

div#page-admin {
	width: 1003px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/fond-mentions.jpg);
	background-repeat: no-repeat;
}

div#page-admin div.contenu {
	float: right;
	width: 930px;
	height: 465px;
	overflow: auto;
	margin: 230px 70px 0 0;
	padding: 0 0 0 0;
	color: #666;
}

	div#page-admin div.contenu h1.titre {
		font-size: 18px;
		font-weight: bold;
	}
	
	div#page-admin div.contenu p.texte {
		font-size: 13px;
	}

/* El�ments communs � toutes les pages */

div.menu {
	clear: both;
	float: right;
	width: 500px;
	padding: 175px 0 0 0;
	color: #828282;
	font-weight: bold;
}

div.sous-menu {
	clear: both;
	float: right;
	padding: 0 340px 0 0;
}

div.animation {
	clear: both;
	padding-top: 20px;
}

div.pied-de-page {
	text-align: center;
	color: #666;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* Liens */

a.rub1 {color: #005AA9; text-decoration: none;}
a.rub1:hover {text-decoration: underline; }
a.rub1-on {color: #005AA9; text-decoration: none; font-size: 18px;}
a.rub1-on:hover {text-decoration: underline; }

a.rub2 {color: #D2B844; text-decoration: none;}
a.rub2:hover {text-decoration: underline; }
a.rub2-on {color: #D2B844; text-decoration: none; font-size: 18px;}
a.rub2-on:hover {text-decoration: underline; }

a.rub3 {color: #5BB107; text-decoration: none;}
a.rub3:hover {text-decoration: underline; }
a.rub3-on {color: #5BB107; text-decoration: none; font-size: 18px;}
a.rub3-on:hover {text-decoration: underline; }

a.pied {color: #666; text-decoration: none;}
a.pied:hover {text-decoration: underline;}

a.ss-menu2 {color: #FFF; text-decoration: none;font-size: 12px; font-weight: bold;}
a.ss-menu2:hover {text-decoration: underline; }

a.ss-menu2-on {color: #fae7a1; text-decoration: none;font-size: 12px; font-weight: bold;}
a.ss-menu2-on:hover {text-decoration: underline; }

