@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
	p{
		text-align: justify;
	}
	body{
		background-color: #fff;
		background-image: none;
	}
	#page{
		border: none;
	
	}
/*	#header{
         background-image: url(../img/header_bleu.png);     
    }
    #nav_main{
		background-color: #4283b9;
	}*/

	#header{
		background-color: white;
	}
	#nav_main{
		background-color: white;
	}
	
	.blocInfoCandidat{
		width: 40%;
		border: solid 1px #fff;
		margin-bottom: 7px;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		float: left;
	}
	.blocInfoCandidat h3, .blocInfoCandidat h4{
		margin: 0px;
		padding: 1px;
		color: white !important;
		background-color: #6487dc;
	}
	
	#ficheCandidat{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 11px;
	}
	#ficheCandidat h6{
		font-size: 10px;
	}
	#ficheCandidat h5{
		font-size: 11px;
	}
	#ficheCandidat h4{
		font-size: 12px;
	}
	#ficheCandidat h3{
		font-size: 13px;
	}
	#ficheCandidat h2{
		font-size: 14px;
	}
	#ficheCandidat h1{
		font-size: 18px;
	}

}
