@charset "utf-8";
@import 'header.css';
@import 'menu.css';
@import 'footer.css';
@import '../../modules/home/css/home.css';
@import '../../modules/news/css/news.css';
@import '../../modules/contact/css/contact.css';
@import '../../modules/services/css/services.css';
@import '../../modules/sedes/css/sedes.css';
@import '../../modules/download/css/download.css';
@import '../../ressources/accordion/css/style.css';
@import '../../ressources/buttons/standard/style.css';

/**************** STRUCTURE ****************/
img { 			border:0; }

html {			width:100%;	height:100%; margin:0; padding:0; overflow-y:scroll; }

body {			width:100%;	height:100%; margin:0; padding:0; color:black; cursor:default; position:relative;
				background:url(../images/background.gif) repeat-x #011a25;
				font:11px Arial, Helvetica, sans-serif; }

.container { 	width:900px; margin:0 auto 0 auto; position:relative; }



/**************** CONTENT ****************/
.contentWhite { 	width:610px; padding: 20px 30px 15px 30px; vertical-align:top;
					background:url(../images/contentBg_white.gif) white repeat-x; }
.contentGray { 		width:200px; padding: 20px 15px 15px 15px; vertical-align:top;
					background:url(../images/contentBg_gray.gif) white repeat-x; }


/**************** MISC ****************/
.titleDashed {			border-bottom:1px dashed #adadad; }

.button, .button_over {	display:inline; text-decoration:none; float:left; cursor:pointer; }
.button span{			position:absolute; color:black; z-index:2; width:80px; text-align:center; margin-top:3px; }
.button_over span{		position:absolute; color:white; z-index:2; width:80px; text-align:center; margin-top:3px; }

					
