	@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	background-image: url(images/topbar.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
#container {
	width: 806px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height: auto;
	padding-bottom: 0px;
	
	
}
#container-top {
	width: 800px;
	height: 76px;
	font-size:28px;
	font-weight:bold;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#container-logo {
	background-image: none;
	background-repeat: no-repeat;
	width: 300px;
	height: 72px;
	float: left;
}
#container-prase {
	width: 400px;
	height: 32px;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #2a274e;
	text-align: right;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	letter-spacing: 3px;
}


#container-image {
	width: 800px;
	height: 168px;
	background-image: url(images/picbox.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e7ec;
	border-left-color: #e2e7ec;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e2e7ec;
}
.leftcolumn{
	float: left;
	width: 350px;
	padding-right: 10px;
}
.rightcolumn{
	float: right;
	width: 350px;
	padding-right: 10px;
	margin-left: 400px;
}

/**************************navigation**************************/

#container-navigation {
	width: 800px;
	height: 28px;
	background-image: url(images/menu.jpg);
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c3c3c7;
	border-right-color: #e2e7ec;
	border-bottom-color: #c3c3c7;
	border-left-color: #e2e7ec;
}



ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 28px;
}

#navigation li a {
	color: #000;
	line-height: 28px;
	font-size: 11px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #596CAE;
	color: #FFF;
}


/*************************maincontent*************************/

#cont {
	width:765px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e7ec;
	border-left-color: #e2e7ec;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #2c2c2d;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 18px;
	word-spacing: normal;
	text-align: justify;
	border-bottom-color: #e2e7ec;
	overflow:hidden
}

#cont p a:link  {
	text-decoration: underline;
	color: #375071;
}
#cont p a:visited  {
	text-decoration: underline;
	color: #375071;
}
#cont  a:hover, #border p a:hover  {
	text-decoration: none;
	color: #033;
	background-color: #DAE2ED;
}
#cont p a:active  {
	text-decoration: underline;
	color: #375071;
}


#left {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#leftmain {
	float: left;
	width: 760px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
}



/**************************rightcolumn**************************/





#side{
	background-color: #F7F7F7;
	height: auto;
	width: 230px;
	border: 2px solid #EAEAEA;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	word-spacing: normal;
	text-align: justify;
	margin-top: 25px;
	padding: 5px;
}

#rightinside{
	background-color:#EFF2F8;
	border: 1px solid #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}




/**************************text**************************/

.intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 5px;
}
.tech {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7681bf;
}

.footer {
	font-family: "Lucida Grande", Tahoma;
	font-size: 9px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #5D5D5D;
	margin-top: 10px;
	letter-spacing: 0.3em;
	text-align: center;
}

.technodark{
	color: #2F2D57;
	font-weight: bold;
}
.techsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #604790;
	font-weight: normal;
}

.novelle_mois {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #364071;
	font-variant: normal;
	letter-spacing: .5em;
	font-weight: bold;
	text-transform: capitalize;
}

.disclaimer {
	font-style: italic;
}

.announce{
	
	font-size: 10px;
	color: #5A6FB2;
	
}
.plaintext{font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #2c2c2d;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 18px;
	word-spacing: normal;
	text-align: justify;}
	
	ul{
	list-style-image: url(images/bullet.gif);
	
}
.super{
	font-size: 80%;
	line-height: normal;
	vertical-align: top;
	letter-spacing: 5px;
}

/**************footer*************************/


#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	margin-top: 50px;
	background-color: #FFF;
	background-image: url(images/bottoma.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #2a284f;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p a:link  {
	text-decoration: none;
	color: #CCC;
}
#footer p a:visited  {
	text-decoration: none;
	color: #CCC;
}
#footer p a:hover {
	text-decoration: none;
	color: #033;
	background-color: #DAE2ED;
}

#footer p a:active  {
	text-decoration: none;
	color: #CCC;
}

/**************images*************************/
.imgleft {
	float: left;
	padding: 3px;
	background-color: #cccccc;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.imgright {
	float: right;
	background-color: #FFF;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 8px;
}



/**************insidebox*************************/
#quotebox {
	background-color: #DDEDFD;
	height: auto;
	width: 740px;
	border: 1px dashed #999;
	padding: 5px;
}
#quoteboxsmall {
	background-color: #DDEDFD;
	height: auto;
	width: 360px;
	float: right;
	padding: 5px;
	margin-left: 20px;
	border: 1px dashed #999;

}
#inside{
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #BDBDBD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
#insidesmall{
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #BDBDBD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

/**************Novelle navigation*************************/
#novelle  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #604790;
	font-weight: bold;
	word-spacing:20px;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

div#novelle a:link,div#novelle a:visited,div#novelle a:focus,div#novelle a:active {
	color: #604790;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-decoration: none;
	padding-bottom: 3px;
	background-color: #FFF;
}
	
#novelle p a:hover   {
	text-decoration: none;
	color: #039;
	border-bottom-width: 1px;
	border-bottom-style: none;
text-decoration: none;background-color: #FFF;
}
