@charset "utf-8";
body {
	background-color: rgb(50,75,100);	
	margin:0;
	font-family:"Trebuchet MS";
	font-size:14px;
}

/********* newsletter ******/
/***************************/

.spacer {
	clear:both;
	margin:0;
	padding:0;
	line-height:25px;
}
.couleur_bleu, .couleur_rouge, .couleur_vert {
	font-weight:bold;
}
.couleur_bleu {
	color:rgb(10,200,255);
}
.couleur_rouge {
	color:rgb(255,120,120);
}
.couleur_vert {
	color:rgb(120,220,120);
}
#div_video {
	border:1px dotted red;
	width:320px;
	height:240px;
	background:url(youtube.png) no-repeat;
}
/*************************************************/
#header {
	background-image: url(baniere.jpg);
}
#header #logo {
}
#header #logo img {
	vertical-align:middle;
	border:0px dotted black;
}
#header #texte1 {
	font-size: 18px;
	color:#0577FE;
	color:white;
	position:absolute;
	left:155px;
	top:40px;
	font-style: italic;
}
#header #texte2 {
	font-size: 18px;
	font-style: italic;
	color:#FFFFFF;
	position:absolute;	
	left:155px;
	top:114px;
}
#header #baniere {
	position:relative;
	left:-20px;
}
#header #baniere img {
	vertical-align: middle;
	width:200px;
}
/*************************************************/
.menu_h {
	margin-top:5px;
	font-weight:bold;
	color:white;
	font-size:16px;	
	border-style:solid;
	border-color:rgb(255,255,255);
	height:23px;
}
.haut {
	border-width:0px 0px 2px 0;
	text-align:left;	
}
.bas {
	border-width:2px 0px 0px 0;
	text-align:right;
	/*padding-left:200px;*/
}
.e_menu_h {
	padding:0 10px 0 6px;
	border-style:solid;
	border-width:0px 1px 0 0px;
	border-color:#0577FE;			
}
.e_menu_h a {
	text-decoration: none;
	color:white;
}
.e_menu_h:hover, .menu_h #the_id {
	background-color: #0577FE;
	cursor:pointer;
} 
/*************************************************/
.menu_v {
	float:left;		
	color:white;
	font-size:14px;
	width:170px;
	padding:10px 0 0 10px;
}
.menu_v ul {
	padding:0;
	margin:0 0 0 10px;
}
.menu_v li {
	margin-top:8px;
	border:1px dotted rgb(255,128,128);
	border-width:0 0 1px 0;	
}
.menu_v li:hover {
	color:rgb(255,128,128);
}
.e_menu_v {
}
.e_menu_v a {
	text-decoration: none;
	color:white;
}
.e_menu_v a:hover {
	color:rgb(255,128,128);
}
.menu_v #the_id a {
	color:rgb(255,100,100);
}
/*************************************************/
#contenu {
	padding:10px 0 0 185px;
	color:white;
}
#contenu a {
	color:rgb(255,230,155);
	color:rgb(255,230,215);
	text-decoration:none;
}
#contenu a:hover {
	text-decoration:underline;
	color:rgb(255,180,80);
}
#contenu img {
	border-color: #998877;
	border-width: 3px;
	border-style: outset;
	margin:0 2px 0 2px;
}
#contenu a img:hover {
	border:3px solid rgb(192,0,0);
	border:3px inset red;
}
#contenu img.no-border, #contenu img.no-border:hover {
	border:none;
	padding:0px;
	margin:0px;
}
/*************************************************/
#contenu table td {
	border-width:0px;
	padding:6px 6px 6px 6px;	
	border-color:rgb(200,200,255);
	border-style:dotted;

}
#contenu table.border-table {
	background-color:#524B64;
	border-color:rgb(200,200,255);
	border-style:dotted;
	border-width:1px;
}

#contenu table.border-right-bottom td {
	border-width:0 1px 1px 0;
}
#contenu table.border-bottom td {
	border-width:0 0 1px 0;
}
#contenu table.border-top td {
	border-width:1px 0 0 0;
}
#contenu table.border-right td {
	border-width:0 1px 0 0;
}
#contenu table.border-left-right td {
	border-width:0 1px 0 1px;
}
#contenu table.no-border td, #contenu td.no-border {
	border:none;
	padding:0;
}
#contenu table.c1 td {
	padding-right:20px;
}
#contenu tr.border-top-bottom {
	background-color:#339966;
	border-color:rgb(200,200,255);
	border-style:dotted;	
	border-width:1px 0 1px 0;
	font-weight:bold;
}
/*************************************************/
#contenu table.vocabulaire {
	line-height:15px;
}
#contenu table.vocabulaire a {
	text-decoration:none;
}
#contenu table.vocabulaire a:visited {
	/*background-color:blue;*/
}
#contenu table.archives img { 
	margin-bottom:8px; 
}
#contenu table.archives a { 
	text-decoration:none;
}
/*************************************************/
#contenu .cadre1 {
	margin:0;
	padding:3px;
	text-align:justify;
	background-image:url(fond_tab3.gif);
	float:left;
	vertical-align: top;
	top: 0%;
}
#contenu .cadre1 table {
	margin-top:5px;
	/*width:100%;*/
	margin:auto;
	border-collapse:collapse;
}
#contenu .cadre1 .titre_section {
	background-color:#0066CC;
	border-style:solid;
	border-color:rgb(15,150,180);
	border-width:0px 0px 1px 0px;
	font-size:20px;
	font-weight:bold;	
	text-align:center;
	width:100%;
}
#contenu .cadre1 .titre_sous_section {
	color:rgb(255,200,100);
	font-weight:bold;
	font-size:19px;
}
#contenu .cadre1 td.left_col, #contenu .cadre1 td.right_col {
	vertical-align:top;
}
/*************************************************/
#contenu .cadre2 {
	margin:0 0 0 5px;	
}
#contenu .cadre2 td {
	border-width:0px;
	padding:2px;
}
#contenu .cadre2 table {
	color:rgb(50,50,200);
	border-color:#0066CC;
	border-style:solid;	
	border-width:0 2px 2px 2px;
	background-color:white;
/*	width:90%;*/
}
#contenu .cadre2 table a {
	color:rgb(207,129,129);
	font-weight:bold;
}
#contenu .cadre2 .titre_section {
/*	background-color:#0066CC;*/
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	padding:1px 3px 0 3px;
	color:black;
	background-color:rgb(200,200,255);
	border-style:solid;
	border-color:#0066CC;
	border-width:0px 0px 0px 0px;
	border-width:1px;
	font-weight:bold;	
	text-align:center;
/*	width:90%;*/
	margin-left:0;
}
/*************************************************/
#contenu .cadre3 {
	background-image:url(fond_tab2.gif);	
	border-width:1px 2px 1px 1px;
	border-style:solid;
	border-color:rgb(220,220,255);
	width:85%;
}
#contenu .cadre3 .titre_section, #contenu .cadre3 .titre_section2 {
	width:100%;
	margin-bottom:10px;
	background-color:#E17100;
	text-align:right;
	color:white;
	font-weight:bold;
	font-size:19px;
	/*font-style:italic;*/
	border-width:0px 2px 2px 0px;
	border-style:solid;
	border-color:rgb(100,100,100) rgb(200,200,200) rgb(200,200,200) rgb(100,100,100);	
	/*padding-right:10px;*/
}
#contenu .cadre3 .titre_section2 {
	background-color:#639F60;
}
#contenu .cadre3 .titre_sous_section {
	color:rgb(255,200,100);
	font-weight:bold;
	font-size:19px;	
}

