/* CSS Document */

body
{
	width: 780px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/clouds2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-weight: bold;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu
{
	width:779px;
	height: 31px;
	background-image: url(../images/agencespl_30.jpg);
	font-size: 12px;
	font-weight: bold;
}

/*Les liens pour le menu*/

.menu a /* Lien normal */
{
	color: #29226F;
	font-style: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu a:visited /* Quand le visiteur a déjà vu la page concernée */
{
	color: #29226F;
}
.menu a:hover /* Quand le visiteur pointe sur le lien */
{
	color: #FF9F11;
	text-decoration: overline;
	text-transform:none;
	font-size: 100%;
}

.menu a:focus /* Quand le visiteur sélectionne le lien */
{
   color: #1A0480;
}

                /*fin des liens*/

.welcome_title
{
	height: 23px;
	width: 364px;
	background-image: url(../images/agencespl_05.jpg);
	line-height: 70%;
	vertical-align: sub;
}

.welcome_title p
{
	text-align: center;
	line-height: 70%;
	font-size: 12px;
}

.bonjour_title
{
	width: 333px;
	height: 38px;
	background-image: url(../images/agencespl_17.jpg);
}

.bonjour_title p
{
	text-align: center;
	line-height: 100%;
	font-size: 12px;
}

h1
{
	font-size: 9px;
	text-align: center;
	padding-top: 0px;
}

h2
{
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
}

p
{
	font-size: 11px;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
	line-height: 95%;
}

.msg_anglais
{
	width: 333px;
	height: 170px;
	background-image: url(../images/agencespl_19.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}

.msg_francais
{
	width: 333px;
	height: 171px;
	background-image: url(../images/agencespl_19.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

.adresse
{
	width: 333px;
	height: 164px;
	background-image: url(../images/agencespl_29.jpg);
	padding: 0px;
	color: #313131;
}

.adresse p
{
	text-align: center;
	font-size: 12px;
}

.sous_titre
{
	text-decoration: underline;
	line-height: 150%;
}

.date_anglais
{
	width: 199px;
	height: 28px;
	background-image: url(../images/agencespl_24.jpg);
	background-repeat: repeat-x;
}

.date_francais
{
	width: 201px;
	height: 28px;
	background-image: url(../images/agencespl_24.jpg);
	background-repeat: repeat-x;
}

.news_anglais
{
	width: 199px;
	height: 201px;
	background-image: url(../images/agencespl_27.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
}

.news_anglais .news
{
margin: 5px;
}

.news_francais
{
	width: 201px;
	height: 201px;
	background-image: url(../images/agencespl_27.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	overflow: auto;
	vertical-align: top;
}

.news_francais .news
{
margin: 5px;
}

.basdepage
{
	background-image: url(../images/agencespl_31.jpg);
	background-repeat: repeat-x;
	height: 48px;
	width: 780px;
	padding-top: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
}

img
{
border:none;
}



/*Les liens pour le site*/

a /* Lien normal */
{
	color: #626231;
	text-decoration: underline;
	font-style: italic;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
	color: #000066;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   color: #666666;
   font-size: 106%;
}

a:focus /* Quand le visiteur sélectionne le lien */
{
   color: #FFFFFF;
}

                /*fin des liens*/
