/*** Global Settings ****/
body {
	font: normal 12px/1.6em Arial, Helvetica, sans-serif;
	color: #2a3845;
	margin: 0;
	padding: 0;
	background: #F9F9F9;
}
p {
	margin: 0;
	padding: 0;
}
a:visited, a:link {
	color: #a7384b;
	text-decoration: underline;
	background: none;
}
a:hover {
	color: #a43b55;
	text-decoration: none;
	background: none;
}


ul {
	padding: 0;
	margin: 0 0 0 17px;
	margin-left:80px;
	list-style: square url(images/bullet.gif);
	
}

li{
  margin-bottom:8px;
  font-size:14px;
}
.box {
	background: #f7f7f7;
	border: 1px dotted #ff66cc;
	padding: 15px;
	margin-bottom:10px;
}
/*** Layout ****/
#wrapper {
	margin: 0 auto;
	width: 680px;
	border:2px solid #ff66cc;
	border-top:0;
	border-bottom:0;
	background: #fff;
}
#header {
	
}
#bg {
	height: 36px;
	background: url(images/bg.gif) repeat-x;
}
#nav {
	background: url('images/avion.jpg') #314f85 no-repeat;
	height:114px;
	
	text-align: right;
	color: #f6dde3;
}
#nav2 {
	
	height:50px;
	
	text-align: right;
	color: #f6dde3;
}
#nav3 {
	
	height:50px;
	
	text-align: right;
	color: #f6dde3;
}
#nav a:visited, #nav a:link {
	text-decoration: none;
	color: #f6dde3;
}
#nav a:hover {
	text-decoration: underline;
	color: #f6dde3;
}
#main-content {
	margin: 0 auto;
}
#logo {
	margin-bottom: 45px;
}
.logotxt1 {
	font: normal 18px Georgia, serif;
	color: #fa7393;
	margin: 10px 0 0 15px;
}
.logotxt2 {
	font: normal 18px Georgia, serif;
	color: #7a2e40;
}
#left-column {
	width: 660px;
	margin-left:10px;
	float: left;
}

* html #left-column {
	width: 650px;
	margin-left:10px;
	float: left;
}
#right-column {
	width: 270px;
	float: right;
}
.crd a:visited, .crd a:link, .crd a:hover {
	text-decoration: none;
	color: #2a3845;
	cursor: text;
}

h1{
  text-align:center;
  line-height: 30px;
}

h2{
  text-align:center;
  color:#34117b;
  line-height:30px;
}

h3{
	text-align:center;
	font-size: 24px;
}

.bleu{
  color:#34117b;
}

.italic{
  font-style:italic;
  text-align: justify;
  margin-bottom:8px;
}

.rouge{
  color:#a7384b;
}

.rose{
  color:#ff66cc;
}

.center{
	text-align:center;
}


a.btn_rose{
  background:#ff66cc;
  color:#FFF;
  font-weight:bold;
  cursor:pointer;
  border:2px solid #34117b;
  display:block;
  width:110px;
  height:20px;
  text-decoration: none;
}

#footer {
	background: #f7f7f7;
	border-top: 1px solid #f0e9eb;
	padding: 10px 15px;
	clear: both;
	
}
/*** SideBAR ***/
#main-image {
	text-align: center;
}
.sidebar {
	width: 218px;
	margin: 0 auto;
	padding: 10px 25px;
	background: url(images/shadow.jpg) no-repeat top;
}
.sidebar2 {
	width: 218px;
	margin: 0 auto;
	padding: 10px 25px;
	background: url() no-repeat top;
}
.txt1 {
	font-size: 14px;
}
.jaune {
	color: #000000;
	background: #FFCC00;
	font-size: 16pt;
	font-weight: bold;
}
.txtTitre1 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.txt3 {
	font: 14px Arial, Helvetica, sans-serif;
}
