html, body {
border:0;
margin:0;
padding:0;

}

body {
color:white;
font:100%/1.35 Arial, Helvetica, sans-serif;
background: black; /*url(images/bg.jpg) no-repeat fixed center;*/
/*background: black url(images/Gras.gif) repeat fixed center top;*/
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
color:white;
padding:0 0 25px 0;
font-size:2em;
letter-spacing:-1px;
}

h2 {
color:white;
padding:0 0 25px 0;
font-size:1.8em;
letter-spacing:-1px;
}

h3 {
color:white;
padding:20px 0;
font-size:1.4em;
}

h4 {
color:white;
font-size:1em;
font-weight:bold;
}

h5 {
color:white;
padding:0 0 25px 0;
font-size:1.8em;
letter-spacing:-1px;
}

h6 {
color:white;
padding:0 0 25px 0;
font-size:1.8em;
letter-spacing:-1px;
}
/***** Common Formatting *****/

p, ul, ol {
margin:0;
padding:0 0 1.35em 0;
}

ul, ol {
padding:0 0 1.35em 2.7em;
}

blockquote {
margin:1.35em;
padding:1.35em 1.35em 0 1.35em;
}

small {
font-size:0.8em;
}

strong {
color:#000;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited,
a:focus {
color:#06c;
text-decoration:underline;
outline: none;
border:none;
outline-style: none;
}

a:hover {
color:#f60;
}


/***** Tables *****/

table {
border:0;
margin:0 0 1.35em 0;
padding:0;
}

	table tr td {
	padding:3px;
	}
	
	table a:hover {
	
	}

/***** Wrapper *****/

#wrap {
width:1000px;
min-height:630px;
margin:40px auto 20px auto;
background: black;
border-style:solid;
border-color: white;
border-width:1px;
padding: 2px 5px 20px 2px;

}

/***** Header *****/

#header {
margin:0 0 5px 0;
/*border-bottom:1px solid #ccc;*/
padding:5px 0 0 0;
}

/***** Logo *****/

#header h1 {
padding:10px 0 10px 10px;
text-indent:-2000px;
}
	
	#header h1 a {
	width:374px;
	height:110px;
	display:block;
	background:url(images/ballif.png) no-repeat;
	}


/***** Navbar ****

#header ol {
height:30px;
margin:0;
padding:0;
list-style:none;
}
	
	#header ol li {
	display:inline;
	}
	
		#header ol li a {
		float:left;
		color:#555;
		height:25px;
		margin:0 5px 0 0;
		border:solid #ccc;
		border-width:1px 1px 0 1px;
		padding:5px 25px 0 5px;
		background:#ddd;
		text-decoration:none;
		font-weight:bold;
		}
		
		#header ol li a:hover,
		#header ol li a.active {
		color:#000;
		background:#ccc;
		}
		
		#header ol li a.active {
		background:#fff;
		}
*/


/***** Menu *****/

#menu {
padding:0 0;
float: left;
width:100px;
margin:0 15px 0 30px;
}
        
    #menu ol {
    line-height: 2em;
    padding: 0 0 0 20px;
    }

        #menu ol li {
        list-style-type: none;
        background: url('images/puce.png') no-repeat 0px 11px;
        padding-left: 15px;
        }

        	#menu ol li a {
            color:/*#555*/ white;
            height:25px;
            margin:0 5px 0 0;
            padding:5px 5px 0 0;
            text-decoration:none;
            /*font-weight:bold;*/
            }

                #menu ol li a:hover,
                #menu ol li a.active {
                color:#BCD041;
                }

                #menu ol li a.active {
                text-decoration:underline;
                }


/***** Content *****/

#content {
float:left;
width:580px;
min-height: 450px;
margin:0 0 0 0;
padding:0 0 0 0;

}

	#content p {
	font-size:0.8em;
	text-align: justify; 
	}

    #content img {
	height: 200px;
	width: 200px;
    }

            #content img:hover{
            }


/***** Accueil *****/  
        
#accueil {
float:left;
width:620px;
min-height: 409px;
margin:0 0 0 0;
padding:0 0 0 0;
}

    #gauche {
    float:left; 
    width:280px;
    min-height: 407px;
    margin:4px 0 0 0;
    padding:0 0 0 0;
    background:url(../photos/accueil/index.jpg) no-repeat;
    }
    
    #droite {
    float:right; 
    width:330px;
    min-height: 399px;
    margin:4px 0 0 10px;
    padding:8px 0 0 0;
    background-color:#939D9F;
    }    
    
        #droite a{
        color:white;
        text-decoration:none;
        border: none;
        outline: none;
        }

            #droite a:hover {
            text-decoration:none;
            color:#b6cb45;
            }
    
    
    .titre1 {
    color:white;
	padding:0 0 0 15px;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:normal;
	text-transform:uppercase;
    }
        
    .titre2 {
    color:#b6cb45;
	padding:0 0 0 0;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:normal;
	text-transform:uppercase;
    }
        
    .titre3 {
    color:#b6cb45;
	padding:0 0 0 15px;
	font-size:1em;
	font-weight:bold;
	letter-spacing:normal;
	text-transform:uppercase;
    }
        
    p {
    color:white;
	padding:0 17px 3px 15px;
	font-size:0.93em;
	letter-spacing:normal;
    }
                
    .piti {
    color:white;
	padding:5px 40px 10px 15px;
	font-size:0.88em;
	letter-spacing:normal;
    }


/***** Contact *****/
#contact {
margin:0 0 0 0;
padding:0 0 0 0;
text-align:center;
}

    #contact form {
    margin:0;
    padding:0;
    display:inline;
    }

    #contact input {
    font:0.8em Arial, Helvetica, sans-serif;
    }

    
    #contact select {
    
    }
    
    #contact textarea {
    
    }

    #contact p {
    margin:0 0 0 0;
    padding:0 0 0 0;
    text-align:left;
    }

#valid_contact {
margin:0 0 0 0;
padding:0 0 0 0;
text-align:center;
}

/***** Admin *****/

#admin {
float:left;
width:800px;
min-height: 450px;
text-align: justify;
margin:0 20px 0 0;
padding:0 20px 0 0;
}

	#admin p {
	font-size:0.8em;
	text-align: justify; 
	}
	      
    #admin form {
    margin:0;
    padding:0;
    display:inline;
    }

    #admin input, #admin select, #admin textarea {
    font:0.8em Arial, Helvetica, sans-serif;
    }

    #admin_menu{
    padding:10px;
    width:100%;
    float: left;
    margin:0 0 0 0;
    }

    #admin_menu a {
    color:#BCD041;
    height:25px;
    margin:0 5px 0 5px;
    padding:5px 5px 0 0;
    text-decoration:none;
    /*font-weight:bold;*/
    }

        #admin_menu a:hover,
        #admin_menu a.active {
        color:#555;
        }

        #admin_menu a.active {
        text-decoration:underline;
        }
    
    #admin_content{
    padding:10px 0;
    float: left;
    width:800px;
    min-height: 425px;
    margin:0 10px 0 10px;
    border-top:1px solid white;
    font-size:0.8em;
    text-align: justify;
    
    }
        #admin_content p{
        font-size:0.8em;
        text-align: justify;
        padding:2px 0;
        }
        #admin_content h1{
        font:0.9em Arial, Helvetica, sans-serif;
        letter-spacing:0.05em;
        padding:2px 0 2px 20px;
        text-decoration:underline;
        }
        #admin_content h2{
        font-size:0.8em;
        }
        #admin_content h3{
        font-size:0.8em;
        }
        #admin_content h4{
        font-size:0.8em;
        }
    
    

.widget {
width: 800px;
margin: 20px;
padding: 10px;
color: black;
background: #f3f1eb;
border: 1px solid #C5CF01;
margin-bottom: 15px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	    .widget a:hover {
	    color: #009;
	    text-decoration: underline;
	    }

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
	    .tabnav li a {
	    text-decoration: none;
	    text-transform: uppercase;
	    color: #222;
	    font-weight: bold;
	    padding: 4px 6px;
	    outline: none;
	    }
		
		    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		    background: #C5CF01;
		    color: #222;
		    text-decoration: none;
		    }
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 2px solid #C5CF01;
	padding: 5px;
	}
	
		.tabdiv li {
		margin-left: 20px;
		}

.ui-tabs-hide {
display: none;
}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}

#status {
 padding: 20px;
 font-size:1.2em;
}

#status a {
 font-size:0.7em;
}

#wizardGallerie {
	padding : 1em;
	width : 750px;
}

#fieldWrapper {
	height : 220px;
}

#wizardGallerieNavigation {
	margin-top : 0.5em;
	margin-right : 1em;
	text-align: right;
}

#data {
	font-size : 0.7em;
}

input {
	margin-right: 0.1em;
	margin-left: 0.8em;
	margin-bottom: 0.5em;
}

.input_field_25em {
	width: 2.5em;
}

.input_field_3em {
	width: 3em;
}

.input_field_35em {
	width: 3.5em;
}

.input_field_12em {
	width: 12em;
}

.input_field_40em {
	width: 40em;
}

label {
	margin-bottom: 0.2em;
	margin-left: 0.8em;
	font-weight: bold;
	font-size: 0.8em;
}

label.error {
	color: red;
	font-size: 0.8em;
	margin-left : 0.5em;
}

.step span {
	float: right;
	font-weight: bold;
	padding-right: 0.8em;
}

.navigation_button {
	width : 100px;
}

#data {
		height: 10em;
		overflow : auto;
}



/***** Footer *****/

#footer {
clear:both;
color:white;
margin:0 235px 25px 147px;

}

    #footer p {
    border-top:1px solid #ccc;
    padding:10px 0 5px 0;
    font-size:0.8em;    
    }

        #footer p a {
        color : white;
        }
            
            #footer p a:hover {
            color: #BCD041;
            }

    #footer span {
    position: absolute;
    font-size:0.8em;
    margin:-43px 0 0 645px;
    padding:0 0 0 0;
    }

/***** Global Classes *****/

.clear {
clear:both;

}



