
/* CSS Document */

body {
	background-color: #6699cc;
	background-image: url(images/fond-page.jpg);
	background-repeat: repeat-x;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;	
}
/*
a:link { text-decoration: underline; color:#666666}
a:hover { text-decoration: underline; color:#666666}
a:visited { text-decoration: underline; color:#666666}
*/
.titre-logo {
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
}
.titre-menu {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.titre-centre {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.titre-centre h2{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.titre-centre h1{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


.barre-haute {
width:100%;
height:30px;
text-align:center;
color: #ffffff;
}
.barre-haute a{
	color: #ffffff;
	text-decoration: none;
}

.footer {
width:1011px;
height:19px;
background-image: url(images/fond-bas-contenu.jpg);
}
.footer2 {
text-align: center;
color:#FFFFFF;
}

.footer2 a {
color:#FFFFFF;
}

.menu {
text-align:left;
}
.menu-g {
text-align:left;
margin-left:25px;
color: #ffffff;
}
.menu-g a{
color: #ffffff;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

h3 a{
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.texte {
	font-size: 11px;
}
.texte-def {
	font-size: 11px;
	margin-left: 20px;
	margin-right: 10px;
}
.here a {
	color:#660000;
	font-weight:bold;
}	

.midsmall { 
	color:#660000;
/*	color:#339933; */
	font-size: 9pt; 
	text-decoration: none;
}

.midsmall a { 
	color:#660000;
/*	color:#339933; */
	font-size: 9pt; 
	text-decoration: none;
	font-weight:bold;
}

.lien-annu {
	color:#660000;
/*	color:#339933; */
	font-size: 10pt; 
	text-decoration: underline;
	font-weight:bold;
}

.lien-annu2 {
	color:#660000;
/*	color:#339933; */
	font-size: 10pt; 
	text-decoration: underline;
}

.catcher {
    background: -moz-linear-gradient(center top , #45484D 0pt, ##1E5A9F 100%) repeat scroll 0 0 ##1E5A9F; 
	background-color: #1E5A9F;
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px #333333;
    height: 35px;
}

.catcher .inscription_email {
    float: left;
}
.catcher .inscription_validation {
    float: right;
}
.catcher .slogan {
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Verdana";
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding-left: 5px;
    text-shadow: 1px 1px 2px #333333;
    width: 220px;
}

.catcher input[type="text"] {
    border-radius: 5px 5px 5px 5px;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 150px;
}
