/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	/*background: #4A456C url(../images/gif/img1.gif) repeat-x;                    */
        background: #4A456C;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;      
}

h1 {
}

h2, h3 {
	margin-top: 3px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

a img {
    border: none;
    text-decoration: none;
    margin-bottom: 0px;
}

/* Header */

#header {
	width: 810px;
	height: 75px;
	margin: 0px auto;  
        background: url(../images/gif/top_header.gif) 0 0 no-repeat;      
}

#header h1 {
	float: right;
	margin: 0px;
	padding-top: 20px;
	font-size: 18px;
	letter-spacing: 0px;
        font-weight: lighter;
}

#header h2 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 810px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 162px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #CCCCCC;
}
/* Content */
#content {
	background: #FFFFFF;
	width: 810px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#colOne {
	float: right;
	width: 605px;
	margin-top: 5px;
	padding-right: 5px;
}
#colTwo {
	float: left;
	width: 180px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
        list-style-type: none;
}
#colTwo ul li {
        border-bottom: 1px dotted #1B4978; 
}
#colOne h1 {
	/*background-color: #B2D4F7;*/
	padding: 5px 0px 5px 5px;	
        color: #990000;
        font-size: 22px;
        text-align: center;
}
#colOne h2 {
	background-color: #990000;
	padding: 2px 2px 2px 2px;
	text-transform: uppercase;
	font-size: 16px;
        color: #ffffff;
        /*border-bottom: 2px solid #990000;*/
}
#colOne h3 {
	color: #990000;
        font-size: 14px;
}
#colOne a img {
    border: none;
    text-decoration: none;
    margin-bottom: 0px;
}
#colTwo a { 
    text-decoration: none; 
    font-weight: lighter;
    margin-left: 10px;
    vertical-align: text-bottom;
}
#colTwo h1, h1 a {   
    /*font-weight: lighter;*/
    margin-left: 10px;
    vertical-align: text-bottom;
    font-size: 16px;
}
#colTwo h1 a { 
    text-decoration: underline; 
    font-weight: lighter;
    margin-left: 10px;
    vertical-align: text-bottom;
    font-size: 13px;
}
#colTwo br {
    clear: left;
}
#colTwo ul li img {        
    text-align: center;
    padding-bottom: 3px;
}

.texte {
    margin-left: 50px;       
}

#primarycontent {
    position: relative;
    width: 180px;
    float: left;
    border-right: 1px dotted #656551; 
    padding-right: 2px;
}

#secondarycontent {
    position: relative;
    width: 180px;
    float: right;    
}

#primarycontent h3, #secondarycontent h3 {
    position: relative;
    top: 4px;
    font-size: 16px;
    line-height: 25px;
    color: #1B4978;
    letter-spacing: -1px;
    padding: 0px 0px 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #656551; 
}

#primarycontent p, #secondarycontent p {
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px;
}

#primarycontent a img, #secondarycontent a img {
    border: none;
    text-decoration: none;
    margin-bottom: 0px;
}

#primarycontent a, #secondarycontent a {
    text-decoration: none;
    background: transparent;
}

/*_____________IMAGES____________________*/
.img_rubrique {
    float: left;
    margin: 9px 10px 0 10px;
}
.img_center {        
    text-align: center;
    padding-bottom: 3px;
}
.floatright {float: right; margin: 9px 10px 0 10px; background: transparent;}
.floatleft { float: left; margin: 9px 10px 0 10px; background: transparent;}
.transparent { background: transparent; }
.diap {float: right; margin: 2px 3px 0 0; background-color: #EDEDED; padding: 1px;}

/*_____________INSCRIPTION____________________*/
#inscription {    
    background: url(../images/gif/info_bulle2.gif) no-repeat;
    font: 9pt tahoma, sans-serif;
    color: #000;        
    padding: 5px 0px 5px 0px;
    text-align: justify;
    text-indent: 5px;    
    height: 145px;
    width: 178px;
    border: 1px solid #FAED11;
}
#inscription h1 {
    font-size: 12px; 
    font-weight: bold;
    margin-bottom: 0px;
}

/*_____________FORMULAIRE____________________*/

#colTwo label {
    display: block;
    width: 60px;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left;   
    color: #000;  
}
#colTwo input {
    /*background-color: #F2ED8E;*/
    margin-left: 3px;
    width: 90px;
}

#colTwo form {
    margin: 2em 0;
}

#colOne label, input {
display: block;
/*width: 200px;*/
float: left;
margin-bottom: 10px;
}

/*#colOne input { background-color: #F9F6A4;}*/
#formulaire input { background-color: #F9F6A4; }

#colOne label {
    text-align: right;
    width: 200px;
    padding-right: 20px;
    font-size: 12px;
}

br {
clear: left;}
form {margin: 2em 0;}

/*_____________TABLES____________________*/
table#sample {
    background-color: #FFFFFF;
    border: solid #000 3px;
    /*width: 400px; */
    margin-top: 5px;
    margin-bottom: 8px;

}

table#sample td {
    padding: 3px;
    border: solid #000 1px;
}

.data {
    color: #000000;
    text-align: right;
    background-color: #FFFFCC;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #EEEEEE;
    color: #1B4978;
}

.leftcol {
    font-weight: bold;
    text-align: left;    
    background-color: #EEEEEE;
    color: #1B4978;
}

table#album {
    background-color: #FFFFFF;    
    /*width: 400px; */
    margin-top: 5px;
    margin-bottom: 8px;

}

table#album td {
    padding: 3px;
    border: solid #000 1px;
    text-align: center;
}
/*_____________FOOTER____________________*/

#footer {
	width: 810px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #4A456C;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #666666;
}
/*_____________ITEM____________________*/
.item { float: left; margin: 0; width: 200px; }
.item_80 { float: left; margin: 0; width: 80px;}
.item_120 { float: left; margin: 0; width: 120px;}
.item_description {
    margin: 0; 
    float: left; 
    font: 10pt tahoma, sans-serif; 
    color: #666; 
    width: auto; 
    margin-bottom: 5px; 
    display: block; 
    text-align: left;
    /*padding-bottom: 5px;*/
}