/* ************************************************************************************************************************************************ */
/*  					CSS de la "Page de Présentation" du site : "http://www.credosante.com"	                                    */
/* 				     ~ Par Anthony HALIPRÉ (anthony.halipre@gmail.com) ~				        		    */   
/* ************************************************************************************************************************************************ */



body
{
	height: 500px;	
	width: 1200px;      

	min-height: 270px;
	min-width: 480px;
	
	max-height: 1080px;
	max-width: 1920px;
 
    margin-left: auto;  
	margin-right: auto;  	
	
	background-color: black;
}

#bienvenue
{
	font-size: x-large;
}

#bienvenue a
{
	color: orange;
	text-decoration: none;
}

#bienvenue a:hover
{
	color: red;
}

img
{
	border: 0;
}