#bloc_page
{
   width: 1280px;
   margin: auto;
   margin-top: 75px;
}
#maboite4
{
	width: 30px;
	height: 30px,
	padding: 5px 5px;
	border: 3px solid #333;
	background-color: rgba(0,0,0,0.9);
	text-align: center; 
	position: absolute;
    border-radius: 15px;
    top: -15px;
    right: 10px;
    color: white;
}

#modal
{
	max-width: 100%; 
	width: 1100px;
	height: 800px;
	background: #fff;
	position: relative;
	margin: auto;
	padding: 5px;
	-moz-border-radius: 30px
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 #fff;
	text-align: justify;
	overflow-x: hidden;
	word-wrap: break-word;

}
#modal a[href="close"]
{
	top: 0;
	right: 0;
}

#modal a[href="close"] :after
{
	content: 'X';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 5em;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	font-weight: bold;
	background: grey;
	color: blue;
	border: 3px solid #fff;
	border-radius: 20px; 
	box-shadow: 0 2px 3px rgba(0,0,0,0.7);
}
a:hover
{
  text-decoration: underline;
  color: white;
}
a
{
	text-decoration: white
	color: red;
	font-style: italic;
}
a:active
{
	background-color: #FFCC66;      
}
a:focus
{
	background-color: white;
a:visited
{
	color: red;
}
h1
{
	font-family: 'cac_champagneregular',arial,serif;
}
p
{
	widows: 100px;
	height: 100px;
	border: 2px solid black;
}
@media screen and (min-width: 1024px)
{
	body
	{ 
		width: auto;  
	}
}
