html
{
    background-color: #ed3737;
}

header
{
    background-color: #fff83d;
    box-shadow: 2px 3px 5px black;
    border-radius: 100px;
    border-style: double;
    margin-bottom: 1%;
    text-align: center;
}

#droite
{
	float: left;
	width: 11%;
}

#commentaire
{
	margin-left: 2%;
	box-shadow: 2px 3px 5px black;
    background-color: #fff83d;
	padding: 5px;
	border-radius: 10px;
	margin-top: 50px;
	font-size: 0.85em;
}

#casting
{
	float: left;
	margin-left: 2%;
	box-shadow: 2px 3px 5px black;
    background-color: #fff83d;
	padding: 5px;
	border-radius: 10px;
	font-size: 0.85em;
	margin-top: 25px;
	text-align: center;
}

#scotttitre
{
    text-align: center;
    background-color: #fff83d;   
    border-style: double;
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 20px;
    padding: 10px;
}

#avecfond
{
    background-image: url(image/fondraysscott.png);
    border-radius: 10px;
    border-style: solid;
	padding-top: 15px;
	margin-left: 12%;
    padding-bottom: 2%;
}

#navun
{
    float:left;
}

#navdeux
{
    float:right;
}

nav
{
    background-color: #c9c200;
    box-shadow: 2px 3px 5px black;
    border-radius: 10px;
    text-align: center;
    width: 35%;
    padding: 2px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1%;
}

#titreun
{
    text-align: center;
}

#filmun
{
    background-color: #fff83d;
    margin-left: 1%;
    margin-right: 42%;
    border-radius: 10px;
    box-shadow: 2px 3px 5px black;
    text-align: justify;
    padding: 10px;
}

#filmdeux
{
    background-color: #fff83d;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 10px;
    box-shadow: 2px 3px 5px black;
    text-align: justify;
    padding: 4px;
}

#scottun
{
    float: right;
    background-color: #751000;
    margin-right: 1%;
    margin-top: 75px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 3px 5px black;
}

#scottdeux
{
    float: left;
    background-color: #751000;
    margin-right: 1%;
    margin-top: 75px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 3px 5px black;
	width: 16%;
	height: 16%;
}

#scotttrois
{
    float: right;
    background-color: #751000;
    margin-right: 1%;
    margin-top: 75px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 3px 5px black;
	width: 16%;
	height: 16%;
}