/* 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;
	vertical-align: bottom;
}

/*Les liens pour le menu*/

.menu a /* Lien normal */
{
	color: #000099;
	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: #000099;
}

.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: 26px;
	width: 742px;
	background-image: url(../images/news_form_05.jpg);
	line-height: 70%;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.corps {
	background-image: url(../images/news_form_07.jpg);
	background-repeat: repeat-x;
	overflow: auto;
	height: 579px;
	width: 742px;
}

.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;
}


/*Les liens pour le site*/

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

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*/
.news 
{
	height: 579px;
	width: 735px;
	overflow: auto;
	left: 25px;
	padding-left: 10px;
}

.news_index 
{
	height: 579px;
	width: 735px;
	overflow: hidden;
	left: 25px;
	padding-left: 10px;
}

.welcome_title p
{
	font-size: 17px;
	text-transform:capitalize;
	color:#FF0000;
	font-weight: 900;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.info
{
	font-size: 12px;
	line-height: 95%;
}

h1
{
	font-size:20px;
}

h2
{
	text-align: center;
}

img
{
	border: none;
}