﻿@import "menu-horizontal.css";
@import "menu-vertical.css";
@import "menu-footer.css";
/*@import "forme.css";*/
/* CSS Document */

html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image: url(../images/bg/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;	
}

/*------------------------------------------------*
 *---  www.nordsudweb.com  --  web agency --------*
 *------------------------------------------------*/

/*------------------------------------------------*
 *----------------  CSS CONTAINER ----------------*
 *------------------------------------------------*/
#general {
	width: 100%;
	background-image: url(../images/bg/bg_general.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
#menu_flash {
	height: 50px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 300px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}
#flash_intro {
	height: 200px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	text-align: center;
}
#diapo_flash {
	width: 900px;
	margin: 0px;
	height: 590px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	color: #FFF;
	text-align: center;
}


#left_content {
	float: left;
	width: 150px;
}
#ctre_content {
	float: left;
	width: 550px;
}
#right_content {
	float: left;
	width: 150px;
}


#header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
#menu_header {
	margin: 0px;
	width: 900px;
	font-size: 12px;
	color: #FFF;
	height: 100px;
	padding: 0px;
	text-align: center;
	line-height: 50px;
}

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666;
	padding-top: 3px;
	padding-bottom: 20px;
	height: 100px;
	background-image: url(../images/bg/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #ff7800;
	text-decoration: none;
}
#div_w3c {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100px;
	padding-top: 20px;
}
#div_w3c a {
    color: #333333;
}
#div_w3c a:hover {
	color: #FF4000;
}
