
@import url("header_footer.css");
@import url("navigation.css");
@import url("features.css");
@import url("videos.css");

body {
	background:url('../media/body_bg.gif');
	padding:0;
	font:12px/1.5 verdana, arial, helvetica, sans-serif;
	margin:0;
}

media {
	border:none;
}

.body_table{
	width:100%;
	background:url('../media/table_bg.jpg') repeat-x;
}

.body_table td{
	height:100%;
	vertical-align:top;
}

.body_table .marge{
	width:50%;
}

#body_site{
	width:800px;
	margin-top:69px;
}

img {
	border:none;
}

a {
	text-decoration:none;
	font-weight:bold;
}

/*pour souligner le texte*/
.under {
	text-decoration:underline;
}

/*pour barrer le texte*/
del { 
	text-decoration: line-through; 
}

/*------------------------ Content ---------------------------------*/

#content {
	width:750px;
	background:url('../media/page_bg.jpg') repeat-y;
	padding:0 20px 20px 25px;
	text-align: justify;
}

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

#content li {
	list-style-type:none;
}

#content a {
	color:#002147;
}

#content a:hover {
	text-decoration:underline;
}

.content_part {
	margin:0 0 20px 0;
	padding:0;
}

label {
	margin:2px 0 0 0;
	display:block;
}

.content_images {
	margin:auto;
	text-align:center;
}

.bbang, .bbang2 {
	width:728px;
	height:90px;
	margin:5px 0 10px 0;
}

.bbang {
	float:left;
}

/*------------------------ News ---------------------------------*/
.news {
	margin:0 0 40px 0;
	}

h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#002147;
	margin:0 0 10px 0;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#002147;
	margin:0 0 5px 0;
}

h3 {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	color:#002147;
	margin:0 0 5px 0;
	background:url('../media/h3_bg.gif') no-repeat;
	height:25px;
	width:753px;
}
	
.date {
	width:auto;
	float:right;
	color:#002147;
	text-align:right;
	margin:5px 0 0 0;
	font-size:0.9em;
}

.date a {
	font-weight:normal;
}

.date a:hover {
	text-decoration:underline;
}

.read {
	color:#002147;
	text-align:left;
	margin:5px 0 0 0;
	font-size:0.9em;
	font-weight:bold;
	display:block;
}

.nav_news {
	width:100%;
	height:20px;
	margin:45px 0 0 0;
	font-size:0.9em;
}

.nav_news a,
.nav_middle a {
	color:#002147;
}

.nav_news a:hover {
	text-decoration:underline;
}

.nav_news .next {
	float:left;
	width:150px;
	text-align:right;
	position:absolute;
	margin:0 0 0 600px;
}

.nav_news .middle span {
	text-align:right;
}

.nav_news .previous {
	float:left;
	display:block;
	width:150px;
	position:absolute;
}

.nav_news .middle {
	float:left;
	width:450px;
	position:absolute;
	margin:0 0 0 150px;
	text-align:center;
}

.nav_middle {
	width:100%;
	float:left;
	text-align:center;
	margin:0 0 5px 0;
	font-size:1.2em;
}

/*------------------------ Commentaires ---------------------------------*/

.comment {
	margin:15px 0;
}

.comments_info{
	color:#002147;
	font-style:italic;
	border-bottom:1px solid #c4c5c6;
}

.comments_info a {
	font-weight:bold;
}

.comments_info a:hover {
	text-decoration:underline;
}

.commentForm {
	margin:10px 0;
}

.commentForm  label{
	display:inline;
}

.commentForm textarea {
	width:450px;
	height:100px;
	border:1px solid #002147;
}

.commentForm input {
	border:1px solid #002147;
}

.bbcode {
	width:290px;
	height:100px;
	float:right;
	margin:-3px 0 0 0;
	padding:0;
}

/*------------------------ Languages ---------------------------------*/

#languageForm .radio {
	width:5px;
}

#languageForm .language {
	width:20px;
	
}

#languageForm .submit {
	border:1px solid #002147;
}

/*------------------------ Support ---------------------------------*/

.contentSupport textarea {
	width:350px;
	height:150px;
	border:1px solid #002147;
}

.contentSupport input {
	border:1px solid #002147;
}

.contentSupportRight {
	text-align:right;
}

.contentSupport .linkDescription {
	color:#a0a5a9;
}

.contentSupport a {
	font-weight:bold;
}

.contentSupport a:hover {
	text-decoration:underline;
}



