*
{
    margin: 0;
	padding: 0;
}
body{
	background: url('../img/bg.png') black no-repeat center top;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	_width: 850px;
	_text-align:center;
}
#container{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 15px #CCC;
	box-shadow: 0px 0px 15px #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	_text-align: left;
}
textarea
{
    font-family: "Lucia Grande", Verdana, "Bitstream Vera Sans", Arial, Sans-Serif;
    font-size: 13px;
}
a
{
    color: #5984C0;
    text-decoration:none;
}
    a:hover
    {
        text-decoration:underline;
    }   
.error
{
    color: #BF4D51;
	background-color: #FFC0C0;
	border: #E37D80 solid 2px;
	width: 400px;
	margin: 0px auto 10px 190px;
	padding: 10px;
	text-align: center;
}
.success
{
    color: #264409;
	background-color: #E6EFC2;
	border: #C6D880 solid 2px;
	width: 400px;
	margin: 0px auto 10px 190px;
	padding: 10px;
	text-align: center;
}
.clear{
	clear: both;
}

/* NoScript */
#noscript{
	margin-top: 30px;
	margin-bottom: -70px;
	margin-left: 60px;
	width: 700px;
}

/* Bulle */
#bulle{
	width: 197px;
	height: 123px;
	background: url("../img/bulle.png") no-repeat;
	margin-top: 100px;
	margin-bottom: -190px;
	margin-left: -170px;
	_margin-left: -1000px;
	_cursor: pointer;
}
	#bulle:hover{
		cursor: pointer;
	}

/* Header */
#header
{
	background: url("../img/header.jpg") repeat-x scroll 0 0 transparent;
    margin-top: 67px;
    padding-top: 20px;
    padding-bottom: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	height: 110px;
}
    #header-yukilas
    {
        width: 350px;
        margin-left: 250px;
    }
        #header-yukilas h1
        {
            background:url("../img/yukilas.png") no-repeat scroll 0 0 transparent;
            height:86px;
            width:281px;
            text-indent:-9999px;
			cursor: pointer;
        }
        #header-yukilas h2
        {
            background:url("../img/william-meunier.png") no-repeat scroll 0 0 transparent;
            height:40px;
            width:200px;  
            text-indent:-9999px;
            margin-left: 150px;
            margin-top: -20px;
        }
    #fleche-bas
    {
        background: url("../img/fleche-bas.png") no-repeat;
        width: 20px;
        height: 20px;
        margin-top: -5px;
    }
        
        
/* Content */
#content
{
    background-color: White;
    color: #333333;
	padding: 0px 20px 20px 20px;
}

div.title
{
    padding-bottom: 10px;
    clear:both;
}
    .categorie_name
    {
        float: left;
        font-variant: small-caps;   
        font-weight: bold;    
    }
    .menu
    {
        float: right;
        font-size: 13px;
    }
        .menu span
        {
            color: #333333;
            text-decoration: none;
            border-bottom: 1px dashed #333333;
			_text-decoration: underline;
            cursor: pointer;
        }
        
div.categorie_content
{
    clear: both;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 14px;
	_font-size: 13px;
}

/* Content - Présentation */
#presentation{
	margin-top: 20px;
}
		#presentation .categorie_name{
			background:url("../img/presentation.png") no-repeat scroll 0 0 transparent;
			height:26px;
			width:174px;
			text-indent:-9999px;
		}
		#presentation a{
			font-weight: bold;
		}


/* Content - Skills */
#skills
{
	margin-top: 20px;
}
	#skills .categorie_name{
		background:url("../img/skills.png") no-repeat scroll 0 0 transparent;
		height:26px;
		width:76px;
		text-indent:-9999px;
	}
    #skills .categorie_content{
    	color: #666666;
    	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
    	text-align:center;
    }
    	#skills .categorie_content h1{ display: inline; margin-right:3px; font-size: 35px; }
    	#skills .categorie_content h2{ display: inline; margin-right:3px; font-size: 25px; }
    	#skills .categorie_content h3{ display: inline; margin-right:3px; font-size: 20px; }
    	#skills .categorie_content h1,h2,h3{
    		cursor:pointer;
    	}
		#skills #php{
			margin-left: 30px;
		}
		#skills #js{
			margin-left: 40px;
		}
		
		#skills-description{
			text-align: left;
			margin-top: 40px;
			background-color: #E0DFDF;
			border: 4px solid #9E9999;
			width: 500px;
			height: 40px;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;
			padding: 10px 10px 10px 10px;
			margin-left: auto;
			margin-right: auto;
			color: #555;
		}
			#skills-description .skills-description{
				display: none;
				font-size: 13px;
				font-family: Helvetica,Arial;
			}
				#skills-description .skills-description img{
					float: left;
					margin-right: 5px;
					margin-top: -5px;
				}
				#skills-default{
					background: url("../img/skills-default.png") no-repeat;
					width: 108px;
					_width: 120px;
					height: 24px;
					color: #FFF;
					padding-top: 15px;
					_padding-bottom: 10px;
					padding-left: 12px;
					margin-left: 20px;
					margin-top: -5px;
				}
				#skills-django img{
					padding-top: 7px;
				}
    	
    	
/* Content - Realisations */
#realisations{
	margin-top: 20px;
}
	#realisations .categorie_name{
		background:url("../img/realisations.png") no-repeat scroll 0 0 transparent;
		height:26px;
		width:166px;
		text-indent:-9999px;
	}
.main_image  {
    width: 548px;
    height: 400px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 40px;
}
    .main_image h2 {
        font-size: 2em;
        font-weight: normal;
        margin: 0 0 5px;
        padding: 10px;
    }
    .main_image p {
        font-size: 1.2em;
        line-height: 1.6em;
        padding: 10px;
        margin: 0;
    }
    .main_image .block small {margin-left: 10px;}
    .main_image .desc{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: none; 
    }
    .main_image .block{
        width: 100%;
        background: #111;
        border-top: 1px solid #000;
    }
        .main_image .block h2
        {
            font-size: 18px;
            font-weight: bold;
            margin-top: -5px;
            margin-bottom: -5px;
        }
        .main_image .block small
        {
            font-size: 11px;
        }
        .main_image .block p
        {
            font-size: 13px;
        }  

.block small {
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(../img/icon_calendar.gif) no-repeat 0 center;
}

.image_thumb  {
    float: left;
    width: 259px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}
    .image_thumb img {
        border: 1px solid #ccc;
        padding: 5px;
        background: #fff;
        float: left;
    }
    .image_thumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .image_thumb ul li{
            margin: 0;
            padding: 12px 10px;
            background: #f0f0f0 url(../img/nav_a.gif) repeat-x;
            width: 239px;
            float: left;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #fff;
            border-right: 1px solid #ccc;
			_cursor: pointer;
        }
            .image_thumb ul li.hover {
                background: #ddd;
                cursor: pointer;
            }
            .image_thumb ul li.active {
                background: #fff;
                cursor: default;
            }
            html .image_thumb ul li h2 {
                font-size: 1.5em;
                margin: 5px 0;
                padding: 0;
            }
            .image_thumb ul li .block {
                float: left;
                margin-left: 10px;
                padding: 0;
                width: 160px;
                font-size: 12px;
            }
            .image_thumb ul li p{display: none;}
            
            
/* Content - Contact */
#success-contact, #error-contact, #error-contact-spam, #error-contact-missing{ display: none;}
span.mail-contact
{
    font-size: 20px;
    font-weight: bold;
}
#contact {
	clear: both;
	padding-top: 20px;
}
	#contact .categorie_name{
		background:url("../img/contact.png") no-repeat scroll 0 0 transparent;
		height:26px;
		width:109px;
		text-indent:-9999px;
	}
    #contact form
    {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 410px;
        margin-left: 200px;
    }  
        #contact form label
        {
            display: block;
            color: #666666;
            margin-top: 30px;
            margin-bottom: 2px;
        }
        #contact form input
        {
            display: block;
        }
        #contact form textarea
        {
            width: 400px;
            height: 200px;
        }
		#contact_form #form-name{
			background: url("../img/form-name.png") no-repeat left;
			padding-left: 17px;
		}
		#contact_form #form-mail{
			background: url("../img/form-mail.png") no-repeat left;
			padding-left: 17px;
		}
            #contact_form_submit
            {
                margin-top: 10px;
                margin-left: 145px;
				background: url("../img/form-submit.png") no-repeat;
				width: 100px;
				height: 23px;
				color: #FFF;
				text-align:center;
				padding-top: 5px;
				_padding-bottom: 10px;
				float: left;
				_cursor: pointer;
            }
				#contact_form_submit:hover{
					cursor: pointer;
				}
			#contact-loader{
				float: left;
				margin-left: 10px;
				margin-top: 15px;
			}
			
    #fleche-haut
    {
        background: url("../img/fleche-haut.png") no-repeat;
        width: 20px;
        height: 20px;
        margin-bottom: -30px;
    }
      

/* Footer */
#footer
{
	background: url("../img/footer.jpg") repeat-x scroll 0 0 transparent;
	height: 70px;
    margin-bottom: 100px;
	padding: 30px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}    
	#contact-bonus
    {
			margin-top: -20px;
			margin-left: -10px;
    }
        #contact-bonus ul
        {
            list-style: none;
        }
            #contact-bonus li
            {
                display:inline;
            }
            #contact-bonus img
            {
                border:none;
            }
            #contact-bonus a:hover
            {
                text-decoration:none;
            }
	#footer a{
		color: #CCCCCC;
	}
	#footer-logo{
		width: 30px;
		height: 29px;
		background: url("../img/logo_small.png") no-repeat;
		float: left;
		margin-top: 30px;
		margin-left: -10px;
	}
	#footer-title{
		float: left;
		margin-left: 5px;
		margin-top: 37px;
	}
		#footer-title a{
			font-size: 18px;
			font-weight: bold;
		}
	#footer-last-links{
		float: right;
		margin-top: -50px;
	}
		#footer-last-links div{
			text-align: right;
			cursor: pointer;
			font-weight: bold;
			padding-right: 10px;
			margin-bottom: 42px;
		}
			#footer-last-links div span{
				vertical-align: 3px;
			}
		#footer-last-links ul{
			list-style: none;
		}
			#footer-last-links li{
				margin-top: 10px;
			}
				#footer-last-links li img{
					margin-right: 5px;
					vertical-align: -4px;
				}

            
            
/* Tipsy */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url("../img/tipsy.gif"); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

            