
/** Suppression de toutes les mises en formes et textes inutiles pour l'impression **/

h1
{
    display: none;
}

#menu
{
    display: none;
}

body
{
    background-color: white;
}

.centrer
{
    display: none;
}

#footer
{
  display: none;
}

/****************************************************************  page conditions-generales-locations-imprimable  ***********************************************************************************************/

h2
{
	  font-size: 16px;
	  text-align: center;
	  font-weight: bold;
	  text-decoration: underline;
}

.bloc_conditions_generales
{
    float: left;
    width: 320px;
    margin: 15px 0 0 0;
    padding: 0px;
    text-align: justify;
}

.bloc_conditions_generales p
{
    margin: 0px;
    padding: 15px;
	  font-size: 10px;
}

.bloc_conditions_generales .titre_conditions_generales
{
    width: 320px;
    margin: 0px;
    padding: 0px;
	  font-size: 11px;
	  text-align: center;
}

#caps-boat_conditions_generales
{
    font-size: 16px;
	  text-align: center;
	  font-weight: bold;
	  text-decoration: underline;
	  color: black;
}

#caps-boat_conditions_generales a
{
	  color: black;
}