/* Start of CMSMS style sheet 'xineo_accueil' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

body {
	margin: 0;
	padding: 0; 

   text-align:left; /*no doctype "hack"*/
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 70%;
   line-height: 1.4em;
   background: #ffffff url(images/template/acc.gif); 
   background-color: #ffffff;
   color: #0d2a59;

}

img { border: 0;}

a{text-decoration: none;
   background-color: inherit; 
   color: #910045; 
   font-weight: none;
}

a:hover {
   text-decoration: none;
   color: #910045;
   font-weight: none;
}


/*****************
basic layout 
*****************/

div#introwrapper {
   margin: 0 auto;       /* this centers wrapper */
   max-width: 780px;   /* IE wont understand these, so we will use javascript magick */
   width:780px;
   min-width: 780px;
   min-height: 530px;
   height: 530px;
   background-color: #ffffff;
   color: #0d2a59;
}


/* END LISTS */
/* End of 'xineo_accueil' */

